speedbits opened a new issue, #9737:
URL: https://github.com/apache/hudi/issues/9737

   
   **Describe the problem you faced**
   I am trying to write data to a table using spark format "hudi" on to a IBM 
COS. But I get exception
   org.apache.hadoop.fs.UnsupportedFileSystemException: No FileSystem for 
scheme "cos"
   
   I am attaching the test file that gives you an idea of code that is being 
used.
   Note: I was able to run the code to write the same data frame to IBM COS, 
without using "hudi" format. See line numbers 148 and 149 in the file 
TestHudiCos.scala. But the when I try to write to the same COS with "hudi" 
format, it fails with the exception.
   You can see my pom.xml for details on the versions, I used.
   
   I took guidance from https://hudi.apache.org/docs/0.7.0/ibm_cos_hoodie/ but 
does not seem to work for me.
   
   Appreciate your help in resolving this issue. 
   
   \\
   
   
   **Expected behavior**
   To run successfully creating the table on the COS bucket with hoodie files 
as well.
   
   
   * Hudi version : 0.13.1)
   
   * Spark version : 3.3.0
   
   * Hive version : 3.1.3
   
   * Hadoop version :
   
   * Storage (HDFS/S3/GCS..) : IBM COS - Stocator (1.1.3). See pom.xml for 
details.
   
   * Running on Docker? (yes/no) : No.
   
   
   **Additional context**
   
   Add any other context about the problem here.
   
   **Stacktrace**
   
   ```Add the stacktrace of the error.```
   
   
[TestHudiCos.zip](https://github.com/apache/hudi/files/12643966/TestHudiCos.zip)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to