当我跑步时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();