The PROC OLIPHANT statement
uses the HOST= and INSTALL= options to identify the SAS High-Performance Deployment of Hadoop
cluster to use.
The ADD statement copies the EMPS data set to the
HDFS path. The data set is distributed in blocks of 16 megabytes each.
If an emps.sashdat file for the EMPS data set already exists, it is
replaced.
This ADD statement includes a LABEL= option for the
input data set.
The REMOVE statement deletes the salary.sashdat file
from the HDFS path.