OOZIE-3028 Oozie Pig Action fails with no python dependencies (dbist13 via rohini)
(cherry picked from commit 630171297cc75b56aafef27efdf2b9b746d86e33) Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/d64a4c39 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/d64a4c39 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/d64a4c39 Branch: refs/heads/branch-4.3 Commit: d64a4c39f4a89741e0712390f51457bd352b96be Parents: 0f293ea Author: Rohini Palaniswamy <[email protected]> Authored: Thu Aug 10 20:35:13 2017 -0700 Committer: satishsaley <[email protected]> Committed: Fri Dec 8 16:34:55 2017 -0800 ---------------------------------------------------------------------- pom.xml | 4 ++-- release-log.txt | 1 + sharelib/pig/pom.xml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/d64a4c39/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 288aaec..7613bc2 100644 --- a/pom.xml +++ b/pom.xml @@ -1342,8 +1342,8 @@ <dependency> <groupId>org.python</groupId> - <artifactId>jython</artifactId> - <version>2.5.3</version> + <artifactId>jython-standalone</artifactId> + <version>2.7.1</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/oozie/blob/d64a4c39/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index a0946fe..557f657 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 4.3.1 release +OOZIE-3028 Oozie Pig Action fails with no python dependencies (dbist13 via rohini) OOZIE-2984 Parse spark-defaults.conf values with spaces without needing the quotes (andras.piros via gezapeti) OOZIE-2825 Custom Authentication doc page is not well formatted (Jan Hentschel via rkanter) OOZIE-2747 README.txt is out of date (Jan Hentschel via rkanter) http://git-wip-us.apache.org/repos/asf/oozie/blob/d64a4c39/sharelib/pig/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/pig/pom.xml b/sharelib/pig/pom.xml index f0ed83b..3cc197b 100644 --- a/sharelib/pig/pom.xml +++ b/sharelib/pig/pom.xml @@ -52,7 +52,7 @@ </dependency> <dependency> <groupId>org.python</groupId> - <artifactId>jython</artifactId> + <artifactId>jython-standalone</artifactId> <scope>compile</scope> </dependency>
