Skip to content

Commit

Permalink
add SQOOP_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
thanh-nguyen-dang committed Jun 30, 2024
1 parent f0fc4a5 commit 5aa28c7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion spark/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ FROM quay.io/cdis/hadoop-base:v3.3.0
ENV DEBIAN_FRONTEND=noninteractive \
HADOOP_SPARK_VERSION="3" \
ES_HADOOP_VERSION="8.3.3" \
SPARK_VERSION="3.3.0"
SQOOP_VERSION="1.4.7" \
SPARK_VERSION="3.3.0" \
MAVEN_ES_URL="https://search.maven.org/remotecontent?filepath=org/elasticsearch" \
ES_SPARK_30_2_12="elasticsearch-spark-30_2.12" \
ES_SPARK_20_2_11="elasticsearch-spark-20_2.11"

ENV SPARK_INSTALLATION_URL="http://archive.apache.org/dist/spark/spark-${SPARK_VERSION}/spark-${SPARK_VERSION}-bin-hadoop${HADOOP_SPARK_VERSION}.tgz" \
SQOOP_INSTALLATION_URL="http://archive.apache.org/dist/sqoop/${SQOOP_VERSION}/sqoop-${SQOOP_VERSION}.bin__hadoop-2.6.0.tar.gz" \
HADOOP_INSTALLATION_URL="http://archive.apache.org/dist/hadoop/common/hadoop-${HADOOP_VERSION}/hadoop-${HADOOP_VERSION}.tar.gz" \
ES_HADOOP_INSTALLATION_URL="https://artifacts.elastic.co/downloads/elasticsearch-hadoop/elasticsearch-hadoop-${ES_HADOOP_VERSION}.zip" \
SPARK_HOME="/spark" \
SQOOP_HOME="/sqoop" \
HADOOP_HOME="/hadoop" \
ES_HADOOP_HOME="/es-hadoop" \
Expand Down

0 comments on commit 5aa28c7

Please sign in to comment.