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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to deploy/run a file Job in the local system or on the other server

Hi,

I have created a sample Job which takes a  tFileInputDelimited a csv file and converting to tFileOutput | (pipe) delimited. Now how do I test this from the local system i.e command prompt or can deploy to other server (unix/weblogic) and execute this job outside of the Talend Open Studio?

Labels (3)
2 Replies
vapukov
Master II
Master II

hi,

 

Just click right button and select Build

0683p000009M17c.png

 

choose destination folder and file anme

0683p000009M1LN.png

 

when it finish - unzip file in destination folder, inside you find run files for each OS - .bat for Windows, .sh for Linux and Mac, .ps for windows powershell

 

Anonymous
Not applicable
Author

Thank you.

 

Can a maven pom be applied to this project to build it from Bamboo? Also my deployment team is saying it should present in a folder than all files in the zip ( items folder, project folder, src, job.properties etc, out of all these what are required or to be uploaded into artifacotry for environment deployment?