Closed santosh-d3vpl3x closed 1 month ago
Hmm didn't know that was a thing. What happens if you specify hdfs:///
but your fs.defaultFS
is viewfs://myfs
?
Haven't encountered the situation but technically it should not work unless you have ViewFsOverloadScheme
configured to hdfs
.
hdfs:///
is a valid way of specifying hdfs URL. Especially whenfs.defaultFS
is set. The current implementation, however, doesn't really allow that and we getURL must contain a host
.