File tree Expand file tree Collapse file tree 5 files changed +11
-6
lines changed
Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ metadata:
2525 name : simple-hdfs
2626spec :
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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ metadata:
2525 name : simple-hdfs
2626spec :
2727 image :
28- productVersion : 3.3.6
28+ productVersion : 3.4.0
2929 custom : hdfs # updated by tilt
3030 pullPolicy : IfNotPresent
3131 clusterConfig :
You can’t perform that action at this time.
0 commit comments