MSRConnections / Azure-training-course

Other
111 stars 90 forks source link

Typo in HDInsight lab #178

Closed vanitech closed 7 years ago

vanitech commented 7 years ago

Hdinsight on Linux lab:

Step 6 (windows):

"C:\Program Files (x86)\PuTTY\pscp" *.py username@clustername-ssh.azurehdinsight.net:

Should read without the quote: "C:\Program Files (x86)\PuTTY\pscp *.py username@clustername-ssh.azurehdinsight.net:

(as reported by Mark Garcia)

jeffprosise commented 7 years ago

That second quote is required. The command won't work without it.