File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -128,25 +128,26 @@ COPY --chown=${STACKABLE_USER_UID}:0 --from=builder /stackable/hadoop-${PRODUCT}
128
128
COPY --chown=${STACKABLE_USER_UID}:0 --from=builder /stackable/jmx /stackable/jmx/
129
129
COPY --chown=${STACKABLE_USER_UID}:0 --from=builder /stackable/async-profiler /stackable/async-profiler/
130
130
COPY --chown=${STACKABLE_USER_UID}:0 --from=hdfs-utils-builder /stackable/hadoop-${PRODUCT}/share/hadoop/common/lib/hdfs-utils-${HDFS_UTILS}.jar /stackable/hadoop-${PRODUCT}/share/hadoop/common/lib/hdfs-utils-${HDFS_UTILS}.jar
131
- COPY --chown=${STACKABLE_USER_UID}:0 hadoop/stackable/fuse_dfs_wrapper /stackable/hadoop/bin
131
+ COPY --chown=${STACKABLE_USER_UID}:0 hadoop/stackable/fuse_dfs_wrapper /stackable/
132
132
133
133
134
134
# fuse is required for fusermount (called by fuse_dfs)
135
135
# fuse-libs is required for fuse_dfs (not included in fuse)
136
136
# openssl -> not sure
137
137
RUN <<EOF
138
138
microdnf update
139
+ # tar is required for `kubectl cp` which can be used to copy the log files
140
+ # or profiler flamegraph from the Pod
141
+ # It is already installed in the base image but leaving here for documentation purposes
139
142
microdnf install \
140
143
fuse \
141
144
fuse-libs \
142
- # tar is required for `kubectl cp` which can be used to copy the log files
143
- # or profiler flamegraph from the Pod
144
- # It is already installed in the base image but leaving here for documentation purposes
145
145
tar
146
146
microdnf clean all
147
147
rm -rf /var/cache/yum
148
148
149
149
ln -s /stackable/hadoop-${PRODUCT} /stackable/hadoop
150
+ mv /stackable/fuse_dfs_wrapper /stackable/hadoop/bin
150
151
151
152
# Remove unneeded binaries:
152
153
# - code sources
You can’t perform that action at this time.
0 commit comments