How does one deploy talend projects?
Answer / Ravi Kant Ojha
To deploy Talend projects, you need to package them as Talend Archive (tAr) files and run them with Talend Runtime. Here's how:n1. Export the project by going to 'File' > 'Export'.n2. Choose 'Talend Project' as the export format.n3. Save the tAr file.n4. Deploy Talend Runtime on your target server.n5. Copy the tAr file to the server and extract it.n6. Run the extracted job files using the 'talendjob' command or through the Talend Studio Remote Services feature.
| Is This Answer Correct ? | 0 Yes | 0 No |
What types of joins are supported by tmap component?
which command is used to check running jobs in server?
How to execute more than one sub jobs parallel in talend
What is context variables?
How to export a talend job?
How to execute multipule sql statements with one component in talend
What is the purpose of talend runtime?
How can we trigger a component after successful run of other components?
What are types of available version of talend?
Which language Talend is written?
How to optimize talend job to stop outofmemory runtime error
What is tsystem component in talend