Skip to content

Commit a37cd4e

Browse files
committed
remove outdated comment
1 parent 646e71b commit a37cd4e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

scala/src/main/scala/Osconfig.scala

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -144,17 +144,10 @@ class bluemix(sc: SparkContext, name: String, creds: HashMap[String, String],
144144
145145
* secretKey
146146
147-
* configurationName [optional]: string that identifies this configuration. You can
147+
* configurationName [optional]: string that identifies this configuration. You can
148148
use any string you like. This allows you to create
149149
multiple configurations to different Object Storage accounts.
150150
if a configuration name is not passed the default one will be used "service".
151-
152-
bucket_name (projectId in DSX) [optional]: string that identifies the defult
153-
bucket nameyou want to access files from in the COS service instance.
154-
In DSX, bucket_name is the same as projectId. One bucket is
155-
associated with one project.
156-
If this value is not specified, you need to pass it when
157-
you use the url function.
158151
*/
159152
class CloudObjectStorage(sc: SparkContext, credentials: HashMap[String, String], configurationName: String = "") {
160153

0 commit comments

Comments
 (0)