Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have designed Talend ETL pipeline and want to use jar file in LINUX production environment for scheduling job. While creating Build Job getting jar, sh, bat files and items,src,etc folders.
1) In Talend community mentioned that only bat file (WIN environment) and sh file (UNIX environment) can be used for running job. Is this true? I want to use Jar file for scheduling job using Jenkins.
2) What files, folders need to be deployed into production environment.
3) any other dependencies?
uday reddy
When you build the job, you will get a zip file. You need everything that is in that zip file.
You can run Talend jobs as Java classes within other applications. I talk about a way to do this in this post.....
Thanks for reply @Richard Hall
My requirement is to run my ETL pipeline independently not as part of other applications. What are the files or folders i need to move to target server. Is there any settings like environment variables/paths, etc needs change in target server.
When you build the job, you will get a zip file. You need everything that is in that zip file.