[
https://issues.apache.org/jira/browse/NIFI-3027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15657974#comment-15657974
]
ASF GitHub Bot commented on NIFI-3027:
--------------------------------------
Github user markap14 commented on the issue:
https://github.com/apache/nifi/pull/1209
@combineads thanks for the contribution! All looks good. I have merged to
master.
> 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)