You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop/hadoop/Dockerfile
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ FROM local-image/java-devel AS hadoop-builder
7
7
ARG PRODUCT_VERSION
8
8
ARG RELEASE_VERSION
9
9
ARG PROTOBUF_VERSION
10
+
ARG AWS_JAVA_SDK_BUNDLE_VERSION
11
+
ARG AZURE_STORAGE_VERSION
12
+
ARG AZURE_KEYVAULT_CORE_VERSION
10
13
ARG STACKABLE_USER_UID
11
14
12
15
WORKDIR /stackable
@@ -90,6 +93,7 @@ tar -czf /stackable/hadoop-${NEW_VERSION}-src.tar.gz .
90
93
# Therefore, this build does work but the final image does NOT contain the openssl-devel package which is why it fails there which is why we have to create the symlink over there manually.
91
94
# We still leave this flag in to automatically fail should anything with the packages or symlinks ever fail.
92
95
mvn \
96
+
--threads 1C \
93
97
clean package install \
94
98
-Pdist,native \
95
99
-pl '!hadoop-tools/hadoop-pipes' \
@@ -140,3 +144,28 @@ rm -rf /stackable/.m2
140
144
# Set correct groups; make sure only required artifacts for the final image are located in /stackable
0 commit comments