Member since
02-01-2016
71
Posts
36
Kudos Received
5
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 6112 | 06-27-2019 10:09 AM |
06-27-2019
10:09 AM
Followed the steps as suggested by @Jay Kumar SenSharma .. backed up hbase rootdir and added the service again in ambari UI. Its working absolutely fine now.
... View more
06-26-2019
01:44 PM
@Jay Kumar SenSharma Unfortunately I didn't have the Configs backup to add the same and also currently hbase service is operational and working fine. If I re-add the same using ADD SERVICE from ambari .. What would be the impact on the running service ?
... View more
06-26-2019
01:43 PM
@Jay Kumar SenSharma I have executed below commands in Postgres DB delete from hostcomponentstate where service_name = 'HBASE'; delete from hostcomponentdesiredstate where service_name = 'HBASE'; delete from servicecomponentdesiredstate where service_name = 'HBASE'; delete from servicedesiredstate where service_name = 'HBASE'; delete from serviceconfighosts where service_config_id in (select service_config_id from serviceconfig where service_name = 'HBASE'); delete from serviceconfigmapping where service_config_id in (select service_config_id from serviceconfig where service_name = 'HBASE'); delete from serviceconfig where service_name = 'HBASE'; delete from requestresourcefilter where service_name = 'HBASE'; delete from requestoperationlevel where service_name = 'HBASE'; delete from clusterservices where service_name ='HBASE'; delete from clusterconfig where type_name like 'HBASE%'; delete from clusterconfigmapping where type_name like 'HBASE%';
... View more
06-26-2019
10:16 AM
@Neeraj Sabharwal
... View more
06-26-2019
10:09 AM
@Kuldeep Kulkarni
... View more
06-26-2019
10:08 AM
@Jay Kumar SenSharma
... View more
06-26-2019
07:55 AM
Due to Amabri "DB configs consistency check failed" .. I have deleted all the service configs of HBASE from ambari DB as suggested in one of the articles https://community.hortonworks.com/questions/69240/ambar-server-start-failes-with-db-configs-consiste.html but after that .. I am able to start ambari server without errors but unable to see hbase service in Amabri UI
... View more
Labels:
- Labels:
-
Apache Ambari
02-11-2016
04:56 AM
1 Kudo
@Sunile Manjee -d statusdir=<> this option is used to specify the hdfs directory to store the log files.( stdout,stderr) for the executed job.
... View more