Skip to content

Commit 13dd3e3

Browse files
committed
add hadoop 3.4.2 to config and hdfs-utils 0.4.2
1 parent 9a8d785 commit 13dd3e3

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

hadoop/boil-config.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,13 @@ java-devel = "11"
1818
async-profiler-version = "2.9"
1919
jmx-exporter-version = "1.3.0"
2020
hdfs-utils-version = "0.4.1"
21+
22+
[versions."3.4.2".local-images]
23+
"hadoop/hadoop" = "3.4.2"
24+
java-base = "11"
25+
java-devel = "11"
26+
27+
[versions."3.4.2".build-arguments]
28+
async-profiler-version = "2.9"
29+
jmx-exporter-version = "1.3.0"
30+
hdfs-utils-version = "0.4.2"

hadoop/hadoop/boil-config.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ java-devel = "11"
99

1010
[versions."3.4.1".build-arguments]
1111
protobuf-version = "3.7.1"
12+
13+
[versions."3.4.2".local-images]
14+
java-devel = "11"
15+
16+
[versions."3.4.2".build-arguments]
17+
protobuf-version = "3.7.1"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
base = "921c42df13e2f7b72bf010cfa1e474243b186873"

0 commit comments

Comments
 (0)