hbase语法操做

1、 scan查看某一列的数据:io

  scan '.META.', { COLUMNS => [ 'info:regioninfo'] }
  scan 'test',{ COLUMNS=>['student:age']}test

相关文章
相关标签/搜索