<?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: Query regarding bulkload from SAS to Hadoop in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Query-regarding-bulkload-from-SAS-to-Hadoop/m-p/811422#M320044</link>
    <description>These options doesn't make it work.&lt;BR /&gt;What you could hope for is more informatIon in the log (which could be posted here).</description>
    <pubDate>Wed, 04 May 2022 12:19:46 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2022-05-04T12:19:46Z</dc:date>
    <item>
      <title>Query regarding bulkload from SAS to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Query-regarding-bulkload-from-SAS-to-Hadoop/m-p/810992#M319858</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need your quick help regarding bulkload option.&lt;/P&gt;&lt;P&gt;Scenario:&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to load data into Hadoop library from SAS work library. Trying with sample 10 records and after 15minutes wait time, 0 records has been loaded to hadoop table..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried 3ways with Bulkload=Yes option but getting same output.&lt;/P&gt;&lt;P&gt;1) Data Hdp.abc(bulkload=yes);&lt;/P&gt;&lt;P&gt;set sashelp.cars(obs=10);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) proc append base=Hdp.abc(bulkload=yes) data=work.cars;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) created table structre and tried to pust using Insert into statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest the fastet way to load data into Hadoop table&lt;/P&gt;&lt;P&gt;or let me know do I need to do any other changes in config file to work BULKLOAD option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 04:59:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Query-regarding-bulkload-from-SAS-to-Hadoop/m-p/810992#M319858</guid>
      <dc:creator>india2016</dc:creator>
      <dc:date>2022-05-02T04:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding bulkload from SAS to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Query-regarding-bulkload-from-SAS-to-Hadoop/m-p/811018#M319871</link>
      <description>Have you seen the example from the documentation: &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/acreldb/n0mnrn0q9n41atn194mujpi4zel9.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/acreldb/n0mnrn0q9n41atn194mujpi4zel9.htm&lt;/A&gt;</description>
      <pubDate>Mon, 02 May 2022 09:00:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Query-regarding-bulkload-from-SAS-to-Hadoop/m-p/811018#M319871</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2022-05-02T09:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding bulkload from SAS to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Query-regarding-bulkload-from-SAS-to-Hadoop/m-p/811029#M319878</link>
      <description>&lt;P&gt;Your syntax should work. Do you get any error or warning messages or is the SAS job just hanging?&lt;/P&gt;
&lt;P&gt;Is there any SAS process that already loads data into this Hadoop cluster?&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 10:10:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Query-regarding-bulkload-from-SAS-to-Hadoop/m-p/811029#M319878</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2022-05-02T10:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding bulkload from SAS to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Query-regarding-bulkload-from-SAS-to-Hadoop/m-p/811158#M319945</link>
      <description>Hello Patrick,&lt;BR /&gt;&lt;BR /&gt;I am not getting any warning or Error. Job is running as usual with long time and did not load single row into Hadoop table and there is no job which loads data into hadoop cluster.&lt;BR /&gt;Trying to load data first time.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 May 2022 04:24:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Query-regarding-bulkload-from-SAS-to-Hadoop/m-p/811158#M319945</guid>
      <dc:creator>india2016</dc:creator>
      <dc:date>2022-05-03T04:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding bulkload from SAS to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Query-regarding-bulkload-from-SAS-to-Hadoop/m-p/811172#M319952</link>
      <description>&lt;P&gt;Given you run a proc append I would expect that your job either fails or data gets loaded.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IF data gets loaded then we could look into performance, if it fails then first why and where it fails.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What does the SAS log tell you for the Proc Append step? Please share the code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ideally run your job with following options set before the Proc Append:&lt;/P&gt;
&lt;P&gt;option sastrace=',,,d' sastraceloc=saslog nostsuffix;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And not sure and haven't checked if it also applies for Hadoop but also set the following option:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;option DBIDIRECTEXEC;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And then share the SAS log for at least the Proc Append step.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 08:47:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Query-regarding-bulkload-from-SAS-to-Hadoop/m-p/811172#M319952</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2022-05-03T08:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding bulkload from SAS to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Query-regarding-bulkload-from-SAS-to-Hadoop/m-p/811174#M319953</link>
      <description>&lt;P&gt;Have you tried to use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options sastrace=",,,ds" sastraceloc=saslog nostsuffix msglevel=i;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;?&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 08:57:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Query-regarding-bulkload-from-SAS-to-Hadoop/m-p/811174#M319953</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2022-05-03T08:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding bulkload from SAS to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Query-regarding-bulkload-from-SAS-to-Hadoop/m-p/811314#M319984</link>
      <description>&lt;P&gt;Does it work without the BULKLOAD option? Have you checked with your SAS administrator regarding any site-specific requirements?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 20:19:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Query-regarding-bulkload-from-SAS-to-Hadoop/m-p/811314#M319984</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-05-03T20:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding bulkload from SAS to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Query-regarding-bulkload-from-SAS-to-Hadoop/m-p/811417#M320042</link>
      <description>&lt;P&gt;Yes LinusH , I have tried these options as well but could not push data into Hadoop table.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 11:59:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Query-regarding-bulkload-from-SAS-to-Hadoop/m-p/811417#M320042</guid>
      <dc:creator>india2016</dc:creator>
      <dc:date>2022-05-04T11:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding bulkload from SAS to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Query-regarding-bulkload-from-SAS-to-Hadoop/m-p/811419#M320043</link>
      <description>&lt;P&gt;Hello SAS Kiwi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried without bulkload as well but same result.&lt;/P&gt;&lt;P&gt;and can you please tell me,&amp;nbsp;what&lt;SPAN&gt;&amp;nbsp;site-specific requirements needs to check with Admin?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sorry I did not get your question.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 12:03:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Query-regarding-bulkload-from-SAS-to-Hadoop/m-p/811419#M320043</guid>
      <dc:creator>india2016</dc:creator>
      <dc:date>2022-05-04T12:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding bulkload from SAS to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Query-regarding-bulkload-from-SAS-to-Hadoop/m-p/811422#M320044</link>
      <description>These options doesn't make it work.&lt;BR /&gt;What you could hope for is more informatIon in the log (which could be posted here).</description>
      <pubDate>Wed, 04 May 2022 12:19:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Query-regarding-bulkload-from-SAS-to-Hadoop/m-p/811422#M320044</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2022-05-04T12:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding bulkload from SAS to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Query-regarding-bulkload-from-SAS-to-Hadoop/m-p/811600#M320135</link>
      <description>&lt;P&gt;I assume that someone in your organisation has actually tested loading SAS data into Hadoop. Your SAS administrator should know what the coding requirements are to do this successfully - ask them what they are. If they don't know they should know someone who does. Otherwise I suggest you open a track with SAS Tech Support.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 04:14:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Query-regarding-bulkload-from-SAS-to-Hadoop/m-p/811600#M320135</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-05-05T04:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding bulkload from SAS to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Query-regarding-bulkload-from-SAS-to-Hadoop/m-p/811783#M320234</link>
      <description>&lt;P&gt;Thanks SAS Kiwi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have raised ticket with SAS tech support .&lt;/P&gt;&lt;P&gt;THanks for your input.&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 04:19:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Query-regarding-bulkload-from-SAS-to-Hadoop/m-p/811783#M320234</guid>
      <dc:creator>india2016</dc:creator>
      <dc:date>2022-05-06T04:19:08Z</dc:date>
    </item>
  </channel>
</rss>

