I have developed the job using Talend big data 6.0.1, with data mapper.
scenario 1: I build the job deployed(copied) unix along with __tdm in root directory it works without error.
Secnario 2: When i run this job from Autosys it fails with error.
Caused by: java.io.FileNotFoundException: /somedir/__tdm/R_20160303_155541.zip (No such file or directory)
@AT java.util.zip.ZipFile.open(Native Method)
@AT java.util.zip.ZipFile.<init>(ZipFile.java:220)
@AT java.util.zip.ZipFile.<init>(ZipFile.java:150)
@AT java.util.zip.ZipFile.<init>(ZipFile.java:164)
Autosys is trying to run it from different directory that is way this error is. but the jobs which has been developed without tHmap runs fine from Autosys.
Can some one suggest me where i can hard code the __tdm path? and how?