Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Oozie decision node support

avatar
Contributor

Hi all!
I want to use decision nodes in HUE workflows, is it possible? I can't find appropriate button in editor.. (CDH 5.3.6, HUE 3.7.0)

In cloudera archives I'd seen some mentions about it and also seen bug-fixes, etc. Maybe it's obsolete feature?

1 ACCEPTED SOLUTION

avatar
Contributor

Found!

You need to drop some action task to an other and HUE creates fork node. Then clicks "edit" button and "convert to decision".

View solution in original post

5 REPLIES 5

avatar
Contributor

Found!

You need to drop some action task to an other and HUE creates fork node. Then clicks "edit" button and "convert to decision".

avatar
Community Manager

Thank you for sharing the solution. It may help others with a similar question in the future. 🙂


Keep the questions coming,

Cy Jervis | Senior Manager, Knowledge Programs

if (helpful) { mark_as_solution(); } | if (appreciated) { give_kudos(); }

avatar
Visitor

Hi dna_29a, 

 

After "convert to decision", I see "${1 gt 0}" and ''${1 gt 1}'', do you know the meaning of those?

 

Thanks,

Joey

avatar
Contributor

I think it is a defaults for decision conditions. Substitute your variables in this expression.

avatar
Frequent Visitor

How do I create those variables? The help documentation says they are in JSP EL, but I'm unsure how to write in that. How would I make one that returns true if it's the 1st of the month, for example?