Determines when SPD Server uses parallel processing to read data stored in HDFS.
| Valid in: | SPD Server |
| Default: | NO |
| Interaction: | The PARALLELREAD= table option setting overrides the SPDSHPRD= macro variable. For more information, see PARALLELREAD= Table Option. |
| See: | Parallel Processing for Data in HDFS |
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.
%let spdshprd=yes;
libname my_lib list;.
If the queried libref is in a Hadoop domain, SPD Server returns HADOOP=YES.