I am trying to integrate SAS with Hadoop. The details are below. SAS interface to Hive 9.4 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 libname hdplib hadoop server="XXXXXX" user="XXX" password="$XXXX" port=10001; data hdplib.class; set sashelp.class(obs=10); run; HADOOP_10: Prepared: on connection 2 37 1387861396 no_name 0 DATASTEP SHOW TABLE EXTENDED LIKE `CLASS` 38 1387861396 no_name 0 DATASTEP 39 1387861396 no_name 0 DATASTEP 40 1387861397 no_name 0 DATASTEP HADOOP_11: Executed: on connection 2 41 1387861397 no_name 0 DATASTEP CREATE TABLE `CLASS` (`Name` STRING,`Sex` STRING,`Age` DOUBLE,`Height` DOUBLE,`Weight` DOUBLE) ROW FORMAT DELIMITED FIELDS TERMINATED BY '\001' LINES TERMINATED BY '\012' STORED AS TEXTFILE TBLPROPERTIES ('SAS OS Name'='Linux','SAS Version'='9.04.01M0P06192013','SASFMT:Name'='CHAR(8)','SASFMT:Sex'='CHAR(1)') 42 1387861397 no_name 0 DATASTEP 43 1387861397 no_name 0 DATASTEP ERROR: java.lang.NoClassDefFoundError: Could not initialize class org.apache.hadoop.hdfs.DistributedFileSystem NOTE: Validate the contents of the Hadoop configuration file and ensure user permissions are correct. 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 information. 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 information. Can someone assist in resolving this issue?
... View more