Repository: oozie Updated Branches: refs/heads/master cab20408e -> 97a8cba82
OOZIE-2618 Include hive-common in hive-beeline as compile component for hive-server2 (hive2 action) (wutaklon 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/97a8cba8 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/97a8cba8 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/97a8cba8 Branch: refs/heads/master Commit: 97a8cba829a779570b03c5bdbeb9df7969a50270 Parents: cab2040 Author: Andras Piros <[email protected]> Authored: Mon Nov 6 10:42:51 2017 +0100 Committer: Andras Piros <[email protected]> Committed: Mon Nov 6 10:42:51 2017 +0100 ---------------------------------------------------------------------- pom.xml | 4 ++++ release-log.txt | 1 + 2 files changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/97a8cba8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5a06902..1b07e79 100644 --- a/pom.xml +++ b/pom.xml @@ -1014,6 +1014,10 @@ <groupId>org.apache.hive</groupId> </exclusion> <exclusion> + <artifactId>hive-common</artifactId> + <groupId>org.apache.hive</groupId> + </exclusion> + <exclusion> <artifactId>hive-serde</artifactId> <groupId>org.apache.hive</groupId> </exclusion> http://git-wip-us.apache.org/repos/asf/oozie/blob/97a8cba8/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 76185fe..0b3c59a 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 5.0.0 release (trunk - unreleased) +OOZIE-2618 Include hive-common in hive-beeline as compile component for hive-server2 (hive2 action) (wutaklon via andras.piros) OOZIE-1401 PurgeCommand should purge the workflow jobs w/o end_time (asasvari) OOZIE-3084 Add missing JVM properties to Jetty startup script (andras.piros) OOZIE-3097 Change version in pom in master to 5.0.0-beta1 (dbist13 via gezapeti)
