Details
-
Bug
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
2.13.0
-
None
Description
HadoopFileSystem creates underlying FileSystem (one from org.apache.hadoop) instance during it's construction. Single FileSystem instance is tied to a particular cluster (scheme + authority pair). In case we want to talk to another cluster, this fail due to FileSystem#checkPath.
This can be fixed by using FileSystem#get(java.net.URI, org.apache.hadoop.conf.Configuration) instead of FileSystem#newInstance(org.apache.hadoop.conf.Configuration){{}}
Attachments
Issue Links
- links to