Created 08-26-2016 06:19 PM
On HDP 2.5 TP sandbox, HBase 's both master and Region servers are shutting down continuously. Attempting to restart the service from ambari also resulted in service going down after few seconds. Attaching the logs for reference. Any inputs appreciated. Thanks.
Created 08-26-2016 10:12 PM
Snippet from master log:
Here is related code:
String plugins = conf.get(HBASE_MASTER_LOGCLEANER_PLUGINS);
Looks like the value for "hbase.master.logcleaner.plugins" was null - default should be
org.apache.hadoop.hbase.master.cleaner.TimeToLiveLogCleaner
Can you attach hbase-site.xml ?
Thanks
Created 08-26-2016 06:22 PM
Please check and attach .out file from /var/log/hbase for HBase master as well as region server.
Created 08-26-2016 06:31 PM
Thanks. Added the .out files. Please let me know your thoughts
Created 08-26-2016 10:12 PM
Snippet from master log:
Here is related code:
String plugins = conf.get(HBASE_MASTER_LOGCLEANER_PLUGINS);
Looks like the value for "hbase.master.logcleaner.plugins" was null - default should be
org.apache.hadoop.hbase.master.cleaner.TimeToLiveLogCleaner
Can you attach hbase-site.xml ?
Thanks
Created 08-29-2016 12:17 AM
@Ted Yu Thanks. I see that my hbase-default.xml which is packaged in the "hbase-common-1.1.2.2.5.0.0-817.jar" has the 'hbase.master.logcleaner.plugins' value set to 'org.apache.hadoop.hbase.master.cleaner.TimeToLiveLogCleaner'.
Attaching my hbase-site.xml and hbase-default.xml files. Please let me know if you can find the issue.
I also keep getting the below error in a storm topology:
'java.lang.RuntimeException: hbase-default.xml file seems to be for an older version of HBase (1.1.2), this version is 1.1.2.2.5.0.0-817'
Created 08-29-2016 01:53 AM
'hbase.master.logcleaner.plugins' is not overridden in hbase-site.xml
Need to investigate further.