This is an automated email from the ASF dual-hosted git repository.
iwasakims 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 88a24f3 BIGTOP-3546. Could not find
org.pentaho:pentaho-aggdesigner-algorithm:5.1.5-jhyde.
88a24f3 is described below
commit 88a24f36b55d16031e4f0a6d09a6950e463c7d5c
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.
(cherry picked from commit 3eaa3126a3d147d3280407265dde4ebd33eb233f)
---
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 cd3389e..42e8f46 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'