Changes between Version 9 and Version 10 of hbasecommand
- Timestamp:
- 09/18/2012 03:13:14 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
hbasecommand
v9 v10 241 241 }}} 242 242 243 243 * 在scan里面使用filter 244 245 {{{ 246 scan 't1', {FILTER => "(PrefixFilter ('row2') AND (QualifierFilter (>=, 'binary:xyz'))) AND (TimestampsFilter ( 123, 456))"} 247 scan 't1', {FILTER => org.apache.hadoop.hbase.filter.ColumnPaginationFilter.new(1, 0)} 248 }}} 249 详细用法见[https://issues.apache.org/jira/browse/HBASE-4176 HBASE-4176] 244 250 ---- 245 251
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)