Member since
08-05-2014
11
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5439 | 08-19-2015 09:28 AM |
09-14-2017
02:54 PM
When you run OfflineMetaRepair, most likely you will run it from your userid or root. Then we may get some opaque errors like "java.lang.AbstractMethodError: org.apache.hadoop.hbase.ipc.RpcScheduler.getWriteQueueLength()". If you check in HDFS, you may see that the meta directory is no longer owned by hbase: $ hdfs dfs -ls /hbase/data/hbase/
Found 2 items
drwxr-xr-x - root hbase 0 2017-09-12 13:58 /hbase/data/hbase/meta
drwxr-xr-x - hbase hbase 0 2016-06-15 15:02 /hbase/data/hbase/namespace Manually chown -R it and restart HBase fixed it for me.
... View more
08-19-2015
09:28 AM
I copied dfs directory from the active namenode to the standby namenode and restarted it. It solved the problem. Thanks.
... View more
10-29-2014
06:10 PM
Not sure about the max supported length but i have executed queries much bigger ( 15K chars+). Do you get a specific error? Where do you run it from - impala-shell or Hue?
... View more