Re: HBase 2.1.0 - NoSuchMethodException org.apache.hadoop.fs.LocalFileSystem.setStoragePolicy

2020-07-21 Thread Debraj Manna
Thanks for the pointer. One more query in I am getting this error from CommonFSUtils. invokeSetStoragePolicy() . I am using hadoop 3.0.0 and in FilterFileSystem (which L

Re: HBase 2.1.0 - NoSuchMethodException org.apache.hadoop.fs.LocalFileSystem.setStoragePolicy

2020-07-21 Thread Sean Busbey
that is the detail message of why it determined that the FileSystem doesn't support setStoragePolicy. As opposed to e.g. a security manager denying access to introspect the methods available. On Tue, Jul 21, 2020 at 8:24 AM Debraj Manna wrote: > > I understood the "util.CommonFSUtils: FileSystem

Re: HBase 2.1.0 - NoSuchMethodException org.apache.hadoop.fs.LocalFileSystem.setStoragePolicy

2020-07-21 Thread Debraj Manna
I understood the "util.CommonFSUtils: FileSystem doesn't support setStoragePolicy;" part. Can you let me know why it is saying "java.lang.NoSuchMethodException: org.apache.hadoop.fs.LocalFileSystem.setStoragePolicy2020-07-20 06:02:24,859 WARN [StoreOpener-1588230740-1]" ? On Tue, Jul 21, 2020 a

?????? HBase 2.1.0 - NoSuchMethodException org.apache.hadoop.fs.LocalFileSystem.setStoragePolicy

2020-07-21 Thread zheng wang
This log info just as a warning that cant make it disappear for now, but will not impact anything, so you can just ignore it in local mode. --  -- ??:

Re: HBase 2.1.0 - NoSuchMethodException org.apache.hadoop.fs.LocalFileSystem.setStoragePolicy

2020-07-21 Thread Debraj Manna
Thanks for replying. Yes it is a single node hbase cluster. I am not specifying any storage policy. Looking at the HStore code it appears even if no storage policy is spec

??????HBase 2.1.0 - NoSuchMethodException org.apache.hadoop.fs.LocalFileSystem.setStoragePolicy

2020-07-21 Thread zheng wang
LocalFileSystem? The setStoragePolicy could only be used in distributed hdfs.   --  -- ??: "user"

HBase 2.1.0 - NoSuchMethodException org.apache.hadoop.fs.LocalFileSystem.setStoragePolicy

2020-07-21 Thread Debraj Manna
Hi I am using HBase 2.1.0 with Hadoop 3.0.0. In hbase master logs I am seeing a warning like below 2020-07-20 06:02:24,859 WARN [StoreOpener-1588230740-1] util.CommonFSUtils: FileSystem doesn't support setStoragePolicy; HDFS-6584, HDFS-9345 not available. This is normal and expected on earlier H