Hi, Here is some official document which may help.
1. http://phoenix.apache.org/skip_scan.html 2. Wanna do some Pagination-like scan? Please refer to http://phoenix.apache.org/paged.html Thanks. 2015-08-11 20:47 GMT+08:00 Hafiz Mujadid <[email protected]>: > Hi all! > > > Can we use spark_phoenix in a way just like in normal java api we can pass > start row to filter data as follow > *//creating a scan object with start and stop row keys* > *Scan scan = new Scan(Bytes.ToBytes("a.b.x|1"),Bytes.toBytes("a.b.x|2"); * > > >
