我写了以下 sqoop 命令:
sqoop import --connect jdbc:mysql://localhost/export --username root --password cloudera --table cust --create-hive-table --fields-terminated-by ' ' --hive-table default.cust -m 1
然后,我在默认数据库中找不到该表,但该文件出现在 / user / cloudera / cust
中