spdsclean_Hadoop to
invoke the SPDSCLEAN functionality within a Hadoop domain. The SPDSCLEAN
command for domains that are not Hadoop domains continues in force
without any modifications. The spdsclean_Hadoop script
accepts the same arguments as the standard SPDSCLEAN command, with
the addition of some Hadoop operational parameters that must be specified.
The script defines parameter values for SPD Server environment variables
such as PATH, LD_LIBRARY_PATH, TKPATH, and JREOPTIONS.
spdsclean_Hadoopscript,
or you can incorporate the parameter value statements within the spdsclean_Hadoop script
itself.
export SAS_HADOOP_CONFIG_PATH=/u/fedadmin/hadoopcfg/cdh52p1 export SAS_HADOOP_JAR_PATH=/u/fedadmin/hadoopjars/cdh52
spdsclean_Hadoop script
to reference Hadoop configuration information that is defined in your
SPD Server libnames.parm file or in your spdsserv.parm file.
spdsclean_Hadoop script:spdsclean -libnamefile libnames.parm -parmfile spdsserv.parm.
libname=Stuff1 pathname=/user/userlname hadoopcfg=/u/fedadmin/hadoopcfg/cdh52p1 hadoopjar=/u/fedadmin/hadoopjars/cdh52 hadoop=yes;