Download presentation
Presentation is loading. Please wait.
1
03 | Windows Azure PowerShell
Graeme Malcolm | Data Technology Specialist, Content Master Pete Harris | Learning Product Planner, Microsoft
2
Module Overview Windows Azure PowerShell
Windows Azure PowerShell Config Running Map/Reduce Jobs
3
Windows Azure PowerShell
Install from Microsoft Web Platform Installer Cmdlets to manage Windows Azure services, including HDInsight,
4
Windows Azure PowerShell Config
Connect PowerShell to Windows Azure Download and import a certificate Use Windows Azure AD Access services in multiple subscriptions Specify subscription in cmdlet parameters Set subscription context Get-AzurePublishSettingsFile Import-AzurePublishSettingsFile "<file_path>" Add-AzureAccount Select-AzureSubscription
5
Demo: Configuring PowerShell
In this demonstration, you will see how to: Configure Windows Azure PowerShell
6
Uploading Files to Windows Azure
Get the Windows Azure Storage key Get-AzureStorageKey Create the Windows Azure Storage context New-AzureStorageContext Upload local files to blobs in Windows Azure Set-AzureStorageBlobContent
7
Demo: Uploading Files In this demonstration, you will see how to:
Upload Source Data to HDFS
8
Running a Map/Reduce Job
Create a job definition New-AzureHDInsightMapReduceJobDefinition Submit the job Start-AzureHDInsightJob View the job execution information Wait-AzureHDInsightJob Get-AzureHDInsightJobOutput
9
Demo: Running a Map/Reduce Job
In this demonstration, you will see how to: Run a Map/Reduce Job in PowerShell
10
Getting Map/Reduce Output
Get the Windows Azure Storage key Get-AzureStorageKey Create the Windows Azure Storage context New-AzureStorageContext Download job output files in Windows Azure to local files Get-AzureStorageBlobContent
11
Demo: Getting Job Output
In this demonstration, you will see how to: View Map/Reduce Job Output in PowerShell
12
Module Summary Install Windows Azure PowerShell from the Web Platform
Connect PowerShell to your Subscription Use PowerShell to: Upload Jars and data Run Map/Reduce jobs Download output files
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.