Hi I figure out the issue. The variable SAS_HADOOP_JAR_PATH was smehow being overwritten in server in which code was submitted in GRID setup, I declared this variable as part of SAS options in top of SAS program and it works fine. Added this line: options set=SAS_HADOOP_JAR_PATH="/abc/def/sas_jars/";
... View more