Skip to content
This repository was archived by the owner on Jun 29, 2019. It is now read-only.

Commit c8f09d7

Browse files
author
xibingaomsft
committed
Update administrator mode
1 parent 7e20012 commit c8f09d7

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Misc/SQLDW/machine-learning-data-science-process-sqldw-walkthrough.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
description="Advanced Analytics Process and Technology in Action"
44
services="machine-learning"
55
documentationCenter=""
6-
authors="xibingao,hangzh"
6+
authors="xibingao,hangzh,weig"
77
manager="paulettm"
88
editor="cgronlun" />
99

@@ -102,7 +102,8 @@ Open a Windows PowerShell command console. Run the following PowerShell commands
102102

103103
After successful execution, you will see screen like below:
104104
![][19]
105-
Execute a single PowerShell script to
105+
106+
In your DestDir, execute a single PowerShell script in administrator mode to
106107

107108
- Download and install AzCopy, if AzCopy is not installed
108109
- Copy data from the public blob to your private blob storage account with AzCopy
@@ -111,7 +112,7 @@ Execute a single PowerShell script to
111112
- Create tables on SQL DW to store NYC taxi dataset
112113
- Import the NYC taxi dataset from external tables into SQL DW tables
113114

114-
Open a Windows PowerShell command console, and enter the directory DestDir. Run the following PowerShell command to import data to SQL DW.
115+
Open a Windows PowerShell command console in Administrator mode, and enter the directory DestDir. Run the following PowerShell command to import data to SQL DW.
115116

116117
./SQLDW_Data_Import.ps1
117118

0 commit comments

Comments
 (0)