You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: Add Hadoop 3.5.0
* revert accidential change
* Bump HDFS dependants 3.4.2 -> 3.4.3
* Fix leftover EOF
* Fix hadolint
* WIP: Move s3a and abfs jar collection into hadoop builder image
* Fixup aws-sdk file name
* Add note
* Switch to Nexus (as it now works again)
* Remove parallel maven builds again
* Fix another bundle name
* (Hopefully) fix HBase build. Azure libs are already there
* Downgrade Hadoop in Spark HBase-connector again
* Downgrade HDFS in HBase as well
* Use released hdfs-utils
* Dont bump dependants
* changelog
# This script mirrors the boostorg/boost source bundle for the given version to Nexus.
3
+
# The boost source bundle is architecture independent.
4
+
# It contains its own build system (b2) which is also built from source before building boost itself, so we don't need to worry about architecture specific builds.
5
+
# This artifact is used by the hadoop/boost local image.
6
+
7
+
8
+
set -euo pipefail
9
+
10
+
VERSION=${1:?"Missing version number argument (arg 1)"}
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,9 @@ All notable changes to this project will be documented in this file.
14
14
- opa: Add `1.16.2` ([#1509]).
15
15
- kafka: Add `3.9.2` and `4.2.1` ([#1483]).
16
16
- trino: Add `481` ([#1518]).
17
-
- superset: Add `6.1.0` ([#1514])
18
-
- zookeeper: Add `3.9.5` ([#1515])
17
+
- superset: Add `6.1.0` ([#1514]).
18
+
- zookeeper: Add `3.9.5` ([#1515]).
19
+
- hadoop: Add `3.5.0` and `3.4.3` ([#1511]).
19
20
20
21
### Changed
21
22
@@ -26,6 +27,7 @@ All notable changes to this project will be documented in this file.
26
27
- statsd_exporter: Bump version from `0.28.0` to `0.30.0` ([#1524]).
27
28
This uses a git mirror and patchable instead of sourcing from Nexus.
28
29
- superset: Bump statsd_exporter to `0.30.0` ([#1524]).
30
+
- hadoop: Refactor cloud library provisioning to downstream images. The jars are now conveniently placed in `/stackable/hadoop-cloud-libraries/` to be easily picked up ([#1511]).
29
31
30
32
### Fixed
31
33
@@ -57,6 +59,7 @@ All notable changes to this project will be documented in this file.
0 commit comments