Hi Ibrar, It seems like your hive and hbase versions are incompatible. What version of hive and hbase are you on?
On Thu, May 14, 2015 at 3:21 PM, Ibrar Ahmed <[email protected]> wrote: > Hi, > > While creating a table in Hive I am getting this error message. > > CREATE TABLE abcd(key int, value string) STORED BY > 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' WITH SERDEPROPERTIES > ("hbase.columns.mapping" = ":key,cf1:val") TBLPROPERTIES (" > hbase.table.name" = "xyz"); > > > [Hive Error]: Query returned non-zero code: 1, cause: FAILED: Execution > Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. > org.apache.hadoop.hbase.HTableDescriptor.addFamily(Lorg/apache/hadoop/hbase/HColumnDescriptor;)V > > -- Swarnim
