This is an automated email from the ASF dual-hosted git repository.

xxyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master by this push:
     new 0abf206  revert hadoop version change to recover UT
0abf206 is described below

commit 0abf2067c231294eb5abc08e6814bd08c70c3abd
Author: shaofengshi <shaofeng...@apache.org>
AuthorDate: Thu Dec 31 13:31:47 2020 +0800

    revert hadoop version change to recover UT
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0b43281..1b05daf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,8 +65,8 @@
     <kylin.version>3.0.0</kylin.version>
 
     <!-- Hadoop versions -->
-    <hadoop2.version>2.7.3</hadoop2.version>
-    <yarn.version>2.7.3</yarn.version>
+    <hadoop2.version>2.7.1</hadoop2.version>
+    <yarn.version>2.7.1</yarn.version>
 
     <!-- Hive versions -->
     <hive.version>1.2.2</hive.version>
@@ -122,7 +122,7 @@
     <mrunit.version>1.1.0</mrunit.version>
     <dbunit.version>2.5.4</dbunit.version>
     <h2.version>1.4.196</h2.version>
-    <jetty.version>9.4.32.v20200930</jetty.version>
+    <jetty.version>9.4.26.v20200117</jetty.version>
     <jamm.version>0.3.1</jamm.version>
     <mockito.version>2.7.14</mockito.version>
     <mockito-all.version>1.9.5</mockito-all.version>

Reply via email to