zuston opened a new pull request, #1417:
URL: https://github.com/apache/incubator-uniffle/pull/1417

   ### What changes were proposed in this pull request?
   
   support custom hadoop config in client side
   
   ### Why are the changes needed?
   
   It's necessary to support user specify custom hadoop config in client side 
for remote storage.
   
   For #1416 
   
   ### Does this PR introduce _any_ user-facing change?
   
   Yes. 
   The prefix key of `spark.rss.hadoop.*` for Hadoop conf. 
   For Spark like that: `spark.rss.hadoop.fs.defaultFS=hdfs://rbf-x1`, 
   this will be as `fs.defaultFS=hdfs://rbf-x1` for Hadoop storage
   
   ### How was this patch tested?
   
   UTs
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to