File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,14 +104,6 @@ COPY --chown=${STACKABLE_USER_UID}:0 --from=phoenix /stackable/phoenix-${HBASE_P
104104COPY --chown=${STACKABLE_USER_UID}:0 --from=hadoop-s3-builder /stackable/bin/export-snapshot-to-s3 /stackable/bin/export-snapshot-to-s3
105105COPY --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-
115107COPY --chown=${STACKABLE_USER_UID}:0 --from=hbase-opa-authorizer /stackable/hbase-opa-authorizer-${HBASE_HBASE_OPA_AUTHORIZER_VERSION}-src.tar.gz /stackable
116108COPY --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
You can’t perform that action at this time.
0 commit comments