You'd need to use 0.94 (or CDH4.2+ since you are mentioning being on CDH) to have access to TableInputFormat.SCAN_ROW_START and SCAN_ROW_STOP then all you need to do is to copy Export's code and add what you're missing.
J-D On Tue, Sep 24, 2013 at 5:42 PM, karunakar <[email protected]> wrote: > Hi Experts, > > I would like to fetch data from hbase table using map reduce export API. I > see that I can fetch data using start and stop time, but I don't see any > information regarding start and stop row key. Can any expert guide me or > give me an example in order fetch first 1000 rows (or start and stop row > key) using export API which I can import to different table ? > > Hadoop 2.0.0-cdh4.1.2 HBase 0.92.1-cdh4.1.2 > > Please let me know if you need more information. > > Thanks you. > > > > -- > View this message in context: > http://apache-hbase.679495.n3.nabble.com/Export-API-using-start-and-stop-row-key-tp4051182.html > Sent from the HBase User mailing list archive at Nabble.com. >
