<?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: Build HBase from source with Ambari deploy in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-HBase-from-source-with-Ambari-deploy/m-p/165856#M53790</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15910/vasco1.html" nodeid="15910"&gt;@Vasco Pinho&lt;/A&gt; this is an interesting thread and I'm curious which path you'll take here, please accept the answer that best addresses your question. Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Feb 2017 00:58:01 GMT</pubDate>
    <dc:creator>aervits</dc:creator>
    <dc:date>2017-02-09T00:58:01Z</dc:date>
    <item>
      <title>Build HBase from source with Ambari deploy</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-HBase-from-source-with-Ambari-deploy/m-p/165850#M53784</link>
      <description>&lt;P&gt;I'd like to use Ambari but be able to build HBase from source as we need a custom co-processor. Is there a documented way of doing this or do I have to turn into a full-custom install?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2017 19:25:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-HBase-from-source-with-Ambari-deploy/m-p/165850#M53784</guid>
      <dc:creator>vasco1</dc:creator>
      <dc:date>2017-02-08T19:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Build HBase from source with Ambari deploy</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-HBase-from-source-with-Ambari-deploy/m-p/165851#M53785</link>
      <description>&lt;P&gt;You can deploy HBase as it ships with HDP and then deploy the jar for Co-processor to all RS with pdsh or Ansible or anything else. Editing hbase-site will be handled via Ambari configs. You don't need to rebuild HBase source.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2017 19:36:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-HBase-from-source-with-Ambari-deploy/m-p/165851#M53785</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2017-02-08T19:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Build HBase from source with Ambari deploy</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-HBase-from-source-with-Ambari-deploy/m-p/165852#M53786</link>
      <description>&lt;P&gt;@Artem we do need to rebuild HBase since we need to run custom co-processors from Thrift. We want to do something like is described here: &lt;A href="https://issues.apache.org/jira/browse/HBASE-5600"&gt;https://issues.apache.org/jira/browse/HBASE-5600&lt;/A&gt; "We could create a thrift method to take the name of the class, method, and an array of params and then call coprocessorExec".
If there's a better way to run a custom co-processor and access it from Thrift I'm all ears. But this brings me back to a good way to run a custom build of HBase with Ambari.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2017 21:54:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-HBase-from-source-with-Ambari-deploy/m-p/165852#M53786</guid>
      <dc:creator>vasco1</dc:creator>
      <dc:date>2017-02-08T21:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Build HBase from source with Ambari deploy</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-HBase-from-source-with-Ambari-deploy/m-p/165853#M53787</link>
      <description>&lt;P&gt;End of the day, Ambari calls yum install (or the equivalent zypper/apt) to install the hbase packages. Post install if you replace the jars or other libraries then it will be transparent to Ambari (e.g. in /usr/hdp/2.6.0.0-457/hbase/lib). Of course this means that if you do Add Host then the same steps have to repeated.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2017 23:44:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-HBase-from-source-with-Ambari-deploy/m-p/165853#M53787</guid>
      <dc:creator>smohanty</dc:creator>
      <dc:date>2017-02-08T23:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Build HBase from source with Ambari deploy</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-HBase-from-source-with-Ambari-deploy/m-p/165854#M53788</link>
      <description>&lt;P&gt;That's what I was thinking. Was just wondering if there was a way to define a custom package somehow. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2017 23:57:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-HBase-from-source-with-Ambari-deploy/m-p/165854#M53788</guid>
      <dc:creator>vasco1</dc:creator>
      <dc:date>2017-02-08T23:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Build HBase from source with Ambari deploy</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-HBase-from-source-with-Ambari-deploy/m-p/165855#M53789</link>
      <description>&lt;P&gt;You're probably going to have a rough time trying to build a Thrift server inside of a coprocessor.&lt;/P&gt;&lt;P&gt;Why not just create a Thrift server external to HBase which can access your custom coprocessor via the standard protobuf RPCs?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 00:17:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-HBase-from-source-with-Ambari-deploy/m-p/165855#M53789</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2017-02-09T00:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Build HBase from source with Ambari deploy</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-HBase-from-source-with-Ambari-deploy/m-p/165856#M53790</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15910/vasco1.html" nodeid="15910"&gt;@Vasco Pinho&lt;/A&gt; this is an interesting thread and I'm curious which path you'll take here, please accept the answer that best addresses your question. Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 00:58:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-HBase-from-source-with-Ambari-deploy/m-p/165856#M53790</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2017-02-09T00:58:01Z</dc:date>
    </item>
  </channel>
</rss>

