
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Creating executable jar file
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
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When you build the job, you will get a zip file. You need everything that is in that zip file.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can run Talend jobs as Java classes within other applications. I talk about a way to do this in this post.....

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When you build the job, you will get a zip file. You need everything that is in that zip file.
