hbase语法操作

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

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

你可能感兴趣的:(hbase总结)