Open gilv opened 6 years ago
Hi @gilv , Strange! The class CloudObjectStorage has been used by a lot of users and it works fine. Here is an example:
Maybe you are passing wrong configs. Currently i am on vacation but i would like to take a closer look when i am back. Could you please invite me to your project? or give me access to your notebook?
I tried to use CloudObjectStorage and connect to my private object storage, but nothing worked. For example, the following fails: var credentialsGilCOS = scala.collection.mutable.HashMapString, String
The following works: sc.hadoopConfiguration.set("fs.cos.gilv.access.key","AAA") sc.hadoopConfiguration.set("fs.cos.gilv.secret.key","AHA") sc.hadoopConfiguration.set("fs.cos.gilv.endpoint","https://s3-api.us-geo.objectstorage.softlayer.net") sc.hadoopConfiguration.set("fs.cos.gilv.v2.signer.type","false")