You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by an...@apache.org on 2018/10/03 13:14:41 UTC

oozie git commit: OOZIE-3348 amend [Hive action] Remove dependency hive-contrib (kmarton via andras.piros)

Repository: oozie
Updated Branches:
  refs/heads/master cf6540977 -> 274cd824d


OOZIE-3348 amend [Hive action] Remove dependency hive-contrib (kmarton via andras.piros)


Project: http://git-wip-us.apache.org/repos/asf/oozie/repo
Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/274cd824
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/274cd824
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/274cd824

Branch: refs/heads/master
Commit: 274cd824df542a5adafa7b894b7133959913c54e
Parents: cf65409
Author: Andras Piros <an...@cloudera.com>
Authored: Wed Oct 3 15:14:23 2018 +0200
Committer: Andras Piros <an...@cloudera.com>
Committed: Wed Oct 3 15:14:23 2018 +0200

----------------------------------------------------------------------
 release-log.txt       | 1 +
 sharelib/hive/pom.xml | 6 ++++++
 2 files changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/274cd824/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 8a72d5e..8cac746 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.1.0 release (trunk - unreleased)
 
+OOZIE-3348 amend [Hive action] Remove dependency hive-contrib (kmarton via andras.piros)
 OOZIE-3160 amend PriorityDelayQueue put()/take() can cause significant CPU load due to busy waiting (andras.piros)
 OOZIE-3354 [core] [SSH action] SSH action gets hung (andras.piros)
 OOZIE-3343 amend [build] [tests] Add the first five test errors per module to the report (kmarton via andras.piros)

http://git-wip-us.apache.org/repos/asf/oozie/blob/274cd824/sharelib/hive/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/hive/pom.xml b/sharelib/hive/pom.xml
index b534c43..77d4ad1 100644
--- a/sharelib/hive/pom.xml
+++ b/sharelib/hive/pom.xml
@@ -131,6 +131,12 @@
             <artifactId>hive-exec</artifactId>
             <scope>compile</scope>
             <version>${hive.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.pentaho</groupId>
+                    <artifactId>pentaho-aggdesigner-algorithm</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>