Re: Using Ozone as the default file system

2019-02-12 Thread Pontus Amberg
I'm not sure but it looks as if when "dfs.namenode.rpc-address" is missing from hdfs-site.xml Hadoop will try deduce the address of the name node from "fs.defaultFS". That logic seems to take for granted that the "fs.defaultFS" must start with "hdfs". Specifying "dfs.namenode.rpc-address" in hdfs-

Re: Using Ozone as the default file system

2019-02-12 Thread Bharat Viswanadham
Hi, Could you give a try by setting it as below. It should be set as o3fs://bucket.volume fs.o3fs.impl org.apache.hadoop.fs.ozone.OzoneFileSystem fs.defaultFS o3fs://bucket.volume This bug is fixed as part of https://issues.apache.org/jira/browse/HDDS-913 which will be released as p