<?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: Hbase through YARN in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-through-YARN/m-p/146975#M23880</link>
    <description>&lt;P&gt;You need to use hbase client api, it has changed a bit in HBase 1.x but the jist of it is the same &lt;A href="https://www.slideshare.net/mobile/martyhall/hadoop-tutorial-hbase-part-3-java-client-api" target="_blank"&gt;https://www.slideshare.net/mobile/martyhall/hadoop-tutorial-hbase-part-3-java-client-api&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is only good for small number of mutations, when you want to use asynchronous and batch mutations go with MapReduce as Predrag noted or use BufferedMutator as an example &lt;A href="https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/BufferedMutator.html" target="_blank"&gt;https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/BufferedMutator.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is available in the examples of the HBase source code&lt;/P&gt;</description>
    <pubDate>Tue, 29 Mar 2016 16:16:59 GMT</pubDate>
    <dc:creator>aervits</dc:creator>
    <dc:date>2016-03-29T16:16:59Z</dc:date>
    <item>
      <title>Hbase through YARN</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-through-YARN/m-p/146972#M23877</link>
      <description>&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;Is there a way to interact with Hbase using YARN ( I mean from YARN application) . I want to create a Hbase table insert some rows and delete it.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Rohit Sureka &lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 11:42:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-through-YARN/m-p/146972#M23877</guid>
      <dc:creator>rohit_sureka</dc:creator>
      <dc:date>2016-03-29T11:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hbase through YARN</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-through-YARN/m-p/146973#M23878</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3519/rohitsureka.html" nodeid="3519"&gt;@Rohit Sureka&lt;/A&gt;  &lt;/P&gt;&lt;P&gt;Did you review this ?&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/OpenSOC/opensoc-streaming/blob/master/OpenSOC-EnrichmentAdapters/src/main/java/com/opensoc/enrichment/adapters/whois/WhoisHBaseAdapter.java" target="_blank"&gt;https://github.com/OpenSOC/opensoc-streaming/blob/master/OpenSOC-EnrichmentAdapters/src/main/java/com/opensoc/enrichment/adapters/whois/WhoisHBaseAdapter.java&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/OpenSOC/opensoc-streaming/blob/master/OpenSOC-EnrichmentAdapters/src/main/java/com/opensoc/enrichment/adapters/threat/ThreatHbaseAdapter.java" target="_blank"&gt;https://github.com/OpenSOC/opensoc-streaming/blob/master/OpenSOC-EnrichmentAdapters/src/main/java/com/opensoc/enrichment/adapters/threat/ThreatHbaseAdapter.java&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 11:55:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-through-YARN/m-p/146973#M23878</guid>
      <dc:creator>Jagatheeshr</dc:creator>
      <dc:date>2016-03-29T11:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hbase through YARN</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-through-YARN/m-p/146974#M23879</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/3519/rohitsureka.html" nodeid="3519"&gt;@Rohit Sureka&lt;/A&gt;, and welcome to HCC! Yes, you can access HBase from almost any Yarn-running component like MapReduce, Hive, Pig, or Spark. Here are some links: &lt;A href="https://cwiki.apache.org/confluence/display/Hive/HBaseIntegration"&gt;Hive HBase integration&lt;/A&gt;, &lt;A href="https://issues.apache.org/jira/browse/HBASE-13992"&gt;Spark on HBase&lt;/A&gt;, and &lt;A href="http://hbase.apache.org/book.html#mapreduce"&gt;HBase and MapReduce&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 13:01:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-through-YARN/m-p/146974#M23879</guid>
      <dc:creator>pminovic</dc:creator>
      <dc:date>2016-03-29T13:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hbase through YARN</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-through-YARN/m-p/146975#M23880</link>
      <description>&lt;P&gt;You need to use hbase client api, it has changed a bit in HBase 1.x but the jist of it is the same &lt;A href="https://www.slideshare.net/mobile/martyhall/hadoop-tutorial-hbase-part-3-java-client-api" target="_blank"&gt;https://www.slideshare.net/mobile/martyhall/hadoop-tutorial-hbase-part-3-java-client-api&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is only good for small number of mutations, when you want to use asynchronous and batch mutations go with MapReduce as Predrag noted or use BufferedMutator as an example &lt;A href="https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/BufferedMutator.html" target="_blank"&gt;https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/BufferedMutator.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is available in the examples of the HBase source code&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 16:16:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-through-YARN/m-p/146975#M23880</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-03-29T16:16:59Z</dc:date>
    </item>
  </channel>
</rss>

