Skip to content

Commit 25b0695

Browse files
authored
fix(demo/hbase-hdfs-load-cycling-data): Update stacklet addresses (#274)
update stacklet addresses
1 parent f552bf0 commit 25b0695

File tree

1 file changed

+30
-23
lines changed

1 file changed

+30
-23
lines changed

docs/modules/demos/pages/hbase-hdfs-load-cycling-data.adoc

Lines changed: 30 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -52,26 +52,31 @@ To list the installed Stackable services run the following command: `stackablect
5252
----
5353
$ stackablectl stacklet list
5454
55-
┌───────────┬───────────┬───────────┬──────────────────────────────────────────────────────────────┬─────────────────────────────────┐
56-
│ PRODUCT ┆ NAME ┆ NAMESPACE ┆ ENDPOINTS ┆ CONDITIONS │
57-
╞═══════════╪═══════════╪═══════════╪══════════════════════════════════════════════════════════════╪═════════════════════════════════╡
58-
│ hbase ┆ hbase ┆ default ┆ regionserver 172.18.0.2:31521 ┆ Available, Reconciling, Running │
59-
│ ┆ ┆ ┆ ui-http 172.18.0.2:32064 ┆ │
60-
│ ┆ ┆ ┆ metrics 172.18.0.2:31372 ┆ │
61-
├╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
62-
│ hdfs ┆ hdfs ┆ default ┆ datanode-default-0-listener-data 172.18.0.2:31990 ┆ Available, Reconciling, Running │
63-
│ ┆ ┆ ┆ datanode-default-0-listener-http http://172.18.0.2:30659 ┆ │
64-
│ ┆ ┆ ┆ datanode-default-0-listener-ipc 172.18.0.2:30678 ┆ │
65-
│ ┆ ┆ ┆ datanode-default-0-listener-metrics 172.18.0.2:31531 ┆ │
66-
│ ┆ ┆ ┆ namenode-default-0-http http://172.18.0.2:32543 ┆ │
67-
│ ┆ ┆ ┆ namenode-default-0-metrics 172.18.0.2:30098 ┆ │
68-
│ ┆ ┆ ┆ namenode-default-0-rpc 172.18.0.2:30915 ┆ │
69-
│ ┆ ┆ ┆ namenode-default-1-http http://172.18.0.2:31333 ┆ │
70-
│ ┆ ┆ ┆ namenode-default-1-metrics 172.18.0.2:30862 ┆ │
71-
│ ┆ ┆ ┆ namenode-default-1-rpc 172.18.0.2:31440 ┆ │
72-
├╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
73-
│ zookeeper ┆ zookeeper ┆ default ┆ ┆ Available, Reconciling, Running │
74-
└───────────┴───────────┴───────────┴──────────────────────────────────────────────────────────────┴─────────────────────────────────┘
55+
┌───────────┬───────────┬───────────┬───────────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────┐
56+
│ PRODUCT ┆ NAME ┆ NAMESPACE ┆ ENDPOINTS ┆ CONDITIONS │
57+
╞═══════════╪═══════════╪═══════════╪═══════════════════════════════════════════════════════════════════════════════════════════════╪═════════════════════════════════╡
58+
│ hbase ┆ hbase ┆ default ┆ master-default-0-listener-master 172.19.0.5:32001 ┆ Available, Reconciling, Running │
59+
│ ┆ ┆ ┆ master-default-0-listener-ui-http http://172.19.0.5:30709 ┆ │
60+
│ ┆ ┆ ┆ regionserver-default-0-listener-regionserver 172.19.0.4:32684 ┆ │
61+
│ ┆ ┆ ┆ regionserver-default-0-listener-ui-http http://172.19.0.4:31899 ┆ │
62+
│ ┆ ┆ ┆ regionserver-default-1-listener-regionserver 172.19.0.5:30604 ┆ │
63+
│ ┆ ┆ ┆ regionserver-default-1-listener-ui-http http://172.19.0.5:30274 ┆ │
64+
│ ┆ ┆ ┆ restserver-default-0-rest-http 172.19.0.5:32590 ┆ │
65+
│ ┆ ┆ ┆ restserver-default-0-ui-http http://172.19.0.5:31997 ┆ │
66+
├╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
67+
│ hdfs ┆ hdfs ┆ default ┆ datanode-default-0-listener-data 172.19.0.4:30883 ┆ Available, Reconciling, Running │
68+
│ ┆ ┆ ┆ datanode-default-0-listener-http http://172.19.0.4:32095 ┆ │
69+
│ ┆ ┆ ┆ datanode-default-0-listener-ipc 172.19.0.4:30086 ┆ │
70+
│ ┆ ┆ ┆ datanode-default-0-listener-metrics 172.19.0.4:31954 ┆ │
71+
│ ┆ ┆ ┆ namenode-default-0-http http://172.19.0.4:32035 ┆ │
72+
│ ┆ ┆ ┆ namenode-default-0-metrics 172.19.0.4:30468 ┆ │
73+
│ ┆ ┆ ┆ namenode-default-0-rpc 172.19.0.4:31966 ┆ │
74+
│ ┆ ┆ ┆ namenode-default-1-http http://172.19.0.5:31952 ┆ │
75+
│ ┆ ┆ ┆ namenode-default-1-metrics 172.19.0.5:32760 ┆ │
76+
│ ┆ ┆ ┆ namenode-default-1-rpc 172.19.0.5:32022 ┆ │
77+
├╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
78+
│ zookeeper ┆ zookeeper ┆ default ┆ server-zk zookeeper-server.default.svc.cluster.local:2282 ┆ Available, Reconciling, Running │
79+
└───────────┴───────────┴───────────┴───────────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────┘
7580
7681
----
7782

@@ -159,7 +164,8 @@ Took 13.4666 seconds
159164

160165
== Inspecting the Table
161166

162-
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.
163169

164170
[source,sql]
165171
----
@@ -192,10 +198,11 @@ COLUMN FAMILIES DESCRIPTION
192198
[TIP]
193199
====
194200
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`).
196202
====
197203

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.
205+
See below for the start page.
199206

200207
image::hbase-hdfs-load-cycling-data/hbase-ui-start-page.png[]
201208

0 commit comments

Comments
 (0)