Just have a Look at the Api Docs: http://hadoop.apache.org/hbase/docs/current/api/org/apache/hadoop/hbase/client/Scan.html
Jeff Zhang-4 wrote: > > HI all, > > I create a new ResultScanner like this ; > ResultScanner scanner=table.getScanner(new Scan()); > So the default scan will scan all the families. But now I just want to > only > retrieval the row keys, so is there any API for this purpose ? > > > Thank you > > -- View this message in context: http://old.nabble.com/How-can-I-just-scan-the-row-key---tp26689858p26705497.html Sent from the HBase User mailing list archive at Nabble.com.
