File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -136,12 +136,18 @@ microdnf update
136136microdnf clean all
137137rpm -qa --qf "%{NAME}-%{VERSION}-%{RELEASE}\n " | sort > /stackable/package_manifest.txt
138138chown ${STACKABLE_USER_UID}:0 /stackable/package_manifest.txt
139+ chmod g=u /stackable/package_manifest.txt
139140rm -rf /var/cache/yum
140141
141142ln -s /stackable/apache-hive-metastore-${PRODUCT}-bin /stackable/hive-metastore
142143chown -h ${STACKABLE_USER_UID}:0 /stackable/hive-metastore
144+ chmod g=u /stackable/hive-metastore
143145ln -s /stackable/hadoop-${HADOOP} /stackable/hadoop
144146chown -h ${STACKABLE_USER_UID}:0 /stackable/hadoop
147+ chmod g=u /stackable/hadoop
148+
149+ # fix missing permissions
150+ chmod --recursive g=u /stackable/jmx
145151EOF
146152
147153# ----------------------------------------
159165
160166# ----------------------------------------
161167# Attention: Do not perform any file based actions (copying/creating etc.) below this comment because the permissions would not be checked.
168+ # ----------------------------------------
162169
163170USER ${STACKABLE_USER_UID}
164171
You can’t perform that action at this time.
0 commit comments