Skip to content

Commit

Permalink
#2 curl delta-hive assembly in docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilkins-csi committed May 2, 2024
1 parent db377e7 commit f7779c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@
<artifactId>delta-storage</artifactId>
<version>${version.delta}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>io.delta</groupId>-->
<!-- <artifactId>delta-hive-assembly_2.12</artifactId>-->
<!-- <version>${version.delta.hive.connector}</version>-->
<!-- </dependency>-->
</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ FROM ${DOCKER_BASELINE_REPO_ID}boozallen/aissemble-spark:${VERSION_AISSEMBLE}

LABEL org.opencontainers.image.source = "https://github.com/boozallen/aissemble"

RUN curl -L https://github.com/delta-io/connectors/releases/download/v0.6.0/delta-hive-assembly_2.12-0.6.0.jar \
-o "${SPARK_HOME}"/jars/delta-hive-assembly_2.12-0.6.0.jar
ARG JARS_DIR

ADD ${JARS_DIR}/* ${SPARK_HOME}/jars/

ENV SPARK_NO_DAEMONIZE=true
Expand Down
2 changes: 1 addition & 1 deletion extensions/extensions-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<!-- <module>aissemble-nvidia</module>-->
<!-- <module>aissemble-policy-decision-point</module>-->
<!-- <module>aissemble-spark</module>-->
<!-- <module>aissemble-spark-infrastructure</module>-->
<module>aissemble-spark-infrastructure</module>
<!-- <module>aissemble-spark-operator</module>-->
<module>aissemble-vault</module>
<!-- <module>aissemble-versioning</module>-->
Expand Down

0 comments on commit f7779c3

Please sign in to comment.