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

What is the purpose of Talend Runtime and Talend Jobserver in the Talend Data Integration space

Can anyone give an overview or crisp explanation about the role of  Talend Runtime and Talend JobServer in the Talend Data Integration space?

 

I downloaded the windows version of the Talend open studio for data integration and I don't use where it is been used or plays a role. I would really appreciate if you can let me the purpose of those.

 

Thanks

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Here is some documentation on how to install and configure the JobServer (https://help.talend.com/reader/tgGnkYgYT9OoWK8hOs0TeA/iKauOM8gJSfWATq_Kn_Rag). All of our documentation is in the same place, so you can search for information within this area if there is anything else you wish to know

View solution in original post

4 Replies
Anonymous
Not applicable
Author

Talend Open Studio is a standalone Studio environment of Talend. You can only build jobs, compile them and run them in the Studio or as executables on the command line using this tool. The subscription version of Talend comes with several other components. The Job Server is used to run your jobs using the Talend Administration Center (TAC) to schedule them. You can have multiple Job Servers in many different locations, connected to a single TAC. The TAC controls when the jobs are run and they are run inside the Job Servers. The Talend Runtime is where you would run Talend Routes and Services. These are realtime applications, rather than batch applications (Jobs). The Talend Runtime is based upon Apache Karaf. If you download Talend Open Studio for ESB, you will get a Runtime supplied with that.

Anonymous
Not applicable
Author

Kudos! rhall_2_0, Fantastic, now getting an idea about the JobServer role.

Would you be so kind as to share any documentation about JobServer to explorer?
Anonymous
Not applicable
Author

Here is some documentation on how to install and configure the JobServer (https://help.talend.com/reader/tgGnkYgYT9OoWK8hOs0TeA/iKauOM8gJSfWATq_Kn_Rag). All of our documentation is in the same place, so you can search for information within this area if there is anything else you wish to know

Anonymous
Not applicable
Author

Thank you