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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Install and deploy talend jobs on remote Unix machine

Hi,
I need to install talend open studio on a unix server which does not have UI.
I am assuming this will be done, just by kicking off the unix installable.
Please guide, if something else needs to be done in addition to this.
Deploying jobs is the area, where I am really concerned.
Till now, I was doing everything using UI on my local mac.
Is there a way in TOS to create jobs in local, export them and then reuse them in remote server.
Also, how to run these jobs.
Please provide inputs for achieving this.
Regards
Samya
Labels (2)
14 Replies
Anonymous
Not applicable
Author

Hi,
Is there a way in TOS to create jobs in local, export them and then reuse them in remote server.
Also, how to run these jobs.

Talend open studio only support local job. You can reuse them on local machine not on remote server.Talend Enterprise studio can achieve that,.
Best regards
Sabrina
Anonymous
Not applicable
Author

Thanks for the prompt reply Sabrina.
Using TOS, can I export jobs from local , push them to remote machine and use there?
If this is possible, also tell how to run this job as the server does not have UI.
Also, how does Talend Enterprise Studio achieve remote execution of jobs?
Does it expose entire talend through a Url, where in we can deploy jobs, run them without logging to server.
Regards,
Sam
Anonymous
Not applicable
Author

Hi,
Using TOS, can I export jobs from local , push them to remote machine and use there

It can work, but in the studio(UI). There is only one way to export job by UI in Talend open studio without command line and you never use it which is closed.
Also, how does Talend Enterprise Studio achieve remote execution of jobs?
Does it expose entire talend through a Url, where in we can deploy jobs, run them without logging to server.

Not through a URL, we have TAC server and SVN repository. TIS can make connection with the server by Tomcat and all the job you created can be stored in server. When you remote, you can get connection with TAC server and SVN repository to get your own job. If you not logging to server, you can get your jobs which are on the server. The command line of TIS use to run some job without using component, such as, export job....
Hope that will help you.
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi,
Is there a way in TOS to create jobs in local, export them and then reuse them in remote server.
Also, how to run these jobs.

Talend open studio only support local job. You can reuse them on local machine not on remote server.Talend Enterprise studio can achieve that,.
Best regards
Sabrina

Hello,

it's possible to export a job => Right click on the job, Export Job. You can select export type "Autonomous Job".
The archive generated contains all java lib dependencies, your jobs and a shell script.
You have just to put this archive on your Unix machine (you shoud have a SUN JVM 1.6 available on your server) and execute your job.
Regards,
Anonymous
Not applicable
Author

Does that mean, Talend jobs can be run on any machine just by exporting a job, even when talend is not installed on that machine..
Anonymous
Not applicable
Author

Hi,
Perhaps, i don't make my point clearly. In TOS, you can export your job and the archive generated contains all java lib dependencies, your jobs and a shell script. You can put it into any machine we support . Execute the job script, Directly! In WINDOWS, execution. BAT file, and in LINUX. Implementation. Sh file.
Best regards
Sabrina
_AnonymousUser
Specialist III
Specialist III

Does that mean, Talend jobs can be run on any machine just by exporting a job, even when talend is not installed on that machine..

Yes - at least if Java is installed.
Anonymous
Not applicable
Author

Hi - I also looking for the solution to export the jobs developed in local machine to remote server. Please help me.
Developed job in Talend version - 5.6, in my local machine (windows). 
In this version, I am not getting  "Autonomous Job" while exporting. So I am using build type = "standalone job".
while trying to run the same in remote unix machine, its not running, and through error with jdbc connection. Is it possible to run the jobs in remote unix machine by exporting using "standalone job" type?
Thanks,
Robin
Anonymous
Not applicable
Author

One more clarification - Remote unix machine is the big data server. I am trying to run the java/Talend code. We have Java installed in this system.