Skip to content

Commit

Permalink
follow up
Browse files Browse the repository at this point in the history
  • Loading branch information
bassel-zeidan committed Oct 9, 2017
1 parent 6a1d457 commit 49af699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/README.md
Expand Up @@ -43,7 +43,7 @@ credentials = {
}

configuration_name = 'cos_config_string' #you can give any string you like
cos = ibmos2spark.CloudObjectStorage(sc, credentials, configuration_name) #sc is the SparkContext instance.
cos = ibmos2spark.CloudObjectStorage(sparkcontext=sc, credentials=credentials, configuration_name=configuration_name) #sc is the SparkContext instance.

bucket_name = 'some_bucket_name'
object_name = 'file1'
Expand Down

0 comments on commit 49af699

Please sign in to comment.