Hi Ibrar
What is the value given for
--hiveconf *hbase.master*=#
OR
--hiveconf *hbase.zookeeper.quorum*=
It seems from the error that HBase Server configuration are not correct.
Regards
Sanjiv Singh
Mob : +091 9990-447-339
On Wed, Jun 17, 2015 at 4:31 PM, Ibrar Ahmed w
I am able to fix that issue, but got another error
[127.0.0.1:1] hive> CREATE TABLE IF NOT EXISTS pagecounts_hbase (rowkey
STRING, pageviews STRING, bytes STRING) STORED BY
'org.apache.hadoop.hive.hbase.HBaseStorageHandler' WITH SERDEPROPERTIES
('hbase.columns.mapping' = ':key,f:c1,f:c2') TBL