I've solved with bulkload=yes: data Impala.table (bulkload=yes); set work.table; run; or proc sql; create table Impala.table(bulkload=yes) as select * from work.table; quit;
... View more
Hi @dmanna
I would post the solution under the original topic so that it might help others. Having a solution in iscolation means that it will likely never be found.
Best wishes,
Jeff
... View more