Hello All -- I've created a new data library to Hadoop, the problem is that I'm not able to run any queries against this library. For example, here is the libname statement: libname test hadoop subprotocol=hive2 port=10000 server="xxx.xx.com" schema=xxx; When running the following query, I'm getting an error message proc sql; create table test as select * from test.customer where state='RI'; quit; ERROR: Unable to create stream service from /tmp/sasdata_16_01_48_861_00004. Use the debug option for more information is neither an HDFS file nor an HDFS directory. A valid HDFS file or directory is required. Doing some research it looks like most issues are due to JAR files not being present. I checked the JAR files listed in the SAS_HADOOP_JAR_PATH and here's what is listed -- everything seems to check out, any ideas on what might be causing the problem? commons-cli-1.2.jar core-site.xml guava-11.0.2.jar hadoop-auth-2.0.0-cdh4.5.0.jar hadoop-common-2.0.0-cdh4.5.0.jar hadoop-core-2.0.0-mr1-cdh4.5.0.jar hadoop-hdfs-2.0.0-cdh4.5.0.jar hive-exec-0.10.0-cdh4.5.0.jar hive-jdbc-0.10.0-cdh4.5.0.jar hive-metastore-0.10.0-cdh4.5.0.jar hive-service-0.10.0-cdh4.5.0.jar hive-site.xml libfb303-0.9.0.jar pig-0.11.0-cdh4.5.0.jar protobuf-java-2.4.0a.jar
... View more