This is an automated email from the ASF dual-hosted git repository.
sekikn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new 9006b52 BIGTOP-3573. Tez smoke test fails on the ARM platform. (#801)
9006b52 is described below
commit 9006b521b253ed46d402d788866ca53d0adc434d
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Wed Jul 14 16:58:01 2021 +0900
BIGTOP-3573. Tez smoke test fails on the ARM platform. (#801)
---
.../common/tez/patch1-snappy-java-dependency.diff | 31 ++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/bigtop-packages/src/common/tez/patch1-snappy-java-dependency.diff
b/bigtop-packages/src/common/tez/patch1-snappy-java-dependency.diff
new file mode 100644
index 0000000..48a43bb
--- /dev/null
+++ b/bigtop-packages/src/common/tez/patch1-snappy-java-dependency.diff
@@ -0,0 +1,31 @@
+diff --git a/pom.xml b/pom.xml
+index 05fcc6d..70cc871 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -333,6 +333,10 @@
+ <groupId>commons-el</groupId>
+ <artifactId>commons-el</artifactId>
+ </exclusion>
++ <exclusion>
++ <groupId>org.xerial.snappy</groupId>
++ <artifactId>snappy-java</artifactId>
++ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+diff --git a/tez-api/pom.xml b/tez-api/pom.xml
+index 9c9d7af..5d51e74 100644
+--- a/tez-api/pom.xml
++++ b/tez-api/pom.xml
+@@ -110,6 +110,11 @@
+ <artifactId>mockito-all</artifactId>
+ <scope>test</scope>
+ </dependency>
++ <dependency>
++ <groupId>org.xerial.snappy</groupId>
++ <artifactId>snappy-java</artifactId>
++ <version>1.1.8.4</version>
++ </dependency>
+ </dependencies>
+
+ <build>