<?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>topic Shell Script to execute commands under Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Shell-Script-to-execute-commands-under-Talend/m-p/2246330#M31882</link>
    <description>Hi All,
&lt;BR /&gt;I have a requirement to automate the installation and starting of jar files using ./trun.
&lt;BR /&gt;Right now we are doing it using the by manually going into ./trun and then execute the commands like.
&lt;BR /&gt;1. install mvn:com.abc/abc.xyz/1.0.0-SNAPSHOT
&lt;BR /&gt;Please help me automating this.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Vaibhav</description>
    <pubDate>Sat, 16 Nov 2024 12:14:15 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2024-11-16T12:14:15Z</dc:date>
    <item>
      <title>Shell Script to execute commands under Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Shell-Script-to-execute-commands-under-Talend/m-p/2246330#M31882</link>
      <description>Hi All,
&lt;BR /&gt;I have a requirement to automate the installation and starting of jar files using ./trun.
&lt;BR /&gt;Right now we are doing it using the by manually going into ./trun and then execute the commands like.
&lt;BR /&gt;1. install mvn:com.abc/abc.xyz/1.0.0-SNAPSHOT
&lt;BR /&gt;Please help me automating this.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Sat, 16 Nov 2024 12:14:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Shell-Script-to-execute-commands-under-Talend/m-p/2246330#M31882</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T12:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Script to execute commands under Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Shell-Script-to-execute-commands-under-Talend/m-p/2246331#M31883</link>
      <description>Hi&lt;BR /&gt;Which version of TOS do you use?&lt;BR /&gt;What's your aim to use shell script?&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 18 Jul 2012 03:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Shell-Script-to-execute-commands-under-Talend/m-p/2246331#M31883</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-18T03:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Script to execute commands under Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Shell-Script-to-execute-commands-under-Talend/m-p/2246332#M31884</link>
      <description>Hi, 
&lt;BR /&gt;We are using TESB_SE-V5.1.1. The aim is to automate the deployment of jars inside the TESB (Talend) container without any manual intervention in linux. 
&lt;BR /&gt;I have to ingest feeds in every 2 hours, and everytime we have to execute the same commands. 
&lt;BR /&gt;Please help. 
&lt;BR /&gt;Right now we are using it like this : 
&lt;BR /&gt;# ./trun 
&lt;BR /&gt;karaf@trun&amp;gt; list 
&lt;BR /&gt;karaf@trun&amp;gt; install mvn:com.abc/platform.core/1.0.0-SNAPSHOT 
&lt;BR /&gt;and 5 more like this. We need to automate this.</description>
      <pubDate>Wed, 18 Jul 2012 04:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Shell-Script-to-execute-commands-under-Talend/m-p/2246332#M31884</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-07-18T04:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Script to execute commands under Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Shell-Script-to-execute-commands-under-Talend/m-p/2246333#M31885</link>
      <description>Can this be done in any way ...&lt;BR /&gt;Please help&lt;BR /&gt;Regards,&lt;BR /&gt;Vaibhav</description>
      <pubDate>Mon, 23 Jul 2012 08:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Shell-Script-to-execute-commands-under-Talend/m-p/2246333#M31885</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-07-23T08:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Script to execute commands under Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Shell-Script-to-execute-commands-under-Talend/m-p/2246334#M31886</link>
      <description>I assume you are using the ESB SE and hence do not have access to the commercial subscription with TAC? TAC includes a scheduler function which will work fine for jobs deployed to the ESB.
&lt;BR /&gt;Are you using Routes (authored with Mediation perspective) or Jobs (authored with Integration perspective)? Sounds like Jobs. You have a few other alternatives.
&lt;BR /&gt;The cTalendJob component is available in Mediation perspective. You could create a route that goes from a a timer component to a cTalendJob component. See 
&lt;A href="http://camel.apache.org/timer.html" rel="nofollow noopener noreferrer"&gt;http://camel.apache.org/timer.html&lt;/A&gt; or 
&lt;A href="http://camel.apache.org/quartz.html" rel="nofollow noopener noreferrer"&gt;http://camel.apache.org/quartz.html&lt;/A&gt; for details on how to configure a Camel timer component. In Mediation perspective you can use the generic cMessageEndpoint to configure these.
&lt;BR /&gt;Alternatively, you could use a cFile component along with the same cTalendJob and use a separate cron process to create a file in the directory that was being monitored by the cFile component.
&lt;BR /&gt;Finally, you could use more complex Job components to create a long running job process that waits for a trigger file and then launches a separate job using tWaitForFile and tWaitForFile along with a cron process. You can find description of these components in the Components Reference Guide.</description>
      <pubDate>Mon, 23 Jul 2012 14:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Shell-Script-to-execute-commands-under-Talend/m-p/2246334#M31886</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-23T14:06:59Z</dc:date>
    </item>
  </channel>
</rss>

