You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by se...@apache.org on 2021/05/29 01:34:26 UTC

[bigtop] branch master updated: BIGTOP-3545. Nexus configured by docker provisioner fails to download pentaho-aggdesigner-algorithm. (#779)

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

sekikn 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 ddf01df  BIGTOP-3545. Nexus configured by docker provisioner fails to download pentaho-aggdesigner-algorithm. (#779)
ddf01df is described below

commit ddf01df7c8487ea2d23f3b8d0cc63ed7afa7f715
Author: Masatake Iwasaki <iw...@apache.org>
AuthorDate: Sat May 29 10:34:16 2021 +0900

    BIGTOP-3545. Nexus configured by docker provisioner fails to download pentaho-aggdesigner-algorithm. (#779)
    
    * BIGTOP-3545. Nexus configured by docker provisioner fails to download pentaho-aggdesigner-algorithm.
    
    * renamed the patch based on relevant Hive JIRA issue id.
---
 .../src/common/hive/patch5-HIVE-25173-branch-3.1.diff   | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/bigtop-packages/src/common/hive/patch5-HIVE-25173-branch-3.1.diff b/bigtop-packages/src/common/hive/patch5-HIVE-25173-branch-3.1.diff
new file mode 100644
index 0000000..2f08cbd
--- /dev/null
+++ b/bigtop-packages/src/common/hive/patch5-HIVE-25173-branch-3.1.diff
@@ -0,0 +1,17 @@
+diff --git a/upgrade-acid/pom.xml b/upgrade-acid/pom.xml
+index 2cdfa91..b436d54 100644
+--- a/upgrade-acid/pom.xml
++++ b/upgrade-acid/pom.xml
+@@ -80,6 +80,12 @@
+             <artifactId>hive-exec</artifactId>
+             <version>2.3.3</version>
+             <scope>provided</scope>
++            <exclusions>
++                <exclusion>
++                    <groupId>org.pentaho</groupId>
++                    <artifactId>pentaho-aggdesigner-algorithm</artifactId>
++                </exclusion>
++            </exclusions>
+         </dependency>
+         <dependency>
+             <groupId>org.apache.hadoop</groupId>