> Disabuse yourself of any notion that hbase is an RDBMS.  There's no SQL, 
> JDBC, hibernate connector, etc.

perhaps not SQL/JDBC but a query language like HQL.

since there are many comparisons betwen HBase and google bigtable, i was hoping 
for a query capability found in GAE.
http://code.google.com/appengine/docs/datastore/queriesandindexes.html

# The GqlQuery interface prepares a query using a GQL query string.
q = db.GqlQuery("SELECT * FROM Person " + 
                "WHERE last_name = :1 AND height < :2 " +
                "ORDER BY height DESC",
                "Smith", 72)


as u can see the query language is very similar to SQL and easy to use.

 
> Going by your questions above, I'd suggest you do a little background 
> reading so you get better sense of what hbase is about.  Start in with 
> the hbase architecture paper up on our wiki:  
> http://wiki.apache.org/hadoop/Hbase.   Feel free to ask questions in 
> here in this forum if there is anything you need help with.

i have read the docs and was hoping for GAE like functionality to access the 
datastore.

so my questions are 

1) why is having a query language mutual exclusive to HBase goals?
2) what is the expected integration point to a J2EE appllication for HBase?

any help is appreciated.

-lucio

_________________________________________________________________
It's simple! Sell your car for just $40 at CarPoint.com.au
http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fsecure%2Dau%2Eimrworldwide%2Ecom%2Fcgi%2Dbin%2Fa%2Fci%5F450304%2Fet%5F2%2Fcg%5F801459%2Fpi%5F1004813%2Fai%5F859641&_t=762955845&_r=tig_OCT07&_m=EXT

Reply via email to