Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!>
Hello,
You can add the -Djava.io.tmpdir in the preferences :
Kind regards
Denis
Hello,
You can add the -Djava.io.tmpdir in the preferences :
Kind regards
Denis
Thanks, I have roughly 5 spark settings to add there as well. I was looking under Project properties.