[
https://issues.apache.org/jira/browse/OOZIE-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13990153#comment-13990153
]
Robert Kanter commented on OOZIE-1740:
--------------------------------------
Ya, something like that; though it's a little hard to tell the scoping in your
code there. In the future, you can keep code formatting in JIRA by surrounding
it with the code tag.
e.g.
\{code\}
if (isOozie()) {
System.out.println("You are awesome!");
} else {
System.out.println("You should be using Oozie to be more awesome");
}
\{code\}
becomes:
{code}
if (usingOozie()) {
System.out.println("You are awesome!");
} else {
System.out.println("You'll be more awesome if you use Oozie");
}
{code}
> Add a new function hadoop:conf() that can be invoked from the workflow.xml
> and will return a hadoop configuration option
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: OOZIE-1740
> URL: https://issues.apache.org/jira/browse/OOZIE-1740
> Project: Oozie
> Issue Type: Improvement
> Components: workflow
> Affects Versions: trunk, 3.3.2
> Reporter: sam liu
> Assignee: sam liu
> Attachments: OOZIE-1740.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.2#6252)