sqoop import \
--connect jdbc:oracle:thin:@db1icvp.supermedia.com:1521:ICVP \
--username=USER --password=password \
--table table_name \
--split-by col_name --verbose \
--hive-import \
--hive-overwrite \
--hive-table schema .table_name \
--hive-home /path
使用上面的命令我只能创建内部表。 但我的要求是使用上面的命令在特定位置创建外部表..
请建议。