Hi Jeff, I have a list of Hadoop Jar files for Hortonworks 1.2 and placed on my machine: protobuf-java-2.4.1.jar libfb303-0.9.0.jar hive-service-0.11.0.1.3.3.4-2.jar hive-metastore-0.11.0.1.3.3.4-2.jar hive-jdbc-0.11.0.1.3.3.4-2.jar hive-exec-0.11.0.1.3.3.4-2.jar hadoop-core-1.2.0.1.3.3.4-2.jar guava-11.0.2.jar pig-0.11.1.1.3.3.4-2.jar But the other jar files for Hortonworks 1.2 such as: hadoop-auth-jar hadoop-common-.jar hadoop-hdfs-.jar are not there with us.Rest all configuration files are present and they are also set by the respective Environment variables. While executing the sas script we are getting the following issue: ERROR: Could not connect to HDFS. ERROR: Libref HDPLIB is not assigned. ERROR: Error in the LIBNAME statement. . . ERROR: Call to method org.apache.hadoop.fs.FileSystem::get(URI, Configuration) failed. ERROR: java.lang.ExceptionInInitializerError . . java.lang.IllegalArgumentException: Can't get Kerberos configuration So,can you please tell me whether we are getting this type of error for missing of above 3 jar files or some other issue is there. Thanks, Sangramjit
... View more