File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ import ibmos2spark as oss
1414
1515credentials = {
1616 ' auth_url' : ' https://identity.open.softlayer.com' , # your URL might be different
17- ' project_id' : ' sssssssss ' ,
17+ ' project_id' : ' ' ,
1818 ' region' : ' dallas' ,
19- ' user_id' : ' uuuuuuuuuuu ' ,
20- ' username' : ' uuuuuuuuuuu ' ,
21- ' password' : ' ppppppppppp ' ,
19+ ' user_id' : ' ' ,
20+ ' username' : ' ' ,
21+ ' password' : ' ' ,
2222}
2323
2424credentials[' name' ] = ' my_bluemix_os' # you can give any name you like
@@ -38,11 +38,11 @@ import ibmos2spark as oss
3838
3939credentials = {
4040 ' auth_url' : ' https://identity.open.softlayer.com' , # your URL might be different
41- ' project_id' : ' sssssssss ' ,
41+ ' project_id' : ' ' ,
4242 ' region' : ' dallas' ,
43- ' user_id' : ' uuuuuuuuuuu ' ,
44- ' username' : ' uuuuuuuuuuu ' ,
45- ' password' : ' ppppppppppp ' ,
43+ ' user_id' : ' ' ,
44+ ' username' : ' ' ,
45+ ' password' : ' ' ,
4646}
4747
4848credentials[' name' ] = ' my_bluemix_os' # you can give any name you like
You can’t perform that action at this time.
0 commit comments