Created 07-26-2017 03:11 PM
I'm trying to add a custom service, an additional region server (see my other questions), but I'm getting the following error message:
Could not determine stack version for component hbase-regionserver-01 by calling '/usr/bin/hdp-select status hbase-regionserver-01 > /tmp/tmplhosIC'. Return Code: 1, Output: ERROR: Invalid package - hbase-regionserver-01
What method do I have to provide in order to make this call succeed ?
Edit:
I just tried to test the upgrade, and it seems that the issue is critial for upgrade as well. I get the following message:
The following components were found to have version mismatches. Finalize will not complete successfully: c6403.ambari.apache.org: RS_HBASE_02/RS_HBASE_02 reports UNKNOWN
Thanks in advance for any hints.
Created 08-01-2017 01:42 PM
Another warning I get when I restart the ambari-server is within ambari-server-check-database.log
WARN - Service(s): RS_02, from cluster testc has no config(s) in serviceconfig table!
What does this warning mean in particular?
What do I have to do in order to get rid of it?
Thanks
Created 08-01-2017 02:01 PM
Created 08-01-2017 01:55 PM
Are you really using this "hbase-regionserver-01" component ? Is that a custom component/service?
Is there any directory with name "hbase-regionserver-01" present inside "/usr/hdp/current/" ? If you are not using it then please remove it from the "/usr/hdp/current/" directory (or take a backup of it to some other directory)
.
Created 08-01-2017 02:16 PM
@Jay SenSharma yes, it's my custom component, and a directory with the name is present within /usr/hdp/current.
Any idea why I get this error? Anything else I need to be aware of?