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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
MahiwalVinit
Creator
Creator

Setup file path to run job on job server (in Talend Big data platform)

0683p000009LwiW.jpg

I have created a job in Talend studio. It creates xls file in windows machine. Before I deploy it on Talend job server how to set UNC path for the file?

Labels (3)
1 Solution

Accepted Solutions
MahiwalVinit
Creator
Creator
Author

Finally, after research, I am able to do it.

I have set generic file path to System.getProperty("user.dir"). It will work irrespective of any environment.

View solution in original post

2 Replies
MahiwalVinit
Creator
Creator
Author

I am able to set path dynamically using context. 

Talend studio is installed on windows platform. XLS file in generated in the report folder "C:/Report/xyz.xls"

If I deploy job and execute on job server I will need to create folder name report in Linux environment.

Is it good practice to create folders on job server?  

 

 

 


reportfile.JPG
MahiwalVinit
Creator
Creator
Author

Finally, after research, I am able to do it.

I have set generic file path to System.getProperty("user.dir"). It will work irrespective of any environment.