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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend Open Studio source code setup in Eclipse

We are trying to setup the source code of TOS for Big Data in Eclipse.

Are there any documents that can detail the steps to be followed to setup the source code for Talend Open Studio for Big data in Eclipse.

Have downloaded source code from https://github.com/talend, but couldn't find any details on the steps.

Can anyone help?

Thanks.

 

Labels (2)
5 Replies
Anonymous
Not applicable
Author

Not sure if i understand your question correctly. But if you are looking for settingup TOS for BigData, you can download it from Talend Open Studio Download 

Anonymous
Not applicable
Author

Thanks for the reply.

The requirement here is to be able to work on the TOS source code and not install TOS.

We want to setup Talend Open Studio on Big data as a Eclipse project to be able to work on the code and be able to build it.

Anonymous
Not applicable
Author

Hi @mlorber, just try import existing maven project option in eclipse. 

I tried that, and was able to import it into eclipse (I use eclipse-oxygen).

Anonymous
Not applicable
Author

Thanks for the reply. We had used Eclipse Neon and facing dependency issue in building the project for open studio.

 

Btw, have you setup the studio-se-master as below

https://github.com/Talend/studio-se-master#build-the-open-source-studio

to include all the slave projects under the open studio or have you directly downloaded tbd-studio-se? Link below

https://github.com/Talend/tbd-studio-se

Thanks !

Anonymous
Not applicable
Author

I have imported the projects in eclipse oxygen. However, while launching using the talend.product, I keep on getting the below error.

 

"java.lang.RuntimeException: No application id has been found."

 

 

Details: 

-> I am trying to launch the Talend ESB from source code using eclipse Oxygen

-> java version 

-> I am able to build Talend ESB from souce code using maven