You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-lake-analytics/data-lake-analytics-get-started-powershell.md
+13-30Lines changed: 13 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,33 +63,19 @@ You must have a Data Lake Analytics account before you can run any jobs. To crea
63
63
-ResourceGroupName $resourceGroupName `
64
64
-Name $dataLakeAnalyticsName
65
65
66
-
## Upload data to Data Lake
67
-
In this tutorial, you will process some search logs. The search log can be stored in either Data Lake store or Azure Blob storage.
66
+
## Upload data to Data Lake Store
68
67
69
-
A sample search log file has been copied to a public Azure Blob container. Use the following PowerShell script to download the file to your workstation, and then upload the file to the default Data Lake Store account of your Data Lake Analytics account.
70
-
71
-
$dataLakeStoreName = "<The default Data Lake Store account name>"
72
-
73
-
$localFolder = "C:\Tutorials\Downloads\" # A temp location for the file.
74
-
$storageAccount = "adltutorials" # Don't modify this value.
75
-
$container = "adls-sample-data" #Don't modify this value.
The Data Lake Analytics jobs are written in the U-SQL language. To learn more about U-SQL, see [Get started with U-SQL language](data-lake-analytics-u-sql-get-started.md) and [U-SQL language reference](http://go.microsoft.com/fwlink/?LinkId=691348).
0 commit comments