sqoop import issue with mysql

前端 未结 9 1754
情深已故
情深已故 2021-01-13 04:07

I have a hadoop ha setup based on cdh5.I have tried to import tables from mysql by using sqoop failed with following error.

15/03/20 12:47:53 ERROR manager.         


        
9条回答
  •  庸人自扰
    2021-01-13 04:32

    including the option --driver com.mysql.jdbc.Driver in the import command worked for me.

提交回复
热议问题