CodePudding user response:
Org, apache hadoop, hbase. Filter. PageFilterSpecific usage
Scan Scan=new Scan ();
Scan. SetFilter (new PageFilter (100));
Just at the time of scan, 100 truncation scan, return a result, there is no guarantee that LIMIT 100 such fields as the SQL ORDER BY XXX and orderly,
CodePudding user response:
# command lineScan 'table' {LIMIT=& gt; 10}
# code sets
Scan. SetMaxResultSize (100);
Scan. SetLimit (100).