Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-3027

ExecuteProcess supports the expression language

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.1.0
    • 1.1.0
    • Extensions
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              combine Byunghwa Yun
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: