-
- Downloads
Merge pull request #462 from mateiz/conf-file-fix
Remove Typesafe Config usage and conf files to fix nested property names With Typesafe Config we had the subtle problem of no longer allowing nested property names, which are used for a few of our properties: http://apache-spark-developers-list.1001551.n3.nabble.com/Config-properties-broken-in-master-td208.html This PR is for branch 0.9 but should be added into master too. (cherry picked from commit 34e911ce) Signed-off-by:Patrick Wendell <pwendell@gmail.com>
Showing
- core/src/main/scala/org/apache/spark/SparkConf.scala 7 additions, 11 deletionscore/src/main/scala/org/apache/spark/SparkConf.scala
- core/src/test/resources/spark.conf 0 additions, 8 deletionscore/src/test/resources/spark.conf
- core/src/test/scala/org/apache/spark/SparkConfSuite.scala 28 additions, 19 deletionscore/src/test/scala/org/apache/spark/SparkConfSuite.scala
- docs/configuration.md 2 additions, 26 deletionsdocs/configuration.md
- project/SparkBuild.scala 0 additions, 1 deletionproject/SparkBuild.scala
- python/pyspark/conf.py 4 additions, 6 deletionspython/pyspark/conf.py
Loading
Please register or sign in to comment