speedbits commented on issue #9737: URL: https://github.com/apache/hudi/issues/9737#issuecomment-1727547594
Thanks @ad1happy2go I had to replace ".fs" with "spark.hadoop.fs" (e.g "fs.cos.flat.list" with "spark.hadoop.fs.cos.flat.list" and "fs.stocator.cos.scheme" with "spark.hadoop.fs.stocator.cos.scheme" and so on... even the "fs.cos.service" with "spark.hadoop.fs.cos.service"). I think the site https://hudi.apache.org/docs/ibm_cos_hoodie the cross-site.xml shows using "fs.cos.service" instead of "spark.hadoop.fs.cos.service" etc. May be because internally it adds the "spark.hadoop." prefix to it when setting to the configuration. Anyway, It would help the documentation clarifies this. So, folks won't do what I went thru. Again, thanks @danny0405 @ad1happy2go for your help. -- 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]
