Skip to content

Commit a10cb3b

Browse files
author
Owen Duncan
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into azureas-create-rm
2 parents 93911cb + e00e271 commit a10cb3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/how-to-set-up-training-targets.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,10 @@ Azure HDInsight is a popular platform for big-data analytics. The platform provi
201201
try:
202202
# if you want to connect using SSH key instead of username/password you can provide parameters private_key_file and private_key_passphrase
203203

204-
# attach_config = HDInsightCompute.attach_configuration(resource_id='<resource_id>',
205-
# ssh_port=22,
206-
# username='<ssh-username>',
207-
# password='<ssh-pwd>')
204+
attach_config = HDInsightCompute.attach_configuration(resource_id='<resource_id>',
205+
ssh_port=22,
206+
username='<ssh-username>',
207+
password='<ssh-pwd>')
208208
hdi_compute = ComputeTarget.attach(workspace=ws,
209209
name='myhdi',
210210
attach_configuration=attach_config)

0 commit comments

Comments
 (0)