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})
23
23
24
24
# Create snapshot of the source code including custom patches
25
25
tar -czf /stackable/spark-${PRODUCT}-src.tar.gz .
26
+ chmod g=u /stackable/spark-${PRODUCT}-src.tar.gz
26
27
EOF
27
28
28
29
# 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
113
114
dependency:copy \
114
115
-Dartifact=org.apache.logging.log4j:log4j-slf4j-impl:'${log4j.version}' \
115
116
-DoutputDirectory=./jars
117
+ chmod g=u /stackable/hbase-connector-${HBASE_CONNECTOR}-src.tar.gz .
116
118
EOF
117
119
118
120
@@ -230,7 +232,6 @@ ln -s "/stackable/jmx/jmx_prometheus_javaagent-${JMX_EXPORTER}.jar" /stackable/j
230
232
chmod -R g=u /stackable/spark-${PRODUCT}/dist
231
233
chmod -R g=u /stackable/spark-${PRODUCT}/assembly/target/bom.json
232
234
chmod -R g=u /stackable/jmx
233
- chmod g=u /stackable/*-src.tar.gz
234
235
EOF
235
236
236
237
# 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