The version you are using only support PrefixFilter and RegexFilter for scans. Unless your start and stop row have the same prefix (or you can somehow get it into a regex), you won't be able to do it as is. You can always write your own export (we did that to support some more functionality like batching, etc and its very easy to do) Regards, Dhaval
________________________________ From: karunakar <[email protected]> To: [email protected] Sent: Monday, 21 October 2013 5:40 PM Subject: How can I export HBase table using start and stop row key Hi, 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 ? Hadoop 2.0.0-cdh4.1.2 HBase 0.92.1-cdh4.1.2 Please let me know if you need more information. Thank you. -- View this message in context: http://apache-hbase.679495.n3.nabble.com/How-can-I-export-HBase-table-using-start-and-stop-row-key-tp4051960.html Sent from the HBase User mailing list archive at Nabble.com.
