Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
Uday_Reddy1
Contributor III

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

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

When you build the job, you will get a zip file. You need everything that is in that zip file.

View solution in original post

3 Replies
Anonymous
Not applicable

You can run Talend jobs as Java classes within other applications. I talk about a way to do this in this post.....

https://community.talend.com/s/feed/0D73p000004kXinCAE

Uday_Reddy1
Contributor III
Author

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.

Anonymous
Not applicable

When you build the job, you will get a zip file. You need everything that is in that zip file.