<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Execute a java program from nifi with parameters in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Execute-a-java-program-from-nifi-with-parameters/m-p/175498#M137755</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/18327/adibelaraki.html" nodeid="18327"&gt;@amine adi&lt;/A&gt;&lt;P&gt;You can use the ExecuteStreamCommand processor to run the java program and it uses the expression language, so you will be able to pass attributes as parameters to the command line.&lt;/P&gt;</description>
    <pubDate>Wed, 17 May 2017 02:28:39 GMT</pubDate>
    <dc:creator>Wynner</dc:creator>
    <dc:date>2017-05-17T02:28:39Z</dc:date>
    <item>
      <title>Execute a java program from nifi with parameters</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Execute-a-java-program-from-nifi-with-parameters/m-p/175497#M137754</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;i want to take some terms from a cassandra database, and then send them as a parameter to java program which will output some data that i will need to save in a cassandra database.&lt;/P&gt;&lt;P&gt;Is this possible with nifi, if yes, which processors to use? specially for the execution of the java program, since i've seen that processors for cassandra already exists.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 20:55:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Execute-a-java-program-from-nifi-with-parameters/m-p/175497#M137754</guid>
      <dc:creator>adib_elaraki</dc:creator>
      <dc:date>2017-05-16T20:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Execute a java program from nifi with parameters</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Execute-a-java-program-from-nifi-with-parameters/m-p/175498#M137755</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/18327/adibelaraki.html" nodeid="18327"&gt;@amine adi&lt;/A&gt;&lt;P&gt;You can use the ExecuteStreamCommand processor to run the java program and it uses the expression language, so you will be able to pass attributes as parameters to the command line.&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2017 02:28:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Execute-a-java-program-from-nifi-with-parameters/m-p/175498#M137755</guid>
      <dc:creator>Wynner</dc:creator>
      <dc:date>2017-05-17T02:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Execute a java program from nifi with parameters</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Execute-a-java-program-from-nifi-with-parameters/m-p/175499#M137756</link>
      <description>&lt;P&gt;Can you please give me an example?&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2017 02:56:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Execute-a-java-program-from-nifi-with-parameters/m-p/175499#M137756</guid>
      <dc:creator>adib_elaraki</dc:creator>
      <dc:date>2017-05-17T02:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Execute a java program from nifi with parameters</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Execute-a-java-program-from-nifi-with-parameters/m-p/175500#M137757</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/18327/adibelaraki.html" nodeid="18327" target="_blank"&gt;@amine adi&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;Here is an example of java program being passed the name of the flow file as a parameter on the command line:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="15472-screen-shot-2017-05-16-at-40807-pm.png" style="width: 806px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19800i4E2785AB5B815A13/image-size/medium?v=v2&amp;amp;px=400" role="button" title="15472-screen-shot-2017-05-16-at-40807-pm.png" alt="15472-screen-shot-2017-05-16-at-40807-pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 10:09:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Execute-a-java-program-from-nifi-with-parameters/m-p/175500#M137757</guid>
      <dc:creator>Wynner</dc:creator>
      <dc:date>2019-08-18T10:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Execute a java program from nifi with parameters</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Execute-a-java-program-from-nifi-with-parameters/m-p/175501#M137758</link>
      <description>&lt;P&gt;thanks a lot! just one more question, how to get the output from the java program in nifi?&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2017 03:53:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Execute-a-java-program-from-nifi-with-parameters/m-p/175501#M137758</guid>
      <dc:creator>adib_elaraki</dc:creator>
      <dc:date>2017-05-17T03:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Execute a java program from nifi with parameters</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Execute-a-java-program-from-nifi-with-parameters/m-p/175502#M137759</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/18327/adibelaraki.html" nodeid="18327"&gt;@amine adi&lt;/A&gt;&lt;P&gt;NiFi does that automatically.&lt;/P&gt;&lt;P&gt;The processor executes an external command on the contents of a flow file, and creates a new flow file with the results of the command.&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2017 04:08:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Execute-a-java-program-from-nifi-with-parameters/m-p/175502#M137759</guid>
      <dc:creator>Wynner</dc:creator>
      <dc:date>2017-05-17T04:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Execute a java program from nifi with parameters</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Execute-a-java-program-from-nifi-with-parameters/m-p/341621#M233567</link>
      <description>&lt;P&gt;What is that jar file about. Is it an application or Single file app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 15:55:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Execute-a-java-program-from-nifi-with-parameters/m-p/341621#M233567</guid>
      <dc:creator>Akshaytsy</dc:creator>
      <dc:date>2022-04-18T15:55:38Z</dc:date>
    </item>
  </channel>
</rss>

