Skip to content

Commit 4627400

Browse files
committed
(Hopefully) fix HBase build. Azure libs are already there
1 parent a228ca7 commit 4627400

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

hbase/Dockerfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,6 @@ COPY --chown=${STACKABLE_USER_UID}:0 --from=phoenix /stackable/phoenix-${HBASE_P
104104
COPY --chown=${STACKABLE_USER_UID}:0 --from=hadoop-s3-builder /stackable/bin/export-snapshot-to-s3 /stackable/bin/export-snapshot-to-s3
105105
COPY --chown=${STACKABLE_USER_UID}:0 --from=hadoop-s3-builder /stackable/hadoop/share/hadoop/tools/lib/ /stackable/hadoop/share/hadoop/tools/lib/
106106

107-
# Copy the dependencies from Hadoop which are required for the Azure Data Lake
108-
# Storage (ADLS) to /stackable/hbase-${HBASE_VERSION}/lib which is on the classpath.
109-
# hadoop-azure-${HADOOP}.jar contains the AzureBlobFileSystem which is required
110-
# by hadoop-common-${HADOOP}.jar if the scheme of a file system is "abfs://".
111-
COPY --chown=${STACKABLE_USER_UID}:0 --from=hadoop-builder \
112-
/stackable/hadoop/share/hadoop/tools/lib/hadoop-azure-${HADOOP_VERSION}-stackable${RELEASE_VERSION}.jar \
113-
/stackable/hbase-${HBASE_VERSION}-stackable${RELEASE_VERSION}/lib/
114-
115107
COPY --chown=${STACKABLE_USER_UID}:0 --from=hbase-opa-authorizer /stackable/hbase-opa-authorizer-${HBASE_HBASE_OPA_AUTHORIZER_VERSION}-src.tar.gz /stackable
116108
COPY --chown=${STACKABLE_USER_UID}:0 --from=hbase-opa-authorizer /stackable/hbase-opa-authorizer/target/hbase-opa-authorizer*.jar /stackable/hbase-${HBASE_VERSION}-stackable${RELEASE_VERSION}/lib
117109

0 commit comments

Comments
 (0)