Github user agsachin commented on a diff in the pull request:
https://github.com/apache/spark/pull/14601#discussion_r75588799
--- 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 --
thats nice suggestion we add configs for azure also. I am not familiar with
azure do you have a sample code that to understand and run and test
---
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]