File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
docs/modules/hdfs/examples/getting_started Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,7 @@ set -euo pipefail
77# This script contains all the code snippets from the guide, as well as some assert tests
88# to test if the instructions in the guide work. The user *could* use it, but it is intended
99# for testing only.
10- # The script will install the operators, create a superset instance and briefly open a port
11- # forward and connect to the superset instance to make sure it is up and running.
12- # No running processes are left behind (i.e. the port-forwarding is closed at the end)
10+ # The script will install the operators, create a superset instance and run some tests via the helper pod.
1311
1412if [ $# -eq 0 ]
1513then
@@ -36,7 +34,7 @@ echo "installing Operators with stackablectl"
3634stackablectl operator install \
3735 commons=0.0.0-dev \
3836 secret=0.0.0-dev \
39- listener=0.0.0-dev --listener-class-preset stable-nodes \
37+ listener=0.0.0-dev \
4038 zookeeper=0.0.0-dev \
4139 hdfs=0.0.0-dev
4240# end::stackablectl-install-operators[]
Original file line number Diff line number Diff line change @@ -7,9 +7,7 @@ set -euo pipefail
77# This script contains all the code snippets from the guide, as well as some assert tests
88# to test if the instructions in the guide work. The user *could* use it, but it is intended
99# for testing only.
10- # The script will install the operators, create a superset instance and briefly open a port
11- # forward and connect to the superset instance to make sure it is up and running.
12- # No running processes are left behind (i.e. the port-forwarding is closed at the end)
10+ # The script will install the operators, create a superset instance and run some tests via the helper pod.
1311
1412if [ $# -eq 0 ]
1513then
@@ -36,7 +34,7 @@ echo "installing Operators with stackablectl"
3634stackablectl operator install \
3735 commons={{ versions.commons }} \
3836 secret={{ versions.secret }} \
39- listener={{ versions.listener }} --listener-class-preset stable-nodes \
37+ listener={{ versions.listener }} \
4038 zookeeper={{ versions.zookeeper }} \
4139 hdfs={{ versions.hdfs }}
4240# end::stackablectl-install-operators[]
You can’t perform that action at this time.
0 commit comments