pan3793 commented on PR #2082: URL: https://github.com/apache/incubator-celeborn/pull/2082#issuecomment-1802008593
@liujiayi771 Now, the behavior is exactly same with the Hadoop behavior, and the feature of hadoop configuration override is mentioned at https://celeborn.apache.org/docs/latest/migration/#upgrading-from-02-to-03 > Since 0.3.0, Celeborn supports overriding Hadoop configuration(core-site.xml, hdfs-site.xml, etc.) from Celeborn configuration with the additional prefix `celeborn.hadoop.`. On Spark client side, user should set Hadoop configuration like `spark.celeborn.hadoop.foo=bar`, note that `spark.hadoop.foo=bar` does not take effect; on Flink client and Celeborn Master/Worker side, user should set like `celeborn.hadoop.foo=bar`. Also, we can emphasize that at https://celeborn.apache.org/docs/latest/configuration/ page too -- 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]
