Mohit Sharma created HIVE-9737: ---------------------------------- Summary: Issue come while creating the table in hbase using java Impla API Key: HIVE-9737 URL: https://issues.apache.org/jira/browse/HIVE-9737 Project: Hive Issue Type: Bug Components: Database/Schema Environment: Linux OS, Using Java Impala API with thrift, Cloudera Hbase database Reporter: Mohit Sharma
I am trying to create hbase table using this query CREATE TABLE foo4(rowkey STRING, a STRING, b STRING) STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' WITH SERDEPROPERTIES ('hbase.columns.mapping' = ':key,f:c1,f:c2') TBLPROPERTIES ('hbase.table.name' = 'bar4'); with the help of java Impala api and I am sharing you code link https://github.com/pauldeschacht/impala-java-client When I am trying to create table in habse I am facing this issue AnalysisException: Syntax error in line 2: STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' ^ Encountered: BY Expected: AS CAUSED BY: Exception: Syntax error,HY000,0,false Please help me what I do? -- This message was sent by Atlassian JIRA (v6.3.4#6332)