You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Fernando Iwamoto - Plannej <fe...@plannej.com.br> on 2014/01/16 17:51:19 UTC

host:port pair: PBUF

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�����޹(