<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error writing to AWS in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-writing-to-AWS/m-p/2528089#M147939</link>
    <description>&lt;P&gt;&lt;SPAN&gt;The issue was that Talend uses the /tmp folder.&amp;nbsp; Lots of things use the /tmp folder!&amp;nbsp; Security mounted the /tmp folder with noexec per STIGS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, the solution is to create a /tmpish folder somewhere else and mount it without the noexec option.&amp;nbsp; Then you have to go into the Advanced tab in the Run portion of the job and add the line below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I tried adding it to the project preferences under Talend but the job still tried the old /tmp folder.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-Djava.io.tmpdir=&amp;lt;some different folder&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Aug 2025 16:51:28 GMT</pubDate>
    <dc:creator>pthomas</dc:creator>
    <dc:date>2025-08-21T16:51:28Z</dc:date>
    <item>
      <title>Error writing to AWS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-writing-to-AWS/m-p/2527460#M147902</link>
      <description>&lt;P&gt;We have been happily writing files to our cloud when we started getting the error below.&amp;nbsp; We can no longer write to aws and don't recall any updates to Talend nor aws.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ERROR &amp;lt;timestamp&amp;gt; org.apache.spark.util.Utils= Aborting task java.lang.UnsatisfiedLinkError: /tmp/snappy-1.1.10-&amp;lt;randum_number&amp;gt;libsnappyjava.so: /tmp/snappy-1.1.10&amp;lt;randum_number&amp;gt;-libsnappyjava.so: failed to map segment from shared object&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;**Added notes after post**&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The /tmp folder was mounted with noexec.&amp;nbsp; But the folder has read/write.&amp;nbsp; Does Talend need to get the /tmp folder remounted without the noexec option?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;**Update**&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I had to go into the job's Advanced settings and point to a different folder that was not mounted with the noexec option.&amp;nbsp; That worked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-Djava.io.tmpdir=&amp;lt;some different folder&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does anyone know where at the project level I can make that change?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 19:23:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-writing-to-AWS/m-p/2527460#M147902</guid>
      <dc:creator>pthomas</dc:creator>
      <dc:date>2025-08-18T19:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error writing to AWS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-writing-to-AWS/m-p/2527496#M147903</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Did you check if the file existed ?&lt;BR /&gt;If it exists, did you check the permissions ?&lt;/P&gt;
&lt;P&gt;Kind regards&lt;BR /&gt;Denis&lt;/P&gt;</description>
      <pubDate>Sat, 16 Aug 2025 15:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-writing-to-AWS/m-p/2527496#M147903</guid>
      <dc:creator>Denis_Segard</dc:creator>
      <dc:date>2025-08-16T15:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error writing to AWS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-writing-to-AWS/m-p/2527615#M147909</link>
      <description>&lt;P&gt;I don't think it's a perms issue but I did check on the folder.&amp;nbsp; The files are created in the /tmp folder where Talend has full access.&amp;nbsp; They don't hang around and are gone after use.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 17:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-writing-to-AWS/m-p/2527615#M147909</guid>
      <dc:creator>pthomas</dc:creator>
      <dc:date>2025-08-18T17:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error writing to AWS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-writing-to-AWS/m-p/2528089#M147939</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The issue was that Talend uses the /tmp folder.&amp;nbsp; Lots of things use the /tmp folder!&amp;nbsp; Security mounted the /tmp folder with noexec per STIGS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, the solution is to create a /tmpish folder somewhere else and mount it without the noexec option.&amp;nbsp; Then you have to go into the Advanced tab in the Run portion of the job and add the line below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I tried adding it to the project preferences under Talend but the job still tried the old /tmp folder.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-Djava.io.tmpdir=&amp;lt;some different folder&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 16:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-writing-to-AWS/m-p/2528089#M147939</guid>
      <dc:creator>pthomas</dc:creator>
      <dc:date>2025-08-21T16:51:28Z</dc:date>
    </item>
  </channel>
</rss>

