Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How we can ran Talend job created by using Kafka components out side of the Talend Studio

Hi All,

 

I have created Talend job by using Kafka components to extract data from Topic and insert it into Database.

I ran job from Talend studio successfully. But if i want to run job outside of the Talend studio, How can i do that?

Whether i need to install any server?

Labels (3)
1 Reply
vapukov
Master II
Master II

Hi Ravi

 

in case of Open Studio you just need to build a standalone job - https://help.talend.com/reader/v1kB1bHrWOxIQmz31voF5A/Nanx_kJqdrMx6tPW3hfyrQ

after unzipping result file into final destination folder, you will have inside .bat., .sh. and .ps files for execute job in any environment (Windows, Linux, Mac)

 

with a supscription version, you can also publish job into a repository and deploy on TAC Job Server

 

regards, Vlad