0
点赞
收藏
分享

微信扫一扫

python 实战 hbase创建订单(三)

外贸达人小峻先森 2022-02-04 阅读 59
from hbase import Hbase
from thrift.transport import TSocket
from hbase.ttypes import *
def create_table():
    # 定义列族
    anchor_column=ColumnDescriptor(name='brand')
    client.<
举报

相关推荐

0 条评论