Dear Cloudera Community,
is there any syntax to replace my query below for Impala database instead of Hive? I am intended to ingest table into impala from Oracle.
sqoop import --hive-import --connect "jdbc:oracle:thin:@(description=(address=(protocol=tcp)(host=192.168.1.3)(port=1521))(connect_data=(service_name=cdb)))" --table EMPLOYEE1 --username system --password XXXX --m 1
Regards
Anis