Github user vanzin commented on the pull request:

    https://github.com/apache/spark/pull/2649#issuecomment-58047851
  
    The default FS on a federated HDFS would be something like 
"viewfs://namespace"; so when deciding whether to upload files, the two URIs 
would have that at the start, so compareFs would fail.
    
    The actual NN you talk to only shows up when you actually try to open a 
file (at which point the client library resolves the namespace + mount point), 
or when you translate that URI into a qualified one (which is done later in the 
method that calls compareFs()).


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to