Github user agsachin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/14601#discussion_r74917990
  
    --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkHadoopUtil.scala 
---
    @@ -107,6 +107,14 @@ class SparkHadoopUtil extends Logging {
             if (key.startsWith("spark.hadoop.")) {
               hadoopConf.set(key.substring("spark.hadoop.".length), value)
             }
    +   // Copy any "fs.swift2d.foo=bar" properties into conf as 
"fs.swift2d.foo=bar"
    --- End diff --
    
    My intention to filter out Swift and S3 specific properties and add them to 
new Hadoop conf is just to make sure that my changes are not impacting existing 
spark behavior for Hadoop interaction and add more functionality for S3 and 
swift. SparkHadoopUtil.get.conf is used many other places for reading data 
specifically from Hadoop, if user updates some config for Hadoop and 
unintentionally he may cause some disruptive behavior. I wanted to keep the 
impact of changes as minimum as possible.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to