-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.2
-
Fix Version/s: 2.0.0
-
Component/s: Spark Core, YARN
-
Labels:
-
Target Version/s:
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.