python hbase_利用Python调用HBASE
利用Python调用HBASE的 需要安装thrift hbase-thrift启动hbase的thrift服务:bin/hbase-daemon.sh start thrift 默认端口是9090mysql 到hbase的数据同步:1、put2、Importtsv3、编写MapReduce Job导入4、sqoop简单code:#!/usr/bin/env python#coding=utf-8...