sharkd tu created SPARK-16414: --------------------------------- Summary: Can not get user config when calling SparkHadoopUtil.get.conf in other places, such as DataSourceStrategy Key: SPARK-16414 URL: https://issues.apache.org/jira/browse/SPARK-16414 Project: Spark Issue Type: Bug Components: YARN Affects Versions: 1.6.2 Reporter: sharkd tu
Fix bugs for "Can not get user config when calling SparkHadoopUtil.get.conf in other places". The `SparkHadoopUtil` singleton was instantiated before `ApplicationMaster`, So the `sparkConf` and `conf` in the `SparkHadoopUtil` singleton didn't include user's configuration. see https://github.com/apache/spark/pull/14088 -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org