<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Issue: Create HBASE table on Hive in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-Create-HBASE-table-on-Hive/m-p/53047#M58696</link>
    <description>&lt;P&gt;Hi there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following statement fails to create HBASE table on hive:&lt;/P&gt;&lt;P&gt;CREATE TABLE passwd_hbase(userid STRING, uid INT, shell STRING)&lt;BR /&gt;STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler'&lt;BR /&gt;WITH SERDEPROPERTIES ('hbase.columns.mapping' = ':key,passwd:uid,passwd:shell');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error:&lt;/P&gt;&lt;P&gt;FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:java.lang.RuntimeException: java.lang.NullPointerException&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithoutRetries(RpcRetryingCaller.java:208)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.apache.hadoop.hbase.client.ClientScanner.call(ClientScanner.java:320)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 11:23:30 GMT</pubDate>
    <dc:creator>MasterOfPuppets</dc:creator>
    <dc:date>2022-09-16T11:23:30Z</dc:date>
    <item>
      <title>Issue: Create HBASE table on Hive</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-Create-HBASE-table-on-Hive/m-p/53047#M58696</link>
      <description>&lt;P&gt;Hi there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following statement fails to create HBASE table on hive:&lt;/P&gt;&lt;P&gt;CREATE TABLE passwd_hbase(userid STRING, uid INT, shell STRING)&lt;BR /&gt;STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler'&lt;BR /&gt;WITH SERDEPROPERTIES ('hbase.columns.mapping' = ':key,passwd:uid,passwd:shell');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error:&lt;/P&gt;&lt;P&gt;FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:java.lang.RuntimeException: java.lang.NullPointerException&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithoutRetries(RpcRetryingCaller.java:208)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.apache.hadoop.hbase.client.ClientScanner.call(ClientScanner.java:320)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 11:23:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-Create-HBASE-table-on-Hive/m-p/53047#M58696</guid>
      <dc:creator>MasterOfPuppets</dc:creator>
      <dc:date>2022-09-16T11:23:30Z</dc:date>
    </item>
    <item>
      <title>x sRe: Issue: Create HBASE table on Hive</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-Create-HBASE-table-on-Hive/m-p/53060#M58697</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your syntax seems to be incomplete. Where do you detail which HBase table your Hive table should be map to? Usually this is done using the TBLPROPERTIES field...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JMS&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 22:09:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-Create-HBASE-table-on-Hive/m-p/53060#M58697</guid>
      <dc:creator>jmspaggi</dc:creator>
      <dc:date>2017-03-31T22:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: x sRe: Issue: Create HBASE table on Hive</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-Create-HBASE-table-on-Hive/m-p/53069#M58698</link>
      <description>&lt;P&gt;Still failing using :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CREATE TABLE passwd_hbase(userid STRING, uid INT, shell STRING)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;WITH SERDEPROPERTIES ('hbase.columns.mapping' = ':key,passwd:uid,passwd:shell')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TBLPROPERTIES("hbase.table.name" = "mytable");&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Caused by: java.lang.NullPointerException&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher.getMetaReplicaNodes(ZooKeeperWatcher.java:489)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.apache.hadoop.hbase.zookeeper.MetaTableLocator.blockUntilAvailable(MetaTableLocator.java:549)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.apache.hadoop.hbase.client.ZooKeeperRegistry.getMetaRegionLocation(ZooKeeperRegistry.java:61)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;when executing list command in hbase it throws:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ERROR: The node /hbase is not in ZooKeeper. It should have been written by the master. Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2017 00:41:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-Create-HBASE-table-on-Hive/m-p/53069#M58698</guid>
      <dc:creator>MasterOfPuppets</dc:creator>
      <dc:date>2017-04-01T00:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: x sRe: Issue: Create HBASE table on Hive</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-Create-HBASE-table-on-Hive/m-p/53319#M58699</link>
      <description>&lt;P&gt;Does HBase works ?&lt;/P&gt;&lt;P&gt;Because with what you said (ERROR: The node /hbase is not in ZooKeeper.) I have the feeling that your HBase cluster is not working properly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should fix that first.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 09:44:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-Create-HBASE-table-on-Hive/m-p/53319#M58699</guid>
      <dc:creator>mathieu.d</dc:creator>
      <dc:date>2017-04-07T09:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: x sRe: Issue: Create HBASE table on Hive</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-Create-HBASE-table-on-Hive/m-p/53328#M58700</link>
      <description>&lt;P&gt;In fact the issue was&amp;nbsp; that hbase was not installed.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 12:41:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-Create-HBASE-table-on-Hive/m-p/53328#M58700</guid>
      <dc:creator>MasterOfPuppets</dc:creator>
      <dc:date>2017-04-07T12:41:54Z</dc:date>
    </item>
  </channel>
</rss>

