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

iwasakims pushed a commit to branch branch-1.5
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/branch-1.5 by this push:
     new 3eaa312  BIGTOP-3546. Could not find 
org.pentaho:pentaho-aggdesigner-algorithm:5.1.5-jhyde.
3eaa312 is described below

commit 3eaa3126a3d147d3280407265dde4ebd33eb233f
Author: Matt Andruff <[email protected]>
AuthorDate: Mon May 31 15:49:04 2021 -0400

    BIGTOP-3546. Could not find 
org.pentaho:pentaho-aggdesigner-algorithm:5.1.5-jhyde.
---
 bigtop-tests/smoke-tests/odpi-runtime/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop-tests/smoke-tests/odpi-runtime/build.gradle 
b/bigtop-tests/smoke-tests/odpi-runtime/build.gradle
index 8a8fba3..ea03ea5 100644
--- a/bigtop-tests/smoke-tests/odpi-runtime/build.gradle
+++ b/bigtop-tests/smoke-tests/odpi-runtime/build.gradle
@@ -34,7 +34,7 @@ dependencies {
   compile group: 'org.apache.thrift', name: 'libfb303', version: '0.9.3'
   compile group: 'org.apache.thrift', name: 'libthrift', version: '0.9.3'
   compile group: 'org.apache.hadoop', name: 'hadoop-common', version: '2.7.2'
-  compile group: 'org.apache.hive.hcatalog', name: 'hive-hcatalog-core', 
version: '1.2.1'
+  compile (group: 'org.apache.hive.hcatalog', name: 'hive-hcatalog-core', 
version: '1.2.1') { exclude group: 'org.pentaho' , module: 
'pentaho-aggdesigner-algorithm'}
   testCompile group: 'org.apache.hadoop', name: 
'hadoop-mapreduce-client-core', version: '2.7.2'
   compile group: 'org.apache.hadoop', name: 
'hadoop-mapreduce-client-jobclient', version: '2.7.2'
   testCompile group: 'org.apache.hadoop', name: 
'hadoop-mapreduce-client-common', version: '2.7.2'

Reply via email to