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

Announcements
Note: You may notice some temporary visual or styling issues in the Community. Our vendor is actively investigating.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

What does Talend CI Builder exactly?

Hello,

 

In the documentation, we read that : 

 

"Talend CI Builder is a Maven Plugin that transforms the Talend Job sources to Java classes using the CommandLine application"

 

But we can already transform a Talend Job into Java classes by doing a right click -> build job, right?

 

So what's the point of using Talend CI Builder?

 

Thanks for the help.

Labels (3)
1 Solution

Accepted Solutions
fdenis
Master
Master

some company use scripts to build jobs, log job informations, and deploy in test, in prod….

it's useful if you want to be high level structured.

 

View solution in original post

4 Replies
fdenis
Master
Master

some company use scripts to build jobs, log job informations, and deploy in test, in prod….

it's useful if you want to be high level structured.

 

Anonymous
Not applicable
Author

Thank you for you answer. I already set this subject as resolved but I would like to add another question without having to create another subject :

 

In the doc I can read "The CommandLine offers the same basic functionalities as Talend Studio and it is used to generate and export the Jobs developed with Talend Studio"

 

So if it offers the same functionalities, why it can't transform Talend sources into Java source sand needs a a plugin as Talend CI Builder to do that?

 

 

Anonymous
Not applicable
Author

The CI builder is a Maven plugin such that Talend jobs and all other artefacts can be built using the most popular build tool Maven.

 

Autumn_Leaf
Contributor
Contributor

Does the CI Builder support the building of scala based big data jobs or is it for Java standard jobs only?

We use both Java based job server jobs and also scala/spark deployments on Hadoop clusters.