You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by an...@apache.org on 2018/03/19 09:45:39 UTC

oozie git commit: OOZIE-3195 Typo in WebServicesAPI.twiki: Proxy Hive Job Submission (kmarton via andras.piros)

Repository: oozie
Updated Branches:
  refs/heads/master da8e5b518 -> 8286137b3


OOZIE-3195 Typo in WebServicesAPI.twiki: Proxy Hive Job Submission (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/8286137b
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/8286137b
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/8286137b

Branch: refs/heads/master
Commit: 8286137b3129fbc006f0a51e3cd31cc426283dcd
Parents: da8e5b5
Author: Andras Piros <an...@cloudera.com>
Authored: Mon Mar 19 10:41:59 2018 +0100
Committer: Andras Piros <an...@cloudera.com>
Committed: Mon Mar 19 10:41:59 2018 +0100

----------------------------------------------------------------------
 docs/src/site/twiki/WebServicesAPI.twiki | 2 +-
 release-log.txt                          | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/8286137b/docs/src/site/twiki/WebServicesAPI.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/WebServicesAPI.twiki b/docs/src/site/twiki/WebServicesAPI.twiki
index dd3d290..c662a5e 100644
--- a/docs/src/site/twiki/WebServicesAPI.twiki
+++ b/docs/src/site/twiki/WebServicesAPI.twiki
@@ -848,7 +848,7 @@ The following properties are required:
 The following properties are optional:
    * =oozie.hive.script.params.size=: The number of parameters you'll be passing to Hive
    * =oozie.hive.script.params.n=: A parameter (variable definition for the script) in 'key=value' format, the 'n' should be an integer starting with 0 to indicate the parameter number
-   * =oozie.hive.options.size=: The number of options you'll be passing to Pig
+   * =oozie.hive.options.size=: The number of options you'll be passing to Hive
    * =oozie.hive.options.n=: An argument to pass to Hive, the 'n' should be an integer starting with 0 to indicate the option number
 
 The =oozie.hive.options.n= parameters are sent directly to Hive without any modification unless they start with =-D=, in which case

http://git-wip-us.apache.org/repos/asf/oozie/blob/8286137b/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 5e503fc..9100725 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.0.0 release (trunk - unreleased)
 
+OOZIE-3195 Typo in WebServicesAPI.twiki: Proxy Hive Job Submission (kmarton via andras.piros)
 OOZIE-2814 OYA: Update example workflows to newest schemas (asasvari via gezapeti)
 OOZIE-2585 Remove test case TestPartitionDependencyManagerEhcache.testMemoryUsageAndSpeedOverflowToDisk and testMemoryUsageAndSpeed (pbacsko via gezapeti)
 OOZIE-2957 Documentation states that starting a coordinator is possible (Jan Hentschel via gezapeti)