Hi there- Please see the Hbase book. http://hbase.apache.org/book.html
This has a chapter on developing with Hbase. As for SQL, that's not supported directly because Hbase is a NoSQL database (see the Data Model chapter). Doug On 8/11/11 6:44 AM, "Anurag Awasthi" <[email protected]> wrote: >Thanks for your reply Woo. However as I just posted to Ram, I aiming to >modify >the hbase source code itself, and see the lines executed when I pass any >query >in the Hbase shell, select *, or create table for example. Any heads up >on this >front? >
