- Add viewfs support to pyarrow.filesystem.resolve_filesystem_and_path
- libhdfs already supports injecting the scheme and will automatically resolve federation in
fs = FileSystem#get(URI, conf, ugi) - works with Hadoop 2/3
see:
https://github.com/apache/hadoop/blob/trunk/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/hdfs.c#L770
https://github.com/apache/hadoop/blob/trunk/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/hdfs.c#L637
- links to