创建sqoop mysql到hive分区?我需要在我的代码下方清楚解释
sqoop import --connect jdbc:mysql://localhost/arun --table account --username root --password hadoop -m 1 --hive-partition-key "name" --hive-partition-value "arun" --hive-database company --create-hive-table --hive-table account5 --target-dir /user/sqooptest21
答案 0 :(得分:0)
根据你的命令。
sqoop import --connect jdbc:mysql://localhost/arun --table account --username root --password hadoop -m 1 --hive-partition-key "name" --hive-partition-value "arun" --hive-database company --create-hive-table --hive-table account5 --target-dir /user/sqooptest21
您要将数据库表从mysql导入到hdfs(迁移)。
希望这有帮助! :)