Hi,
I am trying to create tables in HIVE from hive data using the proc sql; create table option. These queries are taking a long time and I am seeing this statement in my log:
Streaming read DISABLED: The original HiveQL succeeded where
the streaming read CTAS failed
Is this causing any of the delays? I am seeing that my sql was passed to Hadoop from seeing the following:
ACCESS ENGINE: SQL statement was passed to the DBMS for
fetching data.
We are configured using JDBC and pre-defined libname connections.
Thanks,
Dan