1 启动hbase thrift server
执行命令
nohup hbase thrift start &
netstat -nl | grep 9090
2 操作hbase
这里如果通过hue操作hbase,添加数据,中文就会出现异常,但直接编辑却没有问题。
api error:'unicode' object has no attribute 'keys'
本文介绍了如何启动HBase Thrift Server,并提供了通过命令行启动的示例。此外,还讨论了使用Hue进行HBase操作时可能出现的中文显示异常问题及解决方案。
1 启动hbase thrift server
执行命令
nohup hbase thrift start &
netstat -nl | grep 9090
2 操作hbase
这里如果通过hue操作hbase,添加数据,中文就会出现异常,但直接编辑却没有问题。
api error:'unicode' object has no attribute 'keys'
771
2667

被折叠的 条评论
为什么被折叠?