Hello ,
we are working on using Hbase on YARN via Slider. We have followed steps mentioned in this document http://slider.incubator.apache.org/docs/getting_started.html .
After executing above steps I can see hbase running as an application on YARN. But I am not able to get hold of hbase-site information , we need to get hbase-site.xml so that client applications can connect to it . We have tried following registry commands but no success :-
$$ slider registry –listconf –name <HBASE_INSTANCE_NAME>
hdfs-site
yarn-site
mapred-site
(It is not listing hbase-site)
Please can anyone tell how to connect to Hbase running on Slider. Also can use hbase shell to connect to hbase running on Slider.
Any help is greatly appreciated , thanks.