You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can now use the table and the data. You can use all available HBase shell commands.
167
+
You can now use the table and the data.
168
+
You can use all available HBase shell commands.
163
169
164
170
[source,sql]
165
171
----
@@ -192,10 +198,11 @@ COLUMN FAMILIES DESCRIPTION
192
198
[TIP]
193
199
====
194
200
Run `stackablectl stacklet list` to get the address of the _ui-http_ endpoint.
195
-
If the UI is unavailable, do a port-forward `kubectl port-forward hbase-master-default-0 16010`.
201
+
Depending on the type of listener class that has been defined, the address will either be directly reachable via e.g. the NodePort IP and an externally reachable port, or via a port-forward (with e.g. `kubectl port-forward hbase-master-default-0 16010`).
196
202
====
197
203
198
-
The HBase web UI will give you information on the status and metrics of your HBase cluster. See below for the start page.
204
+
The HBase web UI will give you information on the status and metrics of your HBase cluster.
This demo showcases the integration between {jupyterlab}[JupyterLab], {spark-connect}[Spark Connect] and {hadoop}[Apache Hadoop] deployed on the Stackable Data Platform (SDP) Kubernetes cluster.
17
18
The SDP makes this integration easy by publishing a discovery ConfigMap for the HDFS cluster and a Spark Connect service.
0 commit comments