Re: How RowKey stored in HBase

2014-02-26 Thread Ted Yu
Please read http://hbase.apache.org/book.html#arch.catalog.meta Read operation would be directed to the region(s) which contain the rows you look for. Cheers On Wed, Feb 26, 2014 at 10:23 AM, Upendra Yadav wrote: > My rowKey in this table is like : 1,MCA > 2,BCA > 3,Btech > 4,Mtech > .. >

How RowKey stored in HBase

2014-02-26 Thread Upendra Yadav
My rowKey in this table is like : 1,MCA 2,BCA 3,Btech 4,Mtech .. And when with shell i performing get/scan operation i got everything as expected. But with http://172.20.8.20:60010/table.jsp?name=StudentScoreCard start key, end key showing totally different values as below. Is HBase h