set SAS_HADOOP_JAR_PATH=C:\third_party\Hadoop\jarsThe following command sets the environment variable similarly on UNIX:
export SAS_HADOOP_JAR_PATH=/users/third_party/Hadoop/jarsSet SAS_HADOOP_JAR_PATH in a permanent manner for all SAS users accessing Hadoop.
Proc Hadoop; run;Check the log to ensure that the following note is displayed: Procedure Hadoop used. If the Hadoop environment was not properly prepared, you will see the following note: PROC Hadoop not available.