<?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: How to Write in Bucket s3 Using Bulkload (SAS 9.4M8) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-Write-in-Bucket-s3-Using-Bulkload-SAS-9-4M8/m-p/962796#M375207</link>
    <description>&lt;P&gt;Are you using 9.4 or Viya? &lt;STRONG&gt;we are using 9.4 only (no viya)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Do the parquet files already exist? &lt;STRONG&gt;No, normally we use the classic bulk load proc sql funcionality with some of the properties of it, for example&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;create table schema.table ( &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;bulkload=YES &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;bl_host="namehost@something" &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;bl_port=XXXX&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;bl_datafile="/tmp_path/file.dat" &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;bl_delete_datafile=YES &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;hdfs_principal="hdfs/_HOST@DOMAIN.COM"&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;dbcreate_table_opts="&lt;STRONG&gt;STORED AS PARQUET&lt;/STRONG&gt;" ) as select * from saslibname.datasetsas;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could it possible use in the propertie&amp;nbsp;&lt;EM&gt;hdfs_principal a bucket s3?&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Mar 2025 14:18:48 GMT</pubDate>
    <dc:creator>_zeta_</dc:creator>
    <dc:date>2025-03-27T14:18:48Z</dc:date>
    <item>
      <title>How to Write in Bucket s3 Using Bulkload (SAS 9.4M8)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Write-in-Bucket-s3-Using-Bulkload-SAS-9-4M8/m-p/962718#M375188</link>
      <description>&lt;P&gt;Hi mates,&lt;/P&gt;&lt;P&gt;Maybe exist any way to write parquet or avro files from SAS 9.4M8 using the classic bulk load? the final location for this type of files should be s3 storage of CDP public cloud.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for any help!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 20:29:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Write-in-Bucket-s3-Using-Bulkload-SAS-9-4M8/m-p/962718#M375188</guid>
      <dc:creator>_zeta_</dc:creator>
      <dc:date>2025-03-26T20:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to Write in Bucket s3 Using Bulkload (SAS 9.4M8)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Write-in-Bucket-s3-Using-Bulkload-SAS-9-4M8/m-p/962738#M375189</link>
      <description>&lt;P&gt;You need to provide more details.&lt;/P&gt;
&lt;P&gt;Are you using 9.4 or Viya? Do the parquet files already exist?&lt;/P&gt;
&lt;P&gt;SAS 9.4 cannot create parquet files.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Viya can, see &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/v_061/enghdff/p0tlz2xkc52qs5n19incxk0fbwc4.htm" target="_self"&gt;here&lt;/A&gt;, and see &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/SAS-Viya-and-Parquet-files-additional-features/ta-p/855800" target="_self"&gt;here&lt;/A&gt; for an S3 upload example.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 22:36:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Write-in-Bucket-s3-Using-Bulkload-SAS-9-4M8/m-p/962738#M375189</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2025-03-26T22:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to Write in Bucket s3 Using Bulkload (SAS 9.4M8)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Write-in-Bucket-s3-Using-Bulkload-SAS-9-4M8/m-p/962796#M375207</link>
      <description>&lt;P&gt;Are you using 9.4 or Viya? &lt;STRONG&gt;we are using 9.4 only (no viya)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Do the parquet files already exist? &lt;STRONG&gt;No, normally we use the classic bulk load proc sql funcionality with some of the properties of it, for example&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;create table schema.table ( &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;bulkload=YES &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;bl_host="namehost@something" &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;bl_port=XXXX&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;bl_datafile="/tmp_path/file.dat" &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;bl_delete_datafile=YES &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;hdfs_principal="hdfs/_HOST@DOMAIN.COM"&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;dbcreate_table_opts="&lt;STRONG&gt;STORED AS PARQUET&lt;/STRONG&gt;" ) as select * from saslibname.datasetsas;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could it possible use in the propertie&amp;nbsp;&lt;EM&gt;hdfs_principal a bucket s3?&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 14:18:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Write-in-Bucket-s3-Using-Bulkload-SAS-9-4M8/m-p/962796#M375207</guid>
      <dc:creator>_zeta_</dc:creator>
      <dc:date>2025-03-27T14:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Write in Bucket s3 Using Bulkload (SAS 9.4M8)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Write-in-Bucket-s3-Using-Bulkload-SAS-9-4M8/m-p/962811#M375216</link>
      <description>&lt;P&gt;Well, if you are using 9.4, then you need another application to create the parquet files for you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use Hive as you seem to be doing now, or use a Python package such as Panda that you can call from SAS, for example.&lt;/P&gt;
&lt;P&gt;Then you transfer the files to S3.&lt;/P&gt;
&lt;P&gt;There might be other methods (such as AWS Glue), but I'm not familiar with them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that option BULKLOAD allows loading multiple rows of data as one unit, to insert or append them to a DBMS table.&lt;/P&gt;
&lt;P&gt;A S3 bucket is not a DBMS. You are not shifting rows, you are shifting files, so this option has nothing to do with S3.&lt;/P&gt;
&lt;P&gt;Caveat: I never used S3, so my understanding of its capabilities might be limited.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2025 03:50:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Write-in-Bucket-s3-Using-Bulkload-SAS-9-4M8/m-p/962811#M375216</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2025-03-28T03:50:15Z</dc:date>
    </item>
  </channel>
</rss>

