from hbase import Hbase
from thrift.transport import TSocket
from hbase.ttypes import *
def create_table():
# 定义列族
anchor_column=ColumnDescriptor(name='brand')
client.<
微信扫一扫
from hbase import Hbase
from thrift.transport import TSocket
from hbase.ttypes import *
def create_table():
# 定义列族
anchor_column=ColumnDescriptor(name='brand')
client.<
相关推荐