This is an automated email from the ASF dual-hosted git repository.
jeagles pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tez.git
The following commit(s) were added to refs/heads/master by this push:
new 6a21d48 TEZ-4100. Upgrade to Hadoop 3.1.3 and Guava 27
6a21d48 is described below
commit 6a21d48daa2703b5f19dab49785332e0344e45a3
Author: László Bodor <[email protected]>
AuthorDate: Thu Feb 13 09:02:51 2020 -0600
TEZ-4100. Upgrade to Hadoop 3.1.3 and Guava 27
Signed-off-by: Jonathan Eagles <[email protected]>
---
pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1a5148a..8b81f23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,8 @@
<properties>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
<clover.license>${user.home}/clover.license</clover.license>
- <hadoop.version>3.0.3</hadoop.version>
+ <guava.version>27.0-jre</guava.version>
+ <hadoop.version>3.1.3</hadoop.version>
<jetty.version>9.3.28.v20191105</jetty.version>
<netty.version>3.10.5.Final</netty.version>
<pig.version>0.13.0</pig.version>
@@ -717,7 +718,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>11.0.2</version>
+ <version>${guava.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.jettison</groupId>