Hi All,
My requirement seems like to develop talend jobs on local machine (Windows) and run these jobs on Linux machine. To fulfill above requirement, I have installed following things.
On Window7: Talend Enterprise Data Integration Big Data edition 5.1.2 (client only), Java
On Linux: Java, Tomcat, Talend Admin Center and Talend Job Server
I am successfully configured my TAC (created project, SVN etc). And I have configured job server (hostname (Linux machine IP), command port (8000), file transfer port (8001) and monitoring port (8888)) as well and successfully able to run it and showing green signal.
In Job conductor, I have selected one job from project which is in Ready to generate state. When I click to generate button it says Connection to Generator Failed (CommandLine). And when I go to configuration section CommandLine/primary, Port section is red. Even though I have given the same port (8000) which is defineed while creating job server.
It seems commandline is not configured on my machine. To enable it, I need to run commandline-Linux file. But my question where I need to run it on window or Linux. I tried to run it on Linux machine but could not run because my client is not installed on Linux.
As of now I am successfully able to save my jobs on SVN means TAC is working fine and able to run jobs from window local machine.
Please let me know how I can fulfill above requirement.
Thanks in advance!!!