Github user vanzin commented on the issue:

    https://github.com/apache/spark/pull/19885
  
    Switching to comparing URIs should be ok if there's an easy way to 
canonicalize them. There's `FileSystem.getCanonicalUri`, but it's a protected 
method.
    
    Otherwise it might be tricky to support all combinations (e.g. 
"hdfs://somehost/path" should be equal to "hdfs://somehost.mydomain.com/path").


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to