[GitHub] spark pull request #19760: [SPARK-22533][core] Handle deprecated names in Co...

2017-11-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/19760 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #19760: [SPARK-22533][core] Handle deprecated names in Co...

2017-11-16 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/19760#discussion_r151538808 --- Diff: core/src/main/scala/org/apache/spark/SparkConf.scala --- @@ -663,8 +663,10 @@ private[spark] object SparkConf extends Logging {

[GitHub] spark pull request #19760: [SPARK-22533][core] Handle deprecated names in Co...

2017-11-16 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/19760#discussion_r151524853 --- Diff: core/src/main/scala/org/apache/spark/SparkConf.scala --- @@ -663,8 +663,10 @@ private[spark] object SparkConf extends Logging {

[GitHub] spark pull request #19760: [SPARK-22533][core] Handle deprecated names in Co...

2017-11-16 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/19760#discussion_r151492713 --- Diff: core/src/main/scala/org/apache/spark/SparkConf.scala --- @@ -663,8 +663,10 @@ private[spark] object SparkConf extends Logging {

[GitHub] spark pull request #19760: [SPARK-22533][core] Handle deprecated names in Co...

2017-11-16 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/19760#discussion_r151374800 --- Diff: core/src/main/scala/org/apache/spark/SparkConf.scala --- @@ -663,8 +663,10 @@ private[spark] object SparkConf extends Logging {

[GitHub] spark pull request #19760: [SPARK-22533][core] Handle deprecated names in Co...

2017-11-15 Thread vanzin
GitHub user vanzin opened a pull request: https://github.com/apache/spark/pull/19760 [SPARK-22533][core] Handle deprecated names in ConfigEntry. This change undoes the ConfigEntry changes introduced in SPARK-20887, while keeping the config deprecation that was added of part of