Re: Exception while running a hbase program

2009-07-08 Thread Jean-Daniel Cryans
I think you are mixing up some things here. HBase is not MySQL compliant nor it is SQL compliant at all. You have to use the HBase API. See http://hadoop.apache.org/hbase/docs/r0.19.3/api/overview-summary.html#overview_description J-D On Wed, Jul 8, 2009 at 8:16 AM, bharath vissapragada wrote: >

Exception while running a hbase program

2009-07-08 Thread bharath vissapragada
Hi all, I have written a hbase program in java and when i try to run it on hbase it gives an error (i've pasted it below). I m trying to run it locally i.e, no other systems are involved ,hbase runs only on my machine . I have just set the "JAVA_HOME" variable in "hbase-env.sh" and then i have iss