Details
Description
sqoop list-databases, sqoop eval options are working well with Oracle
but when I am running import option to create tables in hive is not working
sqoop import --connect jdbc:oracle:thin:@tns_enty --username xxxxx --password yyyyy --table TABLE_DIM -m --hive-import
This option is also not working
sqoop create-hive-table --connect jdbc:oracle:thin:@tns_enty --username xxxxx --password yyyyy \
--table TABLE_DIM --hive-table TABLE_DIM