Repository: oozie Updated Branches: refs/heads/master 7d434279a -> 58c5a5579
OOZIE-3348 [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/58c5a557 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/58c5a557 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/58c5a557 Branch: refs/heads/master Commit: 58c5a5579b14975c8fbe2b1da0bc2e3ad8932d27 Parents: 7d43427 Author: Andras Piros <[email protected]> Authored: Thu Sep 27 20:52:15 2018 +0200 Committer: Andras Piros <[email protected]> Committed: Thu Sep 27 20:52:15 2018 +0200 ---------------------------------------------------------------------- pom.xml | 12 ------------ release-log.txt | 1 + sharelib/hive/pom.xml | 14 +++----------- 3 files changed, 4 insertions(+), 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/58c5a557/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index dd93a49..a9a6cf4 100644 --- a/pom.xml +++ b/pom.xml @@ -990,18 +990,6 @@ <dependency> <groupId>org.apache.hive</groupId> - <artifactId>hive-contrib</artifactId> - <version>${hive.version}</version> - <exclusions> - <exclusion> - <groupId>hadoop</groupId> - <artifactId>core</artifactId> - </exclusion> - </exclusions> - </dependency> - - <dependency> - <groupId>org.apache.hive</groupId> <artifactId>hive-beeline</artifactId> <version>${hive.version}</version> <exclusions> http://git-wip-us.apache.org/repos/asf/oozie/blob/58c5a557/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index ac90e18..588fc41 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 5.1.0 release (trunk - unreleased) +OOZIE-3348 [Hive action] Remove dependency hive-contrib (kmarton via andras.piros) OOZIE-3340 [fluent-job] Create error handler ACTION only if needed (kmarton, andras.piros) OOZIE-3307 amend [core] Limit heap usage of LauncherAM (andras.piros) OOZIE-3343 [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/58c5a557/sharelib/hive/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/hive/pom.xml b/sharelib/hive/pom.xml index 124215e..b534c43 100644 --- a/sharelib/hive/pom.xml +++ b/sharelib/hive/pom.xml @@ -128,19 +128,11 @@ <dependency> <groupId>org.apache.hive</groupId> - <artifactId>hive-contrib</artifactId> + <artifactId>hive-exec</artifactId> <scope>compile</scope> - <exclusions> - <exclusion> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-core</artifactId> - </exclusion> - <exclusion> - <groupId>org.pentaho</groupId> - <artifactId>pentaho-aggdesigner-algorithm</artifactId> - </exclusion> - </exclusions> + <version>${hive.version}</version> </dependency> + <dependency> <groupId>net.hydromatic</groupId> <artifactId>aggdesigner-algorithm</artifactId>
