会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
7749ha
博客园
首页
新随笔
新文章
联系
订阅
管理
2019年3月20日
phoenix 报错:type org.apache.phoenix.schema.types.PhoenixArray is not supported
摘要: 今天用phoenix报如下错误: 主要原因: hbase的表中某字段类型是array,phoenix目前不支持此类型 解决方法: 复制替换phoenix包的cursor文件 复制替换phoenix包下的types.py文件 改动后只支持 array里面的值是int、string例如 array(1,
阅读全文
posted @ 2019-03-20 14:33 7749ha
阅读(796)
评论(0)
推荐(0)
编辑