- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Oozie decision node support
Created on 09-06-2015 06:32 AM - edited 09-16-2022 02:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Created 09-06-2015 07:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Found!
You need to drop some action task to an other and HUE creates fork node. Then clicks "edit" button and "convert to decision".
Created 09-06-2015 07:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Found!
You need to drop some action task to an other and HUE creates fork node. Then clicks "edit" button and "convert to decision".
Created 09-07-2015 05:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for sharing the solution. It may help others with a similar question in the future. 🙂
Cy Jervis, Manager, Community Program
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created 03-06-2017 08:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created 03-06-2017 09:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think it is a defaults for decision conditions. Substitute your variables in this expression.
Created 02-27-2020 12:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
