Skip to content

Commit c8fa084

Browse files
committed
use stackablectl fallback presets
1 parent 317a6d1 commit c8fa084

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

docs/modules/hdfs/examples/getting_started/getting_started.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

1412
if [ $# -eq 0 ]
1513
then
@@ -36,7 +34,7 @@ echo "installing Operators with stackablectl"
3634
stackablectl 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[]

docs/modules/hdfs/examples/getting_started/getting_started.sh.j2

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

1412
if [ $# -eq 0 ]
1513
then
@@ -36,7 +34,7 @@ echo "installing Operators with stackablectl"
3634
stackablectl 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[]

0 commit comments

Comments
 (0)