Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.1.0
-
None
Description
When ExecuteProcess executed with specified time argument, I needed the expression language like below.
e.g.)
Command: /home/hadoop/hive/bin/hive
Command Arguments: -e;ALTER TABLE TAB1 ADD IF NOT EXISTS PARTITION (LOG_DATE='${now():toNumber():plus(3600000):format('yyyyMMdd')}', LOG_HOUR='${now():toNumber():plus(3600000):format('HH')}')
Argument Delimiter: ;
Thank you.
Attachments
Issue Links
- links to