[ 
https://issues.apache.org/jira/browse/NIFI-3027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Payne resolved NIFI-3027.
------------------------------
    Resolution: Fixed

> ExecuteProcess supports the expression language
> -----------------------------------------------
>
>                 Key: NIFI-3027
>                 URL: https://issues.apache.org/jira/browse/NIFI-3027
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>    Affects Versions: 1.1.0
>            Reporter: Byunghwa Yun
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to