David Moravek created BEAM-7613:
-----------------------------------
Summary: HdfsFileSystem can be only used with fs.defaultFS
Key: BEAM-7613
URL: https://issues.apache.org/jira/browse/BEAM-7613
Project: Beam
Issue Type: Bug
Components: io-java-hadoop-file-system
Affects Versions: 2.13.0
Reporter: David Moravek
Assignee: David Moravek
_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)_{{}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)