<?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: SAS Error writing to Hadoop in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-Error-writing-to-Hadoop/m-p/376340#M11448</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/154134"&gt;@Lcopello&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Well, if the environment changed then I'd take the information in the SAS Log very seriously:&lt;/P&gt;
&lt;DIV class="sasError"&gt;&lt;EM&gt;&lt;FONT size="3"&gt;&amp;nbsp;A common cause of this issue is conflicting HDFS permissions between the&lt;/FONT&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;&lt;EM&gt;&lt;FONT size="3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data file and the Hive warehouse directory for the table.&amp;nbsp; Another possible cause is the "sticky" bit set on HDFS directory&lt;/FONT&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;&lt;FONT size="3"&gt;Have you already excluded the above two possible causes?&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;&lt;FONT size="3"&gt;If you can't get to the bottom of this then I suggest you contact SAS TechSupport as you will likely have to provide site specific information which you can't post into a public forum.&lt;/FONT&gt;&lt;/DIV&gt;</description>
    <pubDate>Sun, 16 Jul 2017 14:08:10 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2017-07-16T14:08:10Z</dc:date>
    <item>
      <title>SAS Error writing to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-Error-writing-to-Hadoop/m-p/376149#M11433</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When trying to write a sas dataset out to Hadoop I get the error below.&amp;nbsp;&amp;nbsp; I will let everyone know that I have tried many of the fixes that have been posted but nothing has worked. In our data lake it looks like it is creating the table but it creates is the headers.&amp;nbsp; We were able to write to the data lake 2 weeks ago but we have switched to a new cluster and we can no longer write from SAS EG, SAS EM or SAS Studio.&amp;nbsp; Any help would be appreciated. The code that I use is also below.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="sasError"&gt;&lt;FONT size="3"&gt;ERROR: Execute error on statement: LOAD DATA INPATH '/tmp/sasdata-2017-07-14-14-02-27-980-e-00008.dlv' OVERWRITE INTO TABLE&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;FONT size="3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sastmp_07_14_14_02_28_143_00009. Could not load /tmp/sasdata-2017-07-14-14-02-27-980-e-00008.dlv into table&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;FONT size="3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sastmp_07_14_14_02_28_143_00009 in schema UTILITY. A common cause of this issue is conflicting HDFS permissions between the&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;FONT size="3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data file and the Hive warehouse directory for the table.&amp;nbsp; Another possible cause is the "sticky" bit set on HDFS directory&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;FONT size="3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /tmp.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;______________________________________________________________________________________&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Code used that gets the error&lt;/DIV&gt;&lt;DIV class="sasError"&gt;--------------------------------------------------------------------------------------&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;P&gt;options mprint mlogic symbolgen mlogicnest compress=yes;&lt;BR /&gt;options set=SAS_HADOOP_CONFIG_PATH='D:\\hadoopcfg';&lt;BR /&gt;options set=SAS_HADOOP_JAR_PATH='D:\\hdp22';&lt;BR /&gt;OPTIONS SET=SAS_HADOOP_RESTFUL='1';&lt;/P&gt;&lt;P&gt;libname liz hadoop server="xxxxx" PORT=10000 database=user_xxxxx SUBPROTOCOL=hive2&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; user="xxxxx" password="xxxxxxxx" HDFS_TEMPDIR="/tmp"&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql ;&lt;BR /&gt;&amp;nbsp;drop table utility.HolidayCalendar2;&lt;/P&gt;&lt;P&gt;&amp;nbsp;create table utility.HolidayCalendar2&amp;nbsp; (DBCREATE_TABLE_OPTS='STORED AS ORC') as select * from&amp;nbsp; utility.referenceCalendar;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;quit;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 14 Jul 2017 20:04:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-Error-writing-to-Hadoop/m-p/376149#M11433</guid>
      <dc:creator>Lcopello</dc:creator>
      <dc:date>2017-07-14T20:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Error writing to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-Error-writing-to-Hadoop/m-p/376340#M11448</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/154134"&gt;@Lcopello&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Well, if the environment changed then I'd take the information in the SAS Log very seriously:&lt;/P&gt;
&lt;DIV class="sasError"&gt;&lt;EM&gt;&lt;FONT size="3"&gt;&amp;nbsp;A common cause of this issue is conflicting HDFS permissions between the&lt;/FONT&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;&lt;EM&gt;&lt;FONT size="3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data file and the Hive warehouse directory for the table.&amp;nbsp; Another possible cause is the "sticky" bit set on HDFS directory&lt;/FONT&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;&lt;FONT size="3"&gt;Have you already excluded the above two possible causes?&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;&lt;FONT size="3"&gt;If you can't get to the bottom of this then I suggest you contact SAS TechSupport as you will likely have to provide site specific information which you can't post into a public forum.&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 16 Jul 2017 14:08:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-Error-writing-to-Hadoop/m-p/376340#M11448</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2017-07-16T14:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Error writing to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-Error-writing-to-Hadoop/m-p/376508#M11457</link>
      <description>&lt;P&gt;Patrick,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have tried the things that were mentioned in the error plus some other things that&amp;nbsp;we had found online while researching hte issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 12:14:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-Error-writing-to-Hadoop/m-p/376508#M11457</guid>
      <dc:creator>Lcopello</dc:creator>
      <dc:date>2017-07-17T12:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Error writing to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-Error-writing-to-Hadoop/m-p/377722#M11499</link>
      <description>&lt;P&gt;We found a solution to the problem.&amp;nbsp; We ended up having to change the SAS config file for HADOOP.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 12:26:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-Error-writing-to-Hadoop/m-p/377722#M11499</guid>
      <dc:creator>Lcopello</dc:creator>
      <dc:date>2017-07-20T12:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Error writing to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-Error-writing-to-Hadoop/m-p/377783#M11509</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/154134"&gt;@Lcopello&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Can I suggest you describe the issue you had and the resolution to the issue as detailed as possible and then mark this as the solution.&lt;/P&gt;
&lt;P&gt;This could help others with similar challenges to use your resolution as guidance.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 14:19:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-Error-writing-to-Hadoop/m-p/377783#M11509</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2017-07-20T14:19:30Z</dc:date>
    </item>
  </channel>
</rss>

