Github user sarutak commented on the issue:

    https://github.com/apache/spark/pull/13738
  
    @tgravescs I didn't debug against 1.4 but I think the reason why 1.5+ can 
throw UnknownHostException  while 1.4 works successfully is related to the 
difference between `SerializableWritable` and `SerializableConfiguration`. The 
former allow executor to load hdfs-site.xml even if driver doesn't load it but 
the latter disallow executor to load it.  In 1.4, `SerializableWritable`  is 
used and in 1.5+, `SerializableConfiguration` is used in `HadoopRDD`.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to