This is an automated email from the ASF dual-hosted git repository.
baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/main by this push:
new ee6f619643 [MINOR] Fix Binary Release (htrace)
ee6f619643 is described below
commit ee6f619643a320446dc7480d217b533a5a00013b
Author: baunsgaard <[email protected]>
AuthorDate: Thu Jun 23 17:17:44 2022 +0200
[MINOR] Fix Binary Release (htrace)
Currently htrace-core is a dependency for hadoop 3.3.2, this is not
a dependency we download hence tests with our binary release is not
parsing if you write a matrix to disk (shown in python tests).
To fix it i have updated to hadoop 3.3.3, that have removed the
deprecated dependency on htrace (that last was updated in 2016)
Closes #1644
---
pom.xml | 2 +-
src/assembly/bin.xml | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5578c827e1..406272bdb0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
</licenses>
<properties>
- <hadoop.version>3.3.2</hadoop.version>
+ <hadoop.version>3.3.3</hadoop.version>
<antlr.version>4.8</antlr.version>
<protobuf.version>3.20.1</protobuf.version>
<spark.version>3.2.0</spark.version>
diff --git a/src/assembly/bin.xml b/src/assembly/bin.xml
index c76246766d..fb5df47054 100644
--- a/src/assembly/bin.xml
+++ b/src/assembly/bin.xml
@@ -102,7 +102,6 @@
<include>*:hadoop-hdfs*</include>
<include>*:hadoop-mapreduce-client*</include>
<include>*:hadoop-yarn*</include>
- <include>*:htrace-core*</include>
<include>*:jackson-core-asl*</include>
<include>*:jackson-mapper-asl*</include>
<include>*:janino*</include>