We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 915bf90 commit 51f6ebeCopy full SHA for 51f6ebe
1 file changed
scripts/e2e-test.sh
@@ -116,7 +116,7 @@ setup_pulsar() {
116
-e PULSAR_PREFIX_brokerClientAuthenticationParameters="token:${ADMIN_TOKEN}" \
117
-v "$TOKEN_SECRET_FILE:/pulsarctl/test/auth/token/secret.key:ro" \
118
"$PULSAR_IMAGE" \
119
- bash -lc 'set -- $(hostname -i); export PULSAR_PREFIX_advertisedAddress=$1; bin/apply-config-from-env.py /pulsar/conf/standalone.conf; exec bin/pulsar standalone' \
+ bash -lc 'set -- $(hostname -i); export PULSAR_PREFIX_advertisedAddress=$1; export JAVA_HOME=/opt/jvm; export PATH="$JAVA_HOME/bin:$PATH"; bin/apply-config-from-env.py /pulsar/conf/standalone.conf; exec bin/pulsar standalone' \
120
>/dev/null
121
122
log "waiting for pulsar to be ready"
0 commit comments