NAME: hbase
LAST DEPLOYED: Sat Nov 515:44:142022
NAMESPACE: hbase
STATUS: deployed
REVISION:1
TEST SUITE: None
NOTES:1. You can get an HBASE Shell by running this command:
kubectl exec -n hbase -it hbase-hbase-master-0-- hbase shell2. Inspect hbase master service ports with:
kubectl exec -n hbase describe service hbase-hbase-master
3. Create a port-forward to the hbase manager UI:
kubectl port-forward -n hbase svc/hbase-hbase-master 16010:16010
Then open the ui in your browser:
open http://localhost:160104. Create a port-forward to the hbase thrift manager UI:
kubectl port-forward -n hbase svc/hbase-hbase-master 9095:9095
Then open the ui in your browser:
open http://localhost:9095
if [{{.Values.hadoop.enabled}}=true];then
NAMENODE_URL={{- printf "http://%s-hadoop-hdfs-nn:9870/index.html".Release.Name}}
else
NAMENODE_URL=http://hadoop-ha-hadoop-hdfs-nn-1.hadoop-ha:9870:9870/index.html
fi
NAME: hbase-hdfs-ha
LAST DEPLOYED: Sat Nov 517:23:202022
NAMESPACE: hbase-hdfs-ha
STATUS: deployed
REVISION:1
TEST SUITE: None
NOTES:1. You can get an HBASE Shell by running this command:
kubectl exec -n hbase-hdfs-ha -it hbase-hdfs-ha-hbase-master-0-- hbase shell2. Inspect hbase master service ports with:
kubectl exec -n hbase-hdfs-ha describe service hbase-hdfs-ha-hbase-master
3. Create a port-forward to the hbase manager UI:
kubectl port-forward -n hbase-hdfs-ha svc/hbase-hdfs-ha-hbase-master 16010:16010
Then open the ui in your browser:
open http://localhost:160104. Create a port-forward to the hbase thrift manager UI:
kubectl port-forward -n hbase-hdfs-ha svc/hbase-hdfs-ha-hbase-master 9095:9095
Then open the ui in your browser:
open http://localhost:9095