File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ chown -h ${STACKABLE_USER_UID}:0 /stackable/druid/bin/run-druid
145145
146146# fix missing permissions
147147chmod -R g=u /stackable/bin
148- chmod g=u /stackable/apache-druid-${PRODUCT} /stackable/druid-${PRODUCT}-src.tar.gz
148+ chmod g=u /stackable/apache-druid-${PRODUCT}
149149EOF
150150
151151# ----------------------------------------
Original file line number Diff line number Diff line change @@ -230,6 +230,7 @@ ln -s "/stackable/jmx/jmx_prometheus_javaagent-${JMX_EXPORTER}.jar" /stackable/j
230230chmod -R g=u /stackable/spark-${PRODUCT}/dist
231231chmod -R g=u /stackable/spark-${PRODUCT}/assembly/target/bom.json
232232chmod -R g=u /stackable/jmx
233+ chmod g=u /stackable/*-src.tar.gz
233234EOF
234235
235236# TODO: java-base installs the Adoptium dnf repo and the Termurin jre which is not needed here.
@@ -301,7 +302,6 @@ chown -h ${STACKABLE_USER_UID}:0 /stackable/spark/examples/jars/spark-examples.j
301302chmod g=u /stackable/spark
302303chmod g=u /stackable/jmx
303304chmod g=u /stackable/run-spark.sh
304- chmod g=u /stackable/*-src.tar.gz
305305EOF
306306
307307# ----------------------------------------
Original file line number Diff line number Diff line change @@ -91,7 +91,6 @@ chown -h ${STACKABLE_USER_UID}:0 /stackable/zookeeper
9191# fix missing permissions
9292chmod g=u /stackable/jmx
9393chmod g=u /stackable/apache-zookeeper-${PRODUCT}-bin/
94- chmod g=u /stackable/zookeeper-${PRODUCT}-src.tar.gz
9594EOF
9695
9796# ----------------------------------------
You can’t perform that action at this time.
0 commit comments