Skip to content

Commit 168f09a

Browse files
committed
chore: Update to HDFS 3.4.0 and fix Tilt workflow
1 parent c64440f commit 168f09a

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

Dockerfile

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
FROM docker.stackable.tech/stackable/hadoop:3.3.6-stackable0.0.0-dev
1+
FROM docker.stackable.tech/stackable/hadoop:3.4.0-stackable0.0.0-dev
22

3-
COPY --chown=stackable:stackable ./hdfs-utils-*.jar /stackable/hadoop/share/hadoop/tools/lib/
4-
COPY --chown=stackable:stackable ./bom.json /stackable/hadoop/share/hadoop/tools/lib/hdfs-utils.cdx.json
3+
# Remove existing hdfs-utils jars, so we can ship our custom one
4+
RUN rm -f /stackable/hadoop/share/hadoop/common/lib/hdfs-utils-*.jar
5+
RUN rm -f /stackable/hadoop/share/hadoop/tools/lib/hdfs-utils-*.jar
6+
7+
COPY --chown=stackable:stackable ./hdfs-utils-*.jar /stackable/hadoop/share/hadoop/common/lib/
8+
COPY --chown=stackable:stackable ./bom.json /stackable/hadoop/share/hadoop/common/lib/hdfs-utils.cdx.json

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<maven.compiler.release>${java.version}</maven.compiler.release>
3636
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3737

38+
<!-- Tip: Use "mvn versions:display-dependency-updates" to check for updates -->
3839
<cleanthat.version>2.17</cleanthat.version>
3940
<error-prone.version>2.28.0</error-prone.version>
4041
<google-java-format.version>1.19.2</google-java-format.version>

test/stack/20-hdfs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ metadata:
2525
name: simple-hdfs
2626
spec:
2727
image:
28-
productVersion: 3.3.6
28+
productVersion: 3.4.0
2929
custom: hdfs # Will be overwritten by Tilt
3030
pullPolicy: IfNotPresent
3131
clusterConfig:

test/stack/30-test-hdfs-permissions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: test-hdfs-permissions
11-
image: docker.stackable.tech/stackable/hadoop:3.3.6-stackable0.0.0-dev
11+
image: docker.stackable.tech/stackable/hadoop:3.4.0-stackable0.0.0-dev
1212
env:
1313
- name: HADOOP_CONF_DIR
1414
value: /stackable/conf/hdfs

test/topology-provider/stack/03-hdfs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ metadata:
2525
name: simple-hdfs
2626
spec:
2727
image:
28-
productVersion: 3.3.6
28+
productVersion: 3.4.0
2929
custom: hdfs # updated by tilt
3030
pullPolicy: IfNotPresent
3131
clusterConfig:

0 commit comments

Comments
 (0)