<?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 Re: Hi, I am using HDP 2.6. I am unable to create Hive External table for HBase. I always get an error saying FAILED: SemanticException Cannot find class 'org.apache.hadoop.hive.hbase.HbaseStorageHandler' in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-I-am-using-HDP-2-6-I-am-unable-to-create-Hive-External/m-p/175185#M61241</link>
    <description>&lt;P&gt;I see there is a similar question and answer here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/103167/hi-i-am-using-hdp-26-and-i-cant-seem-to-create-an.html#answer-103175" target="_blank"&gt;https://community.hortonworks.com/questions/103167/hi-i-am-using-hdp-26-and-i-cant-seem-to-create-an.html#answer-103175&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 18 May 2017 10:25:46 GMT</pubDate>
    <dc:creator>namaheshwari</dc:creator>
    <dc:date>2017-05-18T10:25:46Z</dc:date>
    <item>
      <title>Hi, I am using HDP 2.6. I am unable to create Hive External table for HBase. I always get an error saying FAILED: SemanticException Cannot find class 'org.apache.hadoop.hive.hbase.HbaseStorageHandler'</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-I-am-using-HDP-2-6-I-am-unable-to-create-Hive-External/m-p/175182#M61238</link>
      <description>&lt;P&gt;FAILED: SemanticException Cannot find class 'org.apache.hadoop.hive.hbase.HbaseStorageHandl&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 21:37:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-I-am-using-HDP-2-6-I-am-unable-to-create-Hive-External/m-p/175182#M61238</guid>
      <dc:creator>aljohnmangahas</dc:creator>
      <dc:date>2017-05-16T21:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, I am using HDP 2.6. I am unable to create Hive External table for HBase. I always get an error saying FAILED: SemanticException Cannot find class 'org.apache.hadoop.hive.hbase.HbaseStorageHandler'</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-I-am-using-HDP-2-6-I-am-unable-to-create-Hive-External/m-p/175183#M61239</link>
      <description>&lt;P&gt;You need to use org.apache.hadoop.hive.hbase.HBaseStorageHandler.&lt;/P&gt;&lt;P&gt;Please see if that helps.&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 03:14:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-I-am-using-HDP-2-6-I-am-unable-to-create-Hive-External/m-p/175183#M61239</guid>
      <dc:creator>namaheshwari</dc:creator>
      <dc:date>2017-05-18T03:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, I am using HDP 2.6. I am unable to create Hive External table for HBase. I always get an error saying FAILED: SemanticException Cannot find class 'org.apache.hadoop.hive.hbase.HbaseStorageHandler'</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-I-am-using-HDP-2-6-I-am-unable-to-create-Hive-External/m-p/175184#M61240</link>
      <description>&lt;P&gt;You should add hive-hbase-handler.jar in hive shell or hive-conf.&lt;/P&gt;&lt;P&gt;Connect Hive Shell&lt;/P&gt;&lt;P&gt;Execute these commands.&lt;/P&gt;&lt;P&gt;ADD JAR /usr/hdp/2.5.3.0-37/hive/lib/hive-hbase-handler.jar; &lt;/P&gt;&lt;P&gt;
CREATE TABLE hbase_table_1(tags map&amp;lt;string,int&amp;gt;, row_key string) &lt;/P&gt;&lt;P&gt;
STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' &lt;/P&gt;&lt;P&gt;WITH SERDEPROPERTIES (

"hbase.columns.mapping" = "cf:tag_.*,:key",

"hbase.columns.mapping.prefix.hide" = "true"

); &lt;/P&gt;&lt;P&gt;Then you'll find created table in hbase shell.&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 08:04:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-I-am-using-HDP-2-6-I-am-unable-to-create-Hive-External/m-p/175184#M61240</guid>
      <dc:creator>MindGlass</dc:creator>
      <dc:date>2017-05-18T08:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, I am using HDP 2.6. I am unable to create Hive External table for HBase. I always get an error saying FAILED: SemanticException Cannot find class 'org.apache.hadoop.hive.hbase.HbaseStorageHandler'</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-I-am-using-HDP-2-6-I-am-unable-to-create-Hive-External/m-p/175185#M61241</link>
      <description>&lt;P&gt;I see there is a similar question and answer here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/103167/hi-i-am-using-hdp-26-and-i-cant-seem-to-create-an.html#answer-103175" target="_blank"&gt;https://community.hortonworks.com/questions/103167/hi-i-am-using-hdp-26-and-i-cant-seem-to-create-an.html#answer-103175&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 10:25:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-I-am-using-HDP-2-6-I-am-unable-to-create-Hive-External/m-p/175185#M61241</guid>
      <dc:creator>namaheshwari</dc:creator>
      <dc:date>2017-05-18T10:25:46Z</dc:date>
    </item>
  </channel>
</rss>

