<?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: How can I be sure an HBase Endpoint co-processor is available after I added it via XML configuration in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-be-sure-an-HBase-Endpoint-co-processor-is/m-p/159101#M33152</link>
    <description>&lt;P&gt;You can find a ton of hbase coprocessors under:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/apache/phoenix" target="_blank"&gt;https://github.com/apache/phoenix&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jun 2016 04:48:17 GMT</pubDate>
    <dc:creator>tyu</dc:creator>
    <dc:date>2016-06-28T04:48:17Z</dc:date>
    <item>
      <title>How can I be sure an HBase Endpoint co-processor is available after I added it via XML configuration</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-be-sure-an-HBase-Endpoint-co-processor-is/m-p/159094#M33145</link>
      <description>&lt;P&gt;I have added a custom built Java jar file to the HBase Classpath.&lt;/P&gt;&lt;P&gt;I added to the hbase-site.xml with Ambari. &lt;/P&gt;&lt;P&gt;How can  be sure that my endpoint co-processor was available to HBase?&lt;/P&gt;&lt;P&gt;Can I test it via hbase shell?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 22:01:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-be-sure-an-HBase-Endpoint-co-processor-is/m-p/159094#M33145</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2016-06-27T22:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: How can I be sure an HBase Endpoint co-processor is available after I added it via XML configuration</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-be-sure-an-HBase-Endpoint-co-processor-is/m-p/159095#M33146</link>
      <description>&lt;P&gt;In region server log, you should observe something similar to the following:&lt;/P&gt;&lt;P&gt;2016-06-16 19:44:10,222 INFO  [regionserver/hbase5-merge-normalizer-3.openstacklocal/172.22.78.125:16020] coprocessor.CoprocessorHost: System coprocessor org.apache.hadoop.hbase.security.access.AccessController was loaded successfully with priority (536870911).&lt;/P&gt;&lt;P&gt;If the coprocessor was loaded per table, you can use 'describe' command in shell to verify.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 22:33:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-be-sure-an-HBase-Endpoint-co-processor-is/m-p/159095#M33146</guid>
      <dc:creator>tyu</dc:creator>
      <dc:date>2016-06-27T22:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: How can I be sure an HBase Endpoint co-processor is available after I added it via XML configuration</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-be-sure-an-HBase-Endpoint-co-processor-is/m-p/159096#M33147</link>
      <description>&lt;P&gt;Good Overview&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/2577/hbase-coprocessor-and-security.html"&gt;https://community.hortonworks.com/questions/2577/hbase-coprocessor-and-security.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Doc on Hbase Endpoint Coprocessor&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.3pillarglobal.com/insights/hbase-coprocessors#%28endpoints-coprocessor%29"&gt;https://www.3pillarglobal.com/insights/hbase-coprocessors#(endpoints-coprocessor)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Introduction&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.apache.org/hbase/entry/coprocessor_introduction"&gt;https://blogs.apache.org/hbase/entry/coprocessor_introduction&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 23:05:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-be-sure-an-HBase-Endpoint-co-processor-is/m-p/159096#M33147</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2016-06-27T23:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: How can I be sure an HBase Endpoint co-processor is available after I added it via XML configuration</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-be-sure-an-HBase-Endpoint-co-processor-is/m-p/159097#M33148</link>
      <description>&lt;P&gt;The coprocessor is not showing up in the logs.&lt;/P&gt;&lt;P&gt;it is registered in the ambari custom hbase-site.xml&lt;/P&gt;&lt;P&gt;The jar files were tried both in the hbase classpath and hbase home&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 04:02:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-be-sure-an-HBase-Endpoint-co-processor-is/m-p/159097#M33148</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2016-06-28T04:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: How can I be sure an HBase Endpoint co-processor is available after I added it via XML configuration</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-be-sure-an-HBase-Endpoint-co-processor-is/m-p/159098#M33149</link>
      <description>&lt;P&gt;Where is the custom jar located ?&lt;/P&gt;&lt;P&gt;Can you show related snippet from hbase-site.xml ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 04:04:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-be-sure-an-HBase-Endpoint-co-processor-is/m-p/159098#M33149</guid>
      <dc:creator>tyu</dc:creator>
      <dc:date>2016-06-28T04:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I be sure an HBase Endpoint co-processor is available after I added it via XML configuration</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-be-sure-an-HBase-Endpoint-co-processor-is/m-p/159099#M33150</link>
      <description>&lt;P&gt;anyone have a good github hbase coprocessor example with pom&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 04:32:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-be-sure-an-HBase-Endpoint-co-processor-is/m-p/159099#M33150</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2016-06-28T04:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: How can I be sure an HBase Endpoint co-processor is available after I added it via XML configuration</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-be-sure-an-HBase-Endpoint-co-processor-is/m-p/159100#M33151</link>
      <description>&lt;P&gt;&lt;A href="https://github.com/unicredit/hbase-observer-examples" target="_blank"&gt;https://github.com/unicredit/hbase-observer-examples&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/ueshin/hbase-coprocessors" target="_blank"&gt;https://github.com/ueshin/hbase-coprocessors&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 04:34:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-be-sure-an-HBase-Endpoint-co-processor-is/m-p/159100#M33151</guid>
      <dc:creator>jyadav</dc:creator>
      <dc:date>2016-06-28T04:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: How can I be sure an HBase Endpoint co-processor is available after I added it via XML configuration</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-be-sure-an-HBase-Endpoint-co-processor-is/m-p/159101#M33152</link>
      <description>&lt;P&gt;You can find a ton of hbase coprocessors under:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/apache/phoenix" target="_blank"&gt;https://github.com/apache/phoenix&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 04:48:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-be-sure-an-HBase-Endpoint-co-processor-is/m-p/159101#M33152</guid>
      <dc:creator>tyu</dc:creator>
      <dc:date>2016-06-28T04:48:17Z</dc:date>
    </item>
  </channel>
</rss>

