File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ RUN mkdir -p /assets/ && cd /assets && \
9
9
curl -OL https://downloads.datastax.com/enterprise/cqlsh-astra.tar.gz && \
10
10
tar -xzf ./cqlsh-astra.tar.gz && \
11
11
rm ./cqlsh-astra.tar.gz && \
12
- curl -OL https://archive.apache.org/dist/spark/spark-2.4.8 /spark-2.4.8 -bin-hadoop2.7 .tgz && \
13
- tar -xzf ./spark-2.4.8 -bin-hadoop2.7 .tgz && \
14
- rm ./spark-2.4.8 -bin-hadoop2.7 .tgz
12
+ curl -OL https://archive.apache.org/dist/spark/spark-3.3.1 /spark-3.3.1 -bin-hadoop3 .tgz && \
13
+ tar -xzf ./spark-3.3.1 -bin-hadoop3 .tgz && \
14
+ rm ./spark-3.3.1 -bin-hadoop3 .tgz
15
15
16
16
RUN apt-get update && apt-get install -y openssh-server vim python3 --no-install-recommends && \
17
17
rm -rf /var/lib/apt/lists/* && \
@@ -44,7 +44,7 @@ RUN mkdir -p /usr/share/maven /usr/share/maven/ref && \
44
44
rm -rf "$USER_HOME_DIR/.m2"
45
45
46
46
# Add all migration tools to path
47
- ENV PATH="${PATH}:/assets/dsbulk/bin/:/assets/cqlsh-astra/bin/:/assets/spark-2.4.8 -bin-hadoop2.7 /bin/"
47
+ ENV PATH="${PATH}:/assets/dsbulk/bin/:/assets/cqlsh-astra/bin/:/assets/spark-3.3.1 -bin-hadoop3 /bin/"
48
48
49
49
EXPOSE 22
50
50
Original file line number Diff line number Diff line change 3
3
4
4
<groupId >datastax.astra.migrate</groupId >
5
5
<artifactId >cassandra-data-migrator</artifactId >
6
- <version >3.0.2 </version >
6
+ <version >3.0.3 </version >
7
7
<packaging >jar</packaging >
8
8
9
9
<properties >
You can’t perform that action at this time.
0 commit comments