Versions that I'm using, Hadoop 2.2.0 and HBase 0.96.1.1, Hive 0.12.0

Anyone can explain this error that is giving me?

hive> CREATE EXTERNAL TABLE
    >     test(key string, values map<string, int>)
    > STORED BY
    >     'org.apache.hadoop.hive.hbase.HBaseStorageHandler'
    > WITH SERDEPROPERTIES (
    >     "hbase.columns.mapping" = ":key,values:"
    >     )
    > TBLPROPERTIES (
    >     "hbase.table.name" = "test"
    >     );
FAILED: Execution Error, return code 1 from
org.apache.hadoop.hive.ql.exec.DDLTask. java.lang.IllegalArgumentException:
Not a host:port pair: PBUF

The only configuration that I made from Hive is this:

<name>mapred.job.tracker</name>
<value>local</value>
</property>


hadoop-master�����޹(

Reply via email to