Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Experts,
I am using Talend open studio to develop some jobs in dev server. when i build the job it is generating a .zip files and inside there so many folders.
But, how to move the jobs to production environment and create cron/windows task to schedule the job?
? all folders are must or only .jar and .sh/.bat files enough?
? what are the files are required to run the job in production from the .zip complied file
Thanks in advance
Thank you Mano.
My questions is, when i build the job the output of the build is .zip file. but there are so many folders and files inside the zip, for ex.
test_0.1 (main folder after extracting from .zip)
jobinfo.properties (file)
lib (folder)
test (folder)
items (folder and it contains many sub folder and files)
log4j.xml (file)
src (folder and it contains many sub folder and files)
test (folder and it contains many sub folder and files)
test_0.1.jar
test_run.bat
test_run.sh
test_run.ps1
? Should all folders and files are must required in production environment to run the job(via scheduler)
yes, there are many folders and files inside the extracted zip file. are they all must be placed in prod server?
This doesnt seem to be correct. I see .java files and item files generated when the zip folder is extracted. The Item files are not needed for job execution but only for the studio and why in the world would we need .java files to be deployed. the jar contains the relevant .class files that are needed. We clearly do not need all the files to be moved to higher environments for job executions
Dear AnonSoul,
Can you please advise, what are the folders/files must need to move prod environment?