File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ cd "$(/stackable/patchable --images-repo-root=src checkout spark-k8s ${PRODUCT})
2323
2424# Create snapshot of the source code including custom patches
2525tar -czf /stackable/spark-${PRODUCT}-src.tar.gz .
26+ chmod g=u /stackable/spark-${PRODUCT}-src.tar.gz
2627EOF
2728
2829# hbase-connectors-builder: Build the Spark HBase connector and copy
@@ -113,6 +114,7 @@ mvn --quiet --non-recursive --no-transfer-progress --batch-mode --file /stackabl
113114 dependency:copy \
114115 -Dartifact=org.apache.logging.log4j:log4j-slf4j-impl:'${log4j.version}' \
115116 -DoutputDirectory=./jars
117+ chmod g=u /stackable/hbase-connector-${HBASE_CONNECTOR}-src.tar.gz .
116118EOF
117119
118120
@@ -230,7 +232,6 @@ ln -s "/stackable/jmx/jmx_prometheus_javaagent-${JMX_EXPORTER}.jar" /stackable/j
230232chmod -R g=u /stackable/spark-${PRODUCT}/dist
231233chmod -R g=u /stackable/spark-${PRODUCT}/assembly/target/bom.json
232234chmod -R g=u /stackable/jmx
233- chmod g=u /stackable/*-src.tar.gz
234235EOF
235236
236237# TODO: java-base installs the Adoptium dnf repo and the Termurin jre which is not needed here.
You can’t perform that action at this time.
0 commit comments