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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
pthomas
Contributor III
Contributor III

Default /tmp location

For security reason beyond my control, the /tmp folder is mounted with noexec.  This causes an error when Talend tries to use it.  The work around is a config change that we can add to the Advanced option in the Run tab. 

How can I make this change at the project level?

-Djava.io.tmpdir=<different folder, one that has not set noexec when mounted!>  

 

 

Labels (4)
1 Solution

Accepted Solutions
Denis_Segard
Support
Support

Hello,
You can add the -Djava.io.tmpdir in the preferences :

Denis_Segard_0-1755608107238.png

Kind regards
Denis

View solution in original post

2 Replies
Denis_Segard
Support
Support

Hello,
You can add the -Djava.io.tmpdir in the preferences :

Denis_Segard_0-1755608107238.png

Kind regards
Denis

pthomas
Contributor III
Contributor III
Author

Thanks, I have roughly 5 spark settings to add there as well.  I was looking under Project properties.