我们可以将sqoop导入到hive外部表中吗?

时间:2017-06-19 09:53:13

标签: hive sqoop

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 

使用上面的命令我只能创建内部表。 但我的要求是使用上面的命令在特定位置创建外部表..

请建议。

0 个答案:

没有答案