You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by tgravescs <gi...@git.apache.org> on 2016/07/08 19:54:36 UTC

[GitHub] spark issue #13738: [SPARK-11227][CORE] UnknownHostException can be thrown w...

Github user tgravescs commented on the issue:

    https://github.com/apache/spark/pull/13738
  
    Sorry for my delay on this, so it looks like if we create any FileSystem is will cause the service loaders to load all services, so in hadoopRDD, newApiHadoopRDD where we don't know the path we could just call getLocal to get the local filesystem and it will load the hdfs ones.  Its a bit ugly since we are relying on them not changing that behavior but the best I've come up with.
    
    All the other calls like I mention above can call FileSystem.get(path, conf).
    
    Could you try that out and see if that works?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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