<?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: Using Spark Hbase in HDP 2.3.2 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-Spark-Hbase-in-HDP-2-3-2/m-p/133492#M34964</link>
    <description>&lt;P&gt;I understand that. I am asking is there any other way I can read hbase inside spark?&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jul 2016 21:30:11 GMT</pubDate>
    <dc:creator>pooja_khandelwa</dc:creator>
    <dc:date>2016-07-18T21:30:11Z</dc:date>
    <item>
      <title>Using Spark Hbase in HDP 2.3.2</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-Spark-Hbase-in-HDP-2-3-2/m-p/133490#M34962</link>
      <description>&lt;P&gt;I am using HDP 2.3.2 with spark 1.4.1. As per below link Spark hbase connector works with HDP 2.4.2 onwards. Can someone help with me how can i read hbase in spark using HDP 2.3.2&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_spark-guide/content/ch_introduction-spark.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_spark-guide/content/ch_introduction-spark.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2016 21:20:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-Spark-Hbase-in-HDP-2-3-2/m-p/133490#M34962</guid>
      <dc:creator>pooja_khandelwa</dc:creator>
      <dc:date>2016-07-18T21:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using Spark Hbase in HDP 2.3.2</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-Spark-Hbase-in-HDP-2-3-2/m-p/133491#M34963</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/1499/poojakhandelwal.html" nodeid="1499"&gt;@pooja khandelwal&lt;/A&gt; As mentioned in the same doc link, spark 1.6.1 comes with spark hbase connector which under Technical preview(TP), moreover spark 1.6.1 is only certified on HDP 2.4.2. On the other side HDP 2.3.2  has spark 1.4.1 which doesn't support spark Hbase connector in HDP. &lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2016 21:30:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-Spark-Hbase-in-HDP-2-3-2/m-p/133491#M34963</guid>
      <dc:creator>jyadav</dc:creator>
      <dc:date>2016-07-18T21:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using Spark Hbase in HDP 2.3.2</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-Spark-Hbase-in-HDP-2-3-2/m-p/133492#M34964</link>
      <description>&lt;P&gt;I understand that. I am asking is there any other way I can read hbase inside spark?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2016 21:30:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-Spark-Hbase-in-HDP-2-3-2/m-p/133492#M34964</guid>
      <dc:creator>pooja_khandelwa</dc:creator>
      <dc:date>2016-07-18T21:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using Spark Hbase in HDP 2.3.2</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-Spark-Hbase-in-HDP-2-3-2/m-p/133493#M34965</link>
      <description>&lt;P&gt;The only recommended way is to upgrade the cluster to HDP2.4.2. You can also install spark 1.6.1 manually on HDP 2.3.2 but we don't recommend that.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2016 21:35:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-Spark-Hbase-in-HDP-2-3-2/m-p/133493#M34965</guid>
      <dc:creator>jyadav</dc:creator>
      <dc:date>2016-07-18T21:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using Spark Hbase in HDP 2.3.2</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-Spark-Hbase-in-HDP-2-3-2/m-p/133494#M34966</link>
      <description>&lt;P&gt;I'm reading from Hbase in a spark Hdp 2.3.4.0-3485 (and I've done reading with lower Hdp releases).&lt;/P&gt;&lt;P&gt;Read hbase through a RDD:&lt;/P&gt;&lt;PRE&gt;Configuration hbaseConfiguration = HBaseConfiguration.create();
hbaseConfiguration.set(TableInputFormat.INPUT_TABLE, "sometable");
JavaPairRDD&amp;lt;ImmutableBytesWritable, Result&amp;gt; hbaseRdd = sc.newAPIHadoopRDD(hbaseConfiguration, TableInputFormat.class, ImmutableBytesWritable.class, Result.class);


&lt;/PRE&gt;&lt;P&gt;Or am I missing something?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 16:51:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-Spark-Hbase-in-HDP-2-3-2/m-p/133494#M34966</guid>
      <dc:creator>michel_weber</dc:creator>
      <dc:date>2016-07-21T16:51:35Z</dc:date>
    </item>
  </channel>
</rss>

