当我在cloudera虚拟机上运行低于脚本时,我得到了低于错误的结果。
sqoop import-all-tables --connect "jdbc:mysql://quickstart.cloudera:3306/retail_db" -username =retail_dba --p
6/09/17 23:33:11 ERROR manager.CatalogQueryManager: Failed to list tables
java.sql.SQLException: Access denied for user '=retail_dba'@'localhost' (using password: YES)
1条答案
按热度按时间a11xaf1n1#
我自己解决了这个问题
在上面的脚本中,username和'='之间有空格。所以sqoop假设用户名为
=retail_dba.
它的工作很好,当删除空的空间。