You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by ja...@apache.org on 2016/08/11 03:41:41 UTC

oozie git commit: OOZIE-2628 Fix Workflow EL function return types in Documentation (abhishekbafna via jaydeepvishwakarma)

Repository: oozie
Updated Branches:
  refs/heads/master cdde957ac -> 843ecda3a


OOZIE-2628 Fix Workflow EL function return types in Documentation (abhishekbafna via jaydeepvishwakarma)


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

Branch: refs/heads/master
Commit: 843ecda3a94adb5d9e9e20347099780bb128513b
Parents: cdde957
Author: jvishwakarma <jv...@walmartlabs.com>
Authored: Thu Aug 11 09:11:30 2016 +0530
Committer: jvishwakarma <jv...@walmartlabs.com>
Committed: Thu Aug 11 09:11:30 2016 +0530

----------------------------------------------------------------------
 docs/src/site/twiki/WorkflowFunctionalSpec.twiki | 6 +++---
 release-log.txt                                  | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/843ecda3/docs/src/site/twiki/WorkflowFunctionalSpec.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/WorkflowFunctionalSpec.twiki b/docs/src/site/twiki/WorkflowFunctionalSpec.twiki
index 9db2a0d..8b1bc19 100644
--- a/docs/src/site/twiki/WorkflowFunctionalSpec.twiki
+++ b/docs/src/site/twiki/WorkflowFunctionalSpec.twiki
@@ -1883,17 +1883,17 @@ This function is only applicable to action nodes that produce output data on com
 
 The output data is in a Java Properties format and via this EL function it is available as a =Map<String, String>=.
 
-*int wf:actionExternalId(String node)*
+*String wf:actionExternalId(String node)*
 
 It returns the external Id for an action node, or an empty string if the action has not being executed or it has not
 completed yet.
 
-*int wf:actionTrackerUri(String node)*
+*String wf:actionTrackerUri(String node)*
 
 It returns the tracker URI for an action node, or an empty string if the action has not being executed or it has not
 completed yet.
 
-*int wf:actionExternalStatus(String node)*
+*String wf:actionExternalStatus(String node)*
 
 It returns the external status for an action node, or an empty string if the action has not being executed or it has
 not completed yet.

http://git-wip-us.apache.org/repos/asf/oozie/blob/843ecda3/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index f83aa33..6107831 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 4.3.0 release (trunk - unreleased)
 
+OOZIE-2628 Fix Workflow EL function return types in Documentation (abhishekbafna via jaydeepvishwakarma)
 OOZIE-2623 Oozie should use a dummy OutputFormat (satishsaley via rohini)
 OOZIE-2625 Drop workflowgenerator (rkanter)
 OOZIE-2602 Upgrade oozie to pig 0.16.0 (nperiwal via jaydeepvishwakarma)