Mysql到HBase数据迁移-Sqoop工具方法

进入${SQOOP_HOME}/bin, 执行以下指令:

$ ./sqoopimport --connectjdbc:mysql://IP_ADDRESS:3306/DATABASE_NAME --tableTABLE_NAME --hbase-create-table--hbase-tableHBASE_TABLE_NAME --column-familyCOLUMN_NAME --hbase-row-keyKEY_ID  

运行结果如下:

Mysql到HBase数据迁移-Sqoop工具方法

常见错误:

ERROR tool.ImportTool: Error during import: HBase jars are not present in classpath, cannot import to HBase!
解决方法

在/etc/profile中设置$HBASE_HOME环境变量


Mysql到HBase数据迁移-Sqoop工具方法,布布扣,bubuko.com

Mysql到HBase数据迁移-Sqoop工具方法

上一篇:巧妙避开MySQL字符集的骚扰


下一篇:单片机控制LCD1602液晶屏模块化编程