<?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: NiFi - Delete Hbase Row in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/NiFi-Delete-Hbase-Row/m-p/282877#M210259</link>
    <description>&lt;P&gt;Can this patch be applied to Nifi &lt;SPAN&gt;&amp;nbsp;Version 1.5.0.3.1.1.0-35?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Nov 2019 14:18:30 GMT</pubDate>
    <dc:creator>dkoher</dc:creator>
    <dc:date>2019-11-13T14:18:30Z</dc:date>
    <item>
      <title>NiFi - Delete Hbase Row</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-Delete-Hbase-Row/m-p/130735#M93421</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;What is the way to delete a row from HBase table (given some rowkey) using NiFi? We are using PutHbaseCell or PutHbaseJSON for inserts and updates, but couldn't find anything (except of just "execute script", which is pretty expensive) for "delete"s.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 00:06:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-Delete-Hbase-Row/m-p/130735#M93421</guid>
      <dc:creator>eberezitsky</dc:creator>
      <dc:date>2017-03-01T00:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi - Delete Hbase Row</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-Delete-Hbase-Row/m-p/130736#M93422</link>
      <description>&lt;P&gt;I don't think there is any other way, besides ExecuteScript or ExecuteStreamCommand (both of which require the HBase client libraries / programs, the former of which is already in the HBase NAR). I have added &lt;A target="_blank" href="https://issues.apache.org/jira/browse/NIFI-3538"&gt;NIFI-3538&lt;/A&gt; to track the addition of DeleteHBase processor(s).&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 01:46:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-Delete-Hbase-Row/m-p/130736#M93422</guid>
      <dc:creator>mburgess</dc:creator>
      <dc:date>2017-03-01T01:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi - Delete Hbase Row</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-Delete-Hbase-Row/m-p/130737#M93423</link>
      <description>&lt;P&gt;+1 for JIRA reference! Thanks! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 02:35:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-Delete-Hbase-Row/m-p/130737#M93423</guid>
      <dc:creator>eberezitsky</dc:creator>
      <dc:date>2017-03-01T02:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi - Delete Hbase Row</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-Delete-Hbase-Row/m-p/130738#M93424</link>
      <description>&lt;P&gt;Can you kindly let me know how can i 'merge' this pull request to our current instance so that we can access the processor?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 15:59:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-Delete-Hbase-Row/m-p/130738#M93424</guid>
      <dc:creator>te04_0172</dc:creator>
      <dc:date>2018-01-16T15:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi - Delete Hbase Row</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-Delete-Hbase-Row/m-p/130739#M93425</link>
      <description>&lt;P&gt;Hi, The Jira has been marked as "Patch available". Can you kindly let me know how can we 'install' or upgrade our instance of Nifi so that we can access this processor?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 16:00:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-Delete-Hbase-Row/m-p/130739#M93425</guid>
      <dc:creator>te04_0172</dc:creator>
      <dc:date>2018-01-16T16:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi - Delete Hbase Row</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-Delete-Hbase-Row/m-p/130740#M93426</link>
      <description>&lt;P&gt;If you have Hortonworks support contact them.   Otherwise, download the code, built it via maven, then grab the HBase Delete NAR and copy to your Apache NiFi server lib directory (for each Apache NiFi server instance).   This is not for people who haven't done some Apache NiFi development.   &lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 00:16:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-Delete-Hbase-Row/m-p/130740#M93426</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2018-01-29T00:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi - Delete Hbase Row</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-Delete-Hbase-Row/m-p/130741#M93427</link>
      <description>&lt;P&gt;Thanks, I was able to build the code and get the nar files.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 16:04:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-Delete-Hbase-Row/m-p/130741#M93427</guid>
      <dc:creator>te04_0172</dc:creator>
      <dc:date>2018-01-29T16:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi - Delete Hbase Row</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-Delete-Hbase-Row/m-p/282877#M210259</link>
      <description>&lt;P&gt;Can this patch be applied to Nifi &lt;SPAN&gt;&amp;nbsp;Version 1.5.0.3.1.1.0-35?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 14:18:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-Delete-Hbase-Row/m-p/282877#M210259</guid>
      <dc:creator>dkoher</dc:creator>
      <dc:date>2019-11-13T14:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi - Delete Hbase Row</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-Delete-Hbase-Row/m-p/282878#M210260</link>
      <description>&lt;P&gt;Can this patch be applied to&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;Version 1.5.0.3.1.1.0-35?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 14:22:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-Delete-Hbase-Row/m-p/282878#M210260</guid>
      <dc:creator>dkoher</dc:creator>
      <dc:date>2019-11-13T14:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi - Delete Hbase Row</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-Delete-Hbase-Row/m-p/282880#M210262</link>
      <description>&lt;P&gt;If I can ask, why are you deleting? If you want to go through nifi, it sounds like an automated process. If it's a data retention issue, I think Hbase has a way to prune on timer. The TTL setting.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 14:45:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-Delete-Hbase-Row/m-p/282880#M210262</guid>
      <dc:creator>Eric_B</dc:creator>
      <dc:date>2019-11-13T14:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi - Delete Hbase Row</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-Delete-Hbase-Row/m-p/282882#M210264</link>
      <description>&lt;P&gt;After we load over 100 million notes in HBase, I will be using Nifi to listening to a live HL7 feed to keep the data current.&amp;nbsp; Some of these HL7 message are delete message and the rows need to be removed from HBase.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 14:48:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-Delete-Hbase-Row/m-p/282882#M210264</guid>
      <dc:creator>dkoher</dc:creator>
      <dc:date>2019-11-13T14:48:40Z</dc:date>
    </item>
  </channel>
</rss>

