Repository: oozie
Updated Branches:
  refs/heads/master 05636799e -> 3dc9c7865


OOZIE-3313 Hive example action fails (daniel.becker via gezapeti)


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

Branch: refs/heads/master
Commit: 3dc9c7865db139f52f885e59b92b3998724c17a7
Parents: 0563679
Author: Gezapeti Cseh <gezap...@apache.org>
Authored: Thu Aug 2 17:28:43 2018 +0200
Committer: Gezapeti Cseh <gezap...@apache.org>
Committed: Thu Aug 2 17:29:18 2018 +0200

----------------------------------------------------------------------
 core/src/main/conf/action-conf/hive.xml | 2 +-
 release-log.txt                         | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/3dc9c786/core/src/main/conf/action-conf/hive.xml
----------------------------------------------------------------------
diff --git a/core/src/main/conf/action-conf/hive.xml 
b/core/src/main/conf/action-conf/hive.xml
index 7ae0f95..fc02e25 100644
--- a/core/src/main/conf/action-conf/hive.xml
+++ b/core/src/main/conf/action-conf/hive.xml
@@ -25,7 +25,7 @@
 
    <property>
       <name>mapreduce.input.fileinputformat.split.maxsize</name>
-      <value>256000000L</value>
+      <value>256000000</value>
    </property>
    <property>
       <name>mapreduce.input.fileinputformat.input.dir.recursive</name>

http://git-wip-us.apache.org/repos/asf/oozie/blob/3dc9c786/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 48dbceb..5100d97 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.1.0 release (trunk - unreleased)
 
+OOZIE-3313 Hive example action fails (daniel.becker via gezapeti)
 OOZIE-3193 Applications are not killed when submitted via subworkflow (kmarton 
via gezapeti, andras.piros)
 OOZIE-3310 SQL error during /v2/sla filtering (asalamon74 via andras.piros)
 OOZIE-2942 [examples] Fix Findbugs warnings (Jan Hentschel, kmarton via 
andras.piros)

Reply via email to