Determines when SPD Server uses parallel processing to read data stored in HDFS.
Valid in: | SPD Server |
DATA step and PROC step | |
Default: | NO |
specifies that parallel processing occurs only if a Read operation includes WHERE processing. This is the default behavior.
requests parallel processing for all Read operations for the specific table.
libname class sasspds 'mydomain' server=myhost.5400 user="anonymous"; proc freq data=class.StudentID (parallelread=yes); tables age; run;
libname class list;
.
If the queried libref is in a Hadoop domain, SPD Server returns HADOOP=YES.