From 1d1f542fc1ecfc5a74942e72a48052f1e2aed9eb Mon Sep 17 00:00:00 2001 From: Chao Sun Date: Wed, 16 Dec 2020 18:26:02 -0800 Subject: [PATCH 1/5] HIVE-24551 --- ql/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ql/pom.xml b/ql/pom.xml index 08a3bbbd16e6..594c0dc62ed6 100644 --- a/ql/pom.xml +++ b/ql/pom.xml @@ -880,6 +880,12 @@ joda-time:joda-time org.apache.calcite:* org.apache.calcite.avatica:avatica + + net.hydromatic:eigenbase-properties + org.codehaus.janino:janino + org.codehaus.janino:commons-compiler + org.pentaho:pentaho-aggdesigner-algorithm @@ -900,6 +906,16 @@ org.apache.hive.com.google.thirdparty.publicsuffix + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + From 700112a4e869c3881f3e5158743f701bd3f01b11 Mon Sep 17 00:00:00 2001 From: Chao Sun Date: Thu, 17 Dec 2020 09:40:02 -0800 Subject: [PATCH 2/5] Empty commit to trigger CI again From 2a970908ee515dc70e05cff3cd16ed1722db21ba Mon Sep 17 00:00:00 2001 From: Chao Sun Date: Thu, 17 Dec 2020 18:42:47 -0800 Subject: [PATCH 3/5] revert previous change --- ql/pom.xml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/ql/pom.xml b/ql/pom.xml index 594c0dc62ed6..08a3bbbd16e6 100644 --- a/ql/pom.xml +++ b/ql/pom.xml @@ -880,12 +880,6 @@ joda-time:joda-time org.apache.calcite:* org.apache.calcite.avatica:avatica - - net.hydromatic:eigenbase-properties - org.codehaus.janino:janino - org.codehaus.janino:commons-compiler - org.pentaho:pentaho-aggdesigner-algorithm @@ -906,16 +900,6 @@ org.apache.hive.com.google.thirdparty.publicsuffix - - - *:* - - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - - - From 11f3d3b22bc9293640e294cf59847b82e7f3cc01 Mon Sep 17 00:00:00 2001 From: Chao Sun Date: Thu, 17 Dec 2020 18:41:55 -0800 Subject: [PATCH 4/5] add dependencies instead --- pom.xml | 34 ++++++++++++++++++++++++++++++++++ ql/pom.xml | 16 ++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/pom.xml b/pom.xml index 42f6757b8cdd..41d41e81b2c0 100644 --- a/pom.xml +++ b/pom.xml @@ -135,6 +135,7 @@ 3.1.0 0.1.2 0.9.2 + 1.1.5 14.0.1 2.4.4 1.3.166 @@ -155,6 +156,7 @@ 5.5.23 2.3.4 2.3.1 + 2.7.6 0.3.2 3.0.0.v201112011016 5.5.1 @@ -180,6 +182,7 @@ 2.0.0-M5 4.0.52.Final 1.8.1 + 5.1.5-jhyde 0.16.0 2.5.0 1.0.1 @@ -217,6 +220,17 @@ warn + + conjars + Conjars + http://conjars.org/repo + default + + true + always + warn + + @@ -359,6 +373,11 @@ junit ${junit.version} + + net.hydromatic + eigenbase-properties + ${eigenbase-properties.version} + org.apache.logging.log4j log4j-1.2-api @@ -573,6 +592,16 @@ jackson-xc ${jackson.version} + + org.codehaus.janino + commons-compiler + ${janino.version} + + + org.codehaus.janino + janino + ${janino.version} + org.codehaus.jettison jettison @@ -728,6 +757,11 @@ hadoop-minicluster ${hadoop.version} + + org.pentaho + pentaho-aggdesigner-algorithm + ${pentaho-aggdesigner.version} + org.scala-lang scala-library diff --git a/ql/pom.xml b/ql/pom.xml index 08a3bbbd16e6..3dfb510a983e 100644 --- a/ql/pom.xml +++ b/ql/pom.xml @@ -711,6 +711,22 @@ ${glassfish.jersey.version} test + + net.hydromatic + eigenbase-properties + + + org.codehaus.janino + commons-compiler + + + org.codehaus.janino + janino + + + org.pentaho + pentaho-aggdesigner-algorithm + From 09c4e3ea0324553e4ff1a8074bb16e6b14a5ae39 Mon Sep 17 00:00:00 2001 From: Chao Sun Date: Sat, 19 Dec 2020 12:23:20 -0800 Subject: [PATCH 5/5] bump accumulo version to 1.7.3 and decrease test timeout to 4hr --- Jenkinsfile | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5c5c239e4f59..7d66b3ec1fbf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -67,7 +67,7 @@ setPrLabel("PENDING"); def executorNode(run) { hdbPodTemplate { - timeout(time: 24, unit: 'HOURS') { + timeout(time: 4, unit: 'HOURS') { node(POD_LABEL) { container('hdb') { run() diff --git a/pom.xml b/pom.xml index 41d41e81b2c0..eebc7fa340fe 100644 --- a/pom.xml +++ b/pom.xml @@ -106,7 +106,7 @@ 1.8 - 1.6.0 + 1.7.3 5.5.0 1.9.1 3.5.2