HBase Shell:可读扫描结果

时间:2016-07-07 14:37:00

标签: hbase

当我跑步时count' mytable'中的hbase shell我得到以下结果:

...
Current count: 264000, row: \x80\x00\x01S\xE1f\xBD\x00\x80\x00\x00\x02\x80\x00&B
Current count: 265000, row: \x80\x00\x01S\xE1\xE5OX\x80\x00\x00\x03\x80\x00\x1E\x04
...

是否有可能使这些键(和扫描时的值)可读?或者我怎样才能转换"这些键是否可读格式?

我通过DataFrameWriter将数据写入HBase:

myDataFrame.write().format("org.apache.phoenix.spark").mode(SaveMode.Overwrite).option("table", TABLE_NAME).option("zkUrl", "zookeeperQuorum:/hbase-unsecure").save();

0 个答案:

没有答案