An
implicit pass-through using the CREATE TABLE AS SELECT statement to SPD Server does not support creating
a Hadoop table that already exists. That is, a table on a Hadoop
cluster cannot be replaced using implicit pass-through. If a table exists, SPD Server fails
a query with a Member Lock error. This results in PROC SQL planning and executing
the query, which causes the selected rows to be read from SPD Server to SAS. The
selected rows are returned to SPD Server to create the table.
A best practice is to
drop the table before creating it.