使用Sqoop实现Hive与MySQL数据库间数据迁移时报错
执行 ./sqoop create-hive-table --connect jdbc:mysql://192.168.1.10:3306/ekp_11 --table job_log --username root --password 123456 --hive-table job_log准备将关系型数据的表结构复制到hive中。但是提示如下一堆错误信息:Warning: /usr/lib/hbase does not exist! HBase imp...