You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Byunghwa Yun (JIRA)" <ji...@apache.org> on 2016/11/11 14:18:58 UTC

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

Byunghwa Yun created NIFI-3027:
----------------------------------

             Summary: 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


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)