<?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 to activate HBase Bulk Delete? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-activate-HBase-Bulk-Delete/m-p/30479#M6838</link>
    <description>Thanks Jims.&lt;BR /&gt;&lt;BR /&gt;Any easy way to test this bulkdelete as a admin?</description>
    <pubDate>Wed, 05 Aug 2015 15:10:17 GMT</pubDate>
    <dc:creator>asif.mohammad</dc:creator>
    <dc:date>2015-08-05T15:10:17Z</dc:date>
    <item>
      <title>How to activate HBase Bulk Delete?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-activate-HBase-Bulk-Delete/m-p/30243#M6836</link>
      <description>&lt;P&gt;BulkDelete is not active by default and i'm trying to add to coprocessor region and restart, it didn't work. When i describe table i don't see bulk delete active&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my property value, i have appended BulkDelete property value to existing and restarted.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;name&amp;gt;hbase.coprocessor.region.classes&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;org.apache.hadoop.hbase.security.token.TokenProvider,org.apache.hadoop.hbase.security.access.AccessController,org.apache.hadoop.hbase.coprocessor.example.BulkDeleteEndpoint&amp;lt;/value&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be apreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Asif&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:36:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-activate-HBase-Bulk-Delete/m-p/30243#M6836</guid>
      <dc:creator>asif.mohammad</dc:creator>
      <dc:date>2022-09-16T09:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate HBase Bulk Delete?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-activate-HBase-Bulk-Delete/m-p/30478#M6837</link>
      <description>&lt;P&gt;Hi Asif,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bulk Delete is an EndPoint coprocessor. Therefore, it is not related to a specific table, but more loaded for a RegionServer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because of that, you will not see it when you will describe a table from the shell because it is not attached to that specific table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Only observers are attached to the tables and are displayed in the describe command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jean-Marc&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2015 15:07:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-activate-HBase-Bulk-Delete/m-p/30478#M6837</guid>
      <dc:creator>jmspaggi</dc:creator>
      <dc:date>2015-08-05T15:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate HBase Bulk Delete?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-activate-HBase-Bulk-Delete/m-p/30479#M6838</link>
      <description>Thanks Jims.&lt;BR /&gt;&lt;BR /&gt;Any easy way to test this bulkdelete as a admin?</description>
      <pubDate>Wed, 05 Aug 2015 15:10:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-activate-HBase-Bulk-Delete/m-p/30479#M6838</guid>
      <dc:creator>asif.mohammad</dc:creator>
      <dc:date>2015-08-05T15:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate HBase Bulk Delete?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-activate-HBase-Bulk-Delete/m-p/30480#M6839</link>
      <description>&lt;P&gt;Hi Asif,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will need to do some code for that. Create a small table, put some data in it and call the bulk delete.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/apache/hbase/blob/master/hbase-examples/src/test/java/org/apache/hadoop/hbase/coprocessor/example/TestBulkDeleteProtocol.java" target="_blank"&gt;https://github.com/apache/hbase/blob/master/hbase-examples/src/test/java/org/apache/hadoop/hbase/coprocessor/example/TestBulkDeleteProtocol.java&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You might be able to re-use most of this code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2015 15:18:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-activate-HBase-Bulk-Delete/m-p/30480#M6839</guid>
      <dc:creator>jmspaggi</dc:creator>
      <dc:date>2015-08-05T15:18:18Z</dc:date>
    </item>
  </channel>
</rss>

