<?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: Issue with loading huge file to Amazon S3 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-loading-huge-file-to-Amazon-S3/m-p/2306921#M78411</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are attempting to use the s3Put component to load a large file. We have Talend 6.3 and have tried a large variety of part sizes in an attempt to get it to work; however, we keep failing with the following error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The specified upload does not exist. The upload ID may be invalid, or the upload may have been aborted or completed. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchUpload; Request ID: [our request id is here])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can anyone help on this error?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jan 2020 14:17:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-01-14T14:17:47Z</dc:date>
    <item>
      <title>Issue with loading huge file to Amazon S3</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-loading-huge-file-to-Amazon-S3/m-p/2306917#M78407</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello,&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;I am loading data from teradata to delimited file to S3 AWS . It failed with below error. Kindly help me out how to load big files&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tS3Put_1 - Your proposed upload exceeds the maximum allowed size (Service: Amazon S3; Status Code: 400; Error Code: EntityTooLarge; Request ID: D9E800BC064FE9B3)&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:35:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-loading-huge-file-to-Amazon-S3/m-p/2306917#M78407</guid>
      <dc:creator>Karuetl</dc:creator>
      <dc:date>2024-11-16T08:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with loading huge file to Amazon S3</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-loading-huge-file-to-Amazon-S3/m-p/2306918#M78408</link>
      <description>A single put operation is limited to 5 GB.
&lt;BR /&gt;If you need to load large objects up to 5 TB, you need to use multipart upload API as explained in documentation (
&lt;A href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UploadingObjects.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.aws.amazon.com/AmazonS3/latest/dev/UploadingObjects.html&lt;/A&gt;).
&lt;BR /&gt;This option is accessible from tS3Put Advanced settings using the Part Size field.
&lt;BR /&gt;You have to set the part size according to your file size and the following contraints (issued from documentation):
&lt;BR /&gt;- maximum number of parts per upload 10,000
&lt;BR /&gt;- part size 5 MB to 5 GB, last part can be &amp;lt; 5 MB
&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Thu, 08 Mar 2018 23:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-loading-huge-file-to-Amazon-S3/m-p/2306918#M78408</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-03-08T23:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with loading huge file to Amazon S3</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-loading-huge-file-to-Amazon-S3/m-p/2306919#M78409</link>
      <description>&lt;P&gt;Talend version is 6.2 , so tS3Put doesnt have feature for multipart upload&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 13:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-loading-huge-file-to-Amazon-S3/m-p/2306919#M78409</guid>
      <dc:creator>Karuetl</dc:creator>
      <dc:date>2018-03-09T13:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with loading huge file to Amazon S3</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-loading-huge-file-to-Amazon-S3/m-p/2306920#M78410</link>
      <description>You're right, it seems you have to upgrade to 6.3.1 at least to have this functionality.</description>
      <pubDate>Fri, 09 Mar 2018 22:30:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-loading-huge-file-to-Amazon-S3/m-p/2306920#M78410</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-03-09T22:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with loading huge file to Amazon S3</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-loading-huge-file-to-Amazon-S3/m-p/2306921#M78411</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are attempting to use the s3Put component to load a large file. We have Talend 6.3 and have tried a large variety of part sizes in an attempt to get it to work; however, we keep failing with the following error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The specified upload does not exist. The upload ID may be invalid, or the upload may have been aborted or completed. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchUpload; Request ID: [our request id is here])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can anyone help on this error?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 14:17:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-loading-huge-file-to-Amazon-S3/m-p/2306921#M78411</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-14T14:17:47Z</dc:date>
    </item>
  </channel>
</rss>

