You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Mark Payne (JIRA)" <ji...@apache.org> on 2016/11/11 19:44:59 UTC

[jira] [Resolved] (NIFI-3027) ExecuteProcess supports the expression language

     [ 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)