sqoop import --connect jdbc:mysql://10.211.55.12:3306/hive --username hive --table TBLS --target-dir /queryresult --password hive
因为这个任务可能会随机分配到hadoop任意一台机器中执行,所以jdbc:mysql:/10.211.55.12:3306中一定不要写localhost或127.0.0.1,必须是域名或ip(一定要保证hadoop集群中任意一台机器能解析到数据库所在主机)