[
https://issues.apache.org/jira/browse/NIFI-3027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15657969#comment-15657969
]
ASF subversion and git services commented on NIFI-3027:
-------------------------------------------------------
Commit 91f01704165162415f5dec5c20dbb07ed03f8bf8 in nifi's branch
refs/heads/master from [~combine]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=91f0170 ]
NIFI-3027: ExecuteProcess supports the expression language
> 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)