<?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 in SAS integration with Hadoop in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/181878#M3673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I am also getting the similar issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The detailed issue is tracked in &lt;/P&gt;&lt;H1 style="font-size: 26px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;A _jive_internal="true" class="active_link" href="https://communities.sas.com/message/283962#283962" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0e66ba;"&gt;ERROR: Error moving data from Hadoop to Hive (LOAD DATA failed).&lt;/A&gt;&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="80794" __jive_macro_name="thread" class="jive_macro jive_macro_thread" href="https://communities.sas.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out in sorting out the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sangramjit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jul 2015 11:17:46 GMT</pubDate>
    <dc:creator>Sangramjit</dc:creator>
    <dc:date>2015-07-09T11:17:46Z</dc:date>
    <item>
      <title>Issue in SAS integration with Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/181867#M3662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to integrate SAS with Hadoop. The details are below. SAS interface to Hive 9.4&lt;/P&gt;&lt;P&gt;Linux 2.6.32-358.2.1.el6.x86_64 (LIN X64) platform. When I am trying to create a hive table using SAS I am getting the error below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New';"&gt;libname hdplib hadoop server="XXXXXX" user="XXX" password="$XXXX" port=10001;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New';"&gt;data hdplib.class;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New';"&gt;set sashelp.class(obs=10);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New';"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New';"&gt;HADOOP_10: Prepared: on connection 2 37 1387861396 no_name 0 DATASTEP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New';"&gt;SHOW TABLE EXTENDED LIKE `CLASS` 38 1387861396 no_name 0 DATASTEP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New';"&gt; 39 1387861396 no_name 0 DATASTEP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New';"&gt; 40 1387861397 no_name 0 DATASTEP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New';"&gt;HADOOP_11: Executed: on connection 2 41 1387861397 no_name 0 DATASTEP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New';"&gt;CREATE TABLE `CLASS` (`Name` STRING,`Sex` STRING,`Age` DOUBLE,`Height` DOUBLE,`Weight` DOUBLE) ROW FORMAT DELIMITED FIELDS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New';"&gt;TERMINATED BY '\001' LINES TERMINATED BY '\012' STORED AS TEXTFILE TBLPROPERTIES ('SAS OS Name'='Linux','SAS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New';"&gt;Version'='9.04.01M0P06192013','SASFMT:Name'='CHAR(8)','SASFMT:Sex'='CHAR(1)') 42 1387861397 no_name 0 DATASTEP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New';"&gt; 43 1387861397 no_name 0 DATASTEP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; background: yellow;"&gt;ERROR: java.lang.NoClassDefFoundError: Could not initialize class org.apache.hadoop.hdfs.DistributedFileSystem&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New';"&gt;NOTE: Validate the contents of the Hadoop configuration file and ensure user permissions are correct.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New';"&gt;ERROR: Unable to create stream service from /tmp/sasdata-2013-12-24-00-03-17-513-e-00001.dlv. Use the debug option for more&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New';"&gt; information.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New';"&gt;ERROR: Unable to create stream service from /tmp/sasdata-2013-12-24-00-03-17-513-e-00001.dlv. Use the debug option for more&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New';"&gt; information.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New';"&gt;Can someone assist in resolving this issue?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Dec 2013 08:30:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/181867#M3662</guid>
      <dc:creator>HashimBasheer</dc:creator>
      <dc:date>2013-12-26T08:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in SAS integration with Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/181868#M3663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like installation and configuration issue. I would check with the local Administrator first. I guess you might get more and better responses if you could run:&lt;/P&gt;&lt;P&gt;proc javainfo picklist 'hadoop/hdoopsasjars.txt';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;and post the results to identify if there are any missing JAR files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Dec 2013 11:35:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/181868#M3663</guid>
      <dc:creator>NaveenSrinivasan</dc:creator>
      <dc:date>2013-12-26T11:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in SAS integration with Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/181869#M3664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the result.&lt;/P&gt;&lt;P&gt;file:/home/SASHome/SASVersionedJarRepository/eclipse/plugins/sas.hadoop.hivehelper_904000.0.0.20130522190000_v940/sas.hadoop.hivehel&lt;/P&gt;&lt;P&gt;per.jar&lt;/P&gt;&lt;P&gt;file:/home/SASHome/SASVersionedJarRepository/eclipse/plugins/Log4J_1.2.15.0_SAS_20121211183158/log4j.jar&lt;/P&gt;&lt;P&gt;file:/home/SASHome/SASVersionedJarRepository/eclipse/plugins/commons_beanutils_1.8.2.0_SAS_20121211183319/commons-beanutils.jar&lt;/P&gt;&lt;P&gt;file:/home/SASHome/SASVersionedJarRepository/eclipse/plugins/commons_collections_3.2.1.0_SAS_20121211183225/commons-collections.jar&lt;/P&gt;&lt;P&gt;file:/home/SASHome/SASVersionedJarRepository/eclipse/plugins/commons_logging_1.1.1.0_SAS_20121211183202/commons-logging.jar&lt;/P&gt;&lt;P&gt;file:/home/SASHome/SASVersionedJarRepository/eclipse/plugins/jackson_1.9.7.0_SAS_20121211183158/jackson.jar&lt;/P&gt;&lt;P&gt;file:/home/SASHome/SASVersionedJarRepository/eclipse/plugins/slf4j_1.5.10.0_SAS_20121211183229/slf4j-api.jar&lt;/P&gt;&lt;P&gt;file:/home/SASHome/SASVersionedJarRepository/eclipse/plugins/slf4j_1.5.10.0_SAS_20121211183229/slf4j-log4j12.jar&lt;/P&gt;&lt;P&gt;Total URLs: 8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Dec 2013 12:10:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/181869#M3664</guid>
      <dc:creator>HashimBasheer</dc:creator>
      <dc:date>2013-12-26T12:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in SAS integration with Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/181870#M3665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also the Jar files being used are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;The JAR files are&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;guava.jar&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;hadoop-auth-0.23.1.jar&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;hadoop-common.jar&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;hadoop-core.jar&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;hadoop-hdfs-0.23.5.jar&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;hadoop-streaming-2.0.0-mr1-cdh4.3.1.jar&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;hive-exec-0.10.0.jar&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;hive-jdbc-0.10.0.jar&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;hive-metastore-0.10.0.jar&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;hive-service-0.8.1.jar&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;libfb303-0.7.0.jar&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;pig.jar&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;protobuf-java-2.4.1.jar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 10:12:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/181870#M3665</guid>
      <dc:creator>HashimBasheer</dc:creator>
      <dc:date>2013-12-27T10:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in SAS integration with Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/181871#M3666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hashim,&lt;/P&gt;&lt;P&gt;While the SAS Tech Support are away on Holiday, I would suggest you review the following Webcasts, they may shed some light on how to get around your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; - &lt;A href="http://www.sas.com/reg/web/corp/2246740"&gt;&lt;SPAN class="media-titles"&gt;Getting Started with SAS&lt;SUP&gt;®&lt;/SUP&gt; and Hadoop&lt;/SPAN&gt;&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;EM&gt;&lt;STRONG&gt;In this live webinar, SAS technical expert Jeff Bailey covers the basics of SAS and Hadoop. This has a section talking about configuring SAS Access to Hadoop.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- &lt;A href="http://www.sas.com/reg/web/corp/2260496"&gt;&lt;SPAN class="media-titles"&gt;SAS&lt;SUP&gt;®&lt;/SUP&gt; Integration with Hadoop: Part II&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;&lt;EM&gt;Tune in for part two of our series on Hadoop – learning more about SAS integration with Hadoop&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 13:03:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/181871#M3666</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2013-12-27T13:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in SAS integration with Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/181872#M3667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ahmed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have the connection established between SAS and Hadoop. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11pt; font-family: 'Courier New'; color: black;"&gt;libname hdplib hadoop server="CSDFFGF" user="basheerh" password=XXXXXXXXXXXXX port=10001;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Courier New'; color: green; background: white;"&gt;NOTE: Libref HDPLIB was successfully assigned as follows: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Courier New'; color: green; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Courier New'; color: green; background: white;"&gt;It seems its an issue with the configuration&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 04:54:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/181872#M3667</guid>
      <dc:creator>HashimBasheer</dc:creator>
      <dc:date>2013-12-30T04:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in SAS integration with Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/181873#M3668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well actually what you have done is made a connection to the Hive server and not to HDFS. I think the problem lies in the fact that SAS cannot connect to HDFS and hence the the original error. When you run the original code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New';"&gt;libname hdplib hadoop server="XXXXXX" user="XXX" password="$XXXX" port=10001;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New';"&gt;data hdplib.class;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New';"&gt;set sashelp.class(obs=10);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New';"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New';"&gt;I think you will see that the temp file is being written to the local file system and not to HDFS. When HIVE attempts to move the temp file from HDFS to Hive it fails since the file is not available on the HDFS file system.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New';"&gt;I see you are not pointing to a configuration file. This file tells SAS where to look for the HDFS and MapRed components. Perhaps this is the issue. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New';"&gt;You will probably face the same issue if you use the filename to Hadoop, which emphasizes the fact that it is an HDFS connectivity issue and not Hive - &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="color: #000000; font-family: Tahoma; text-align: -webkit-auto; font-size: medium;"&gt;filename out hadoop '/tmp/' user='sasdemo' pass='Orion123' recfm=v lrecl=32167 dir ;&lt;BR /&gt; data _null_;&lt;BR /&gt; file out(shoes) ;&lt;BR /&gt; put 'write data to shoes file';&lt;BR /&gt; run;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma; text-align: -webkit-auto; font-size: medium;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma; text-align: -webkit-auto; font-size: medium;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma; text-align: -webkit-auto; font-size: medium;"&gt;438&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filename out hadoop '/tmp' cfg='/tmp/richard.cfg'&lt;BR /&gt; 439&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; user='sasinst' pass=XXXXXXXXXX recfm=v lrecl=32167 dir debug;&lt;BR /&gt; 440&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data _null_;&lt;BR /&gt; 441&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; file out(shoes4) ;&lt;BR /&gt; 442&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; put 'write data to shoes file';&lt;BR /&gt; 443&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: java.lang.NoClassDefFoundError: Could not initialize class org.apache.hadoop.hdfs.DistributedFileSystem&lt;/P&gt;&lt;/DIV&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New';"&gt;Sorry I cant help further, I am having the exact same issue and have decided to reinstall Hadoop to check if this is the issue. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 07:15:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/181873#M3668</guid>
      <dc:creator>RMP</dc:creator>
      <dc:date>2013-12-30T07:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in SAS integration with Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/181874#M3669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RMP thanks for your response. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please correct me if I am wrong. In libname approach do we need to point to confifg file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 08:39:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/181874#M3669</guid>
      <dc:creator>HashimBasheer</dc:creator>
      <dc:date>2013-12-30T08:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in SAS integration with Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/181875#M3670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hashim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LIBNAME statement doesn't require that you provide a configuration file. You will need to know if the cluster is running Hive or HiveServer2. It it is running HiveServer2 you will need to include SUBPROTOCOL=hive2 on your LIBNAME statement. Getting this wrong results in the LIBNAME statement hanging. You aren't getting that far, yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your JAR files do not match the ones that I use when access CDH 4.3.1. The error message you get from the LIBNAME statement leads me to believe this is the issue. Here is my list of JAR files (SAS_HADOOP_JAR_PATH points to a directory containing these JARs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;guava-11.0.2.jar&lt;/P&gt;&lt;P&gt;hadoop-auth-2.0.0-cdh4.3.1.jar&lt;/P&gt;&lt;P&gt;hadoop-common-2.0.0-cdh4.3.1.jar&lt;/P&gt;&lt;P&gt;hadoop-core-2.0.0-mr1-cdh4.3.1.jar&lt;/P&gt;&lt;P&gt;hadoop-hdfs-2.0.0-cdh4.3.1.jar&lt;/P&gt;&lt;P&gt;hive-exec-0.10.0-cdh4.3.1.jar&lt;/P&gt;&lt;P&gt;hive-jdbc-0.10.0-cdh4.3.1.jar&lt;/P&gt;&lt;P&gt;hive-metastore-0.10.0-cdh4.3.1.jar&lt;/P&gt;&lt;P&gt;hive-service-0.10.0-cdh4.3.1.jar&lt;/P&gt;&lt;P&gt;libfb303-0.9.0.jar&lt;/P&gt;&lt;P&gt;pig-0.11.0-cdh4.3.1.jar&lt;/P&gt;&lt;P&gt;protobuf-java-2.4.0a.jar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most of the connection issues we see involve incorrect JAR files, Kerberos security (supported by SAS 9.4 only), and MapReduce2 running on the cluster. We periodically see folks have configuration issues when running HDFS on a separate machine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 16:36:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/181875#M3670</guid>
      <dc:creator>JBailey</dc:creator>
      <dc:date>2014-01-02T16:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in SAS integration with Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/181876#M3671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The issue is fixed. It was because of the wrong JAR files. We used the below Jar files and everything is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;guava-11.0.2.jar&lt;/P&gt;&lt;P&gt;hadoop-auth-2.0.0-cdh4.3.1.jar&lt;/P&gt;&lt;P&gt;hadoop-common-2.0.0-cdh4.3.1.jar&lt;/P&gt;&lt;P&gt;hadoop-core-2.0.0-mr1-cdh4.3.1.jar&lt;/P&gt;&lt;P&gt;hadoop-hdfs-2.0.0-cdh4.3.1.jar&lt;/P&gt;&lt;P&gt;hive-exec-0.10.0-cdh4.3.1.jar&lt;/P&gt;&lt;P&gt;hive-jdbc-0.10.0-cdh4.3.1.jar&lt;/P&gt;&lt;P&gt;hive-metastore-0.10.0-cdh4.3.1.jar&lt;/P&gt;&lt;P&gt;hive-service-0.10.0-cdh4.3.1.jar&lt;/P&gt;&lt;P&gt;libfb303-0.9.0.jar&lt;/P&gt;&lt;P&gt;pig-0.11.0-cdh4.3.1.jar&lt;/P&gt;&lt;P&gt;protobuf-java-2.4.0a.jar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 12:03:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/181876#M3671</guid>
      <dc:creator>HashimBasheer</dc:creator>
      <dc:date>2014-01-03T12:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in SAS integration with Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/181877#M3672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hashim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very happy you have this sorted-out. Have fun!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 14:02:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/181877#M3672</guid>
      <dc:creator>JBailey</dc:creator>
      <dc:date>2014-01-03T14:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in SAS integration with Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/181878#M3673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I am also getting the similar issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The detailed issue is tracked in &lt;/P&gt;&lt;H1 style="font-size: 26px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;A _jive_internal="true" class="active_link" href="https://communities.sas.com/message/283962#283962" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0e66ba;"&gt;ERROR: Error moving data from Hadoop to Hive (LOAD DATA failed).&lt;/A&gt;&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="80794" __jive_macro_name="thread" class="jive_macro jive_macro_thread" href="https://communities.sas.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out in sorting out the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sangramjit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 11:17:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/181878#M3673</guid>
      <dc:creator>Sangramjit</dc:creator>
      <dc:date>2015-07-09T11:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in SAS integration with Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/231921#M5690</link>
      <description>&lt;P&gt;Hi, i am trying to connect to Hortonworks using SAS/Access for Hadoop. I compared the jar files and they look good (versions slightly different as they were provided by the Hadoop admin). I am able to get a kilist from the SAS Client machine (server) and even ssh to the nodes. But when i run a libname from SAS EG, i am getting this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname zhdplib hadoop subprotocol='hive2' server='myserver' schema=myschema user='user123' pwd='test123';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: Unable to connect to the Hive server.&lt;BR /&gt;ERROR: Error trying to establish connection.&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2015 21:58:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Issue-in-SAS-integration-with-Hadoop/m-p/231921#M5690</guid>
      <dc:creator>fatcat</dc:creator>
      <dc:date>2015-10-27T21:58:32Z</dc:date>
    </item>
  </channel>
</rss>

