Repository: oozie
Updated Branches:
  refs/heads/master 03a4a5e0d -> 630171297


OOZIE-3028 Oozie Pig Action fails with no python dependencies (dbist13 via 
rohini)


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

Branch: refs/heads/master
Commit: 630171297cc75b56aafef27efdf2b9b746d86e33
Parents: 03a4a5e
Author: Rohini Palaniswamy <roh...@apache.org>
Authored: Thu Aug 10 20:35:13 2017 -0700
Committer: Rohini Palaniswamy <roh...@apache.org>
Committed: Thu Aug 10 20:35:13 2017 -0700

----------------------------------------------------------------------
 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/63017129/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4886443..538702d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1331,8 +1331,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/63017129/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 2ac893c..0b509bf 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.0.0 release (trunk - unreleased)
 
+OOZIE-3028 Oozie Pig Action fails with no python dependencies (dbist13 via 
rohini)
 OOZIE-2670 Upgrade Hbase to 1.2 (gezapeti via asasvari)
 OOZIE-2608 Comma in oozie.service.JPAService.jdbc.password value results in 
authentication error (gezapeti via asasvari)
 OOZIE-3009 amend Number of Oozie tests executed dropped after OOZIE-2854 
(andras.piros via gezapeti)

http://git-wip-us.apache.org/repos/asf/oozie/blob/63017129/sharelib/pig/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/pig/pom.xml b/sharelib/pig/pom.xml
index 94fba39..df6edd8 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>
 

Reply via email to