<?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 Coprocessor and security in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/HBase-Coprocessor-and-security/m-p/96382#M59708</link>
    <description>&lt;P&gt;Could you confirm that from an operation point of view, i can add / remove coprocessor using the following process.&lt;/P&gt;&lt;P&gt;- Stop application relying on coprocessor &lt;/P&gt;&lt;P&gt;- Remove coprocessor from hbase-site&lt;/P&gt;&lt;P&gt;- Rolling / restart of master ( assuming HA master ) &lt;/P&gt;&lt;P&gt;- Rolling / restart of region server ( if we are using HA region server, we should not have any disruption of services ) &lt;/P&gt;</description>
    <pubDate>Mon, 02 Nov 2015 18:28:03 GMT</pubDate>
    <dc:creator>orenault</dc:creator>
    <dc:date>2015-11-02T18:28:03Z</dc:date>
    <item>
      <title>HBase Coprocessor and security</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-Coprocessor-and-security/m-p/96380#M59706</link>
      <description>&lt;P&gt;Is there a way of restricting access to an HBase coprocessor in a multi tenant environment ? What should i be taking into consideration when using coprocessor ?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2015 05:59:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-Coprocessor-and-security/m-p/96380#M59706</guid>
      <dc:creator>orenault</dc:creator>
      <dc:date>2015-11-02T05:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: HBase Coprocessor and security</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-Coprocessor-and-security/m-p/96381#M59707</link>
      <description>&lt;P&gt;First thing to take into account when using a coprocessor is that they can break your hbase in case of error so this configuration can help you: hbase.coprocessor.abortonerror setting it to false will allow to still start your hbase cluster.&lt;/P&gt;&lt;P&gt;When you decide to use coprocessors:&lt;/P&gt;&lt;P&gt; - hbase.coprocessor.enabled: Enables
or disables coprocessor loading, for master loading&lt;/P&gt;&lt;P&gt; - hbase.coprocessor.user.enabled: Enables or disables coprocessor loading from shell aka user loading in table creation.&lt;/P&gt;&lt;P&gt;- hbase.coprocessor.region.classes: A comma-separatedlist
of Coprocessors that are loaded by&lt;/P&gt;&lt;P&gt;default
on alltables&lt;/P&gt;&lt;P&gt;These settings set ground rules of how coprocessors can be used it might be a good decision to be restrictive in how they can be added.&lt;/P&gt;&lt;P&gt;Once we have looked at all of these a coprocessor is an extension of the Hbase cluster or table functionnalities so no extra security on top of the standard Hbase security. You are however allowed to put your own logic in the coprocessor if it makes sense.  A coprocessor at a higher priority may preempt action by those at lower priority by throwing an IOException (or a subclass of this).  The coprocessor blog has an example of an acces-control coprocessor: &lt;A href="https://blogs.apache.org/hbase/entry/coprocessor_introduction" target="_blank"&gt;https://blogs.apache.org/hbase/entry/coprocessor_introduction&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;If you are enclined to build more access logic this is a good starting point.&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;
&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2015 06:20:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-Coprocessor-and-security/m-p/96381#M59707</guid>
      <dc:creator>nmaillard1</dc:creator>
      <dc:date>2015-11-02T06:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: HBase Coprocessor and security</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-Coprocessor-and-security/m-p/96382#M59708</link>
      <description>&lt;P&gt;Could you confirm that from an operation point of view, i can add / remove coprocessor using the following process.&lt;/P&gt;&lt;P&gt;- Stop application relying on coprocessor &lt;/P&gt;&lt;P&gt;- Remove coprocessor from hbase-site&lt;/P&gt;&lt;P&gt;- Rolling / restart of master ( assuming HA master ) &lt;/P&gt;&lt;P&gt;- Rolling / restart of region server ( if we are using HA region server, we should not have any disruption of services ) &lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2015 18:28:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-Coprocessor-and-security/m-p/96382#M59708</guid>
      <dc:creator>orenault</dc:creator>
      <dc:date>2015-11-02T18:28:03Z</dc:date>
    </item>
  </channel>
</rss>

