Github user asfgit closed the pull request at:
https://github.com/apache/spark/pull/19413
---
-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org
Github user sahilTakiar commented on a diff in the pull request:
https://github.com/apache/spark/pull/19413#discussion_r142499531
--- Diff: core/src/main/scala/org/apache/spark/rdd/HadoopRDD.scala ---
@@ -157,20 +157,23 @@ class HadoopRDD[K, V](
if (conf.isInstanceOf[JobC
Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/19413#discussion_r142470965
--- Diff: core/src/main/scala/org/apache/spark/rdd/HadoopRDD.scala ---
@@ -157,20 +157,23 @@ class HadoopRDD[K, V](
if (conf.isInstanceOf[JobConf])
Github user sahilTakiar commented on a diff in the pull request:
https://github.com/apache/spark/pull/19413#discussion_r142466295
--- Diff: core/src/main/scala/org/apache/spark/rdd/HadoopRDD.scala ---
@@ -157,20 +157,23 @@ class HadoopRDD[K, V](
if (conf.isInstanceOf[JobC
Github user jiangxb1987 commented on a diff in the pull request:
https://github.com/apache/spark/pull/19413#discussion_r142418306
--- Diff: core/src/main/scala/org/apache/spark/rdd/HadoopRDD.scala ---
@@ -157,20 +157,23 @@ class HadoopRDD[K, V](
if (conf.isInstanceOf[JobC
GitHub user sahilTakiar opened a pull request:
https://github.com/apache/spark/pull/19413
[SPARK-20466][CORE] HadoopRDD#addLocalConfiguration throws NPE
## What changes were proposed in this pull request?
Fix for SPARK-20466, full description of the issue in the JIRA. To
su