File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -306,6 +306,7 @@ COPY --chown=${STACKABLE_USER_UID}:0 --from=spark-builder /stackable/jmx /stacka
306306COPY --from=spark-builder /usr/bin/tini /usr/bin/tini
307307
308308COPY --chown=${STACKABLE_USER_UID}:0 spark-k8s/stackable/run-spark.sh /stackable/run-spark.sh
309+ COPY --chown=${STACKABLE_USER_UID}:0 spark-k8s/stackable/run-spark-connect.sh /stackable/run-spark-connect.sh
309310COPY --chown=${STACKABLE_USER_UID}:0 spark-k8s/licenses /licenses
310311
311312RUN <<EOF
@@ -338,6 +339,7 @@ chown -h ${STACKABLE_USER_UID}:0 /stackable/spark/examples/jars/spark-examples.j
338339chmod g=u /stackable/spark
339340chmod g=u /stackable/jmx
340341chmod g=u /stackable/run-spark.sh
342+ chmod g=u /stackable/run-spark-connect.sh
341343EOF
342344
343345# ----------------------------------------
You can’t perform that action at this time.
0 commit comments