File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
articles/machine-learning Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -201,10 +201,10 @@ Azure HDInsight is a popular platform for big-data analytics. The platform provi
201
201
try :
202
202
# if you want to connect using SSH key instead of username/password you can provide parameters private_key_file and private_key_passphrase
203
203
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>' )
208
208
hdi_compute = ComputeTarget.attach(workspace = ws,
209
209
name = ' myhdi' ,
210
210
attach_configuration = attach_config)
You can’t perform that action at this time.
0 commit comments