<?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 Use of Sequence in Nifi without using a custom processor in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Use-of-Sequence-in-Nifi-without-using-a-custom-processor/m-p/170829#M54083</link>
    <description>&lt;P&gt;In Nifi , I need to load a csv file to hbase and as a rowkey I want to provide a running number (like oracle sequence) to each record as the rowkey. can this be done using Nifi existing processors and not putting down any custom processor.&lt;/P&gt;</description>
    <pubDate>Sat, 11 Feb 2017 19:56:33 GMT</pubDate>
    <dc:creator>joseph_c</dc:creator>
    <dc:date>2017-02-11T19:56:33Z</dc:date>
    <item>
      <title>Use of Sequence in Nifi without using a custom processor</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Use-of-Sequence-in-Nifi-without-using-a-custom-processor/m-p/170829#M54083</link>
      <description>&lt;P&gt;In Nifi , I need to load a csv file to hbase and as a rowkey I want to provide a running number (like oracle sequence) to each record as the rowkey. can this be done using Nifi existing processors and not putting down any custom processor.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 19:56:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Use-of-Sequence-in-Nifi-without-using-a-custom-processor/m-p/170829#M54083</guid>
      <dc:creator>joseph_c</dc:creator>
      <dc:date>2017-02-11T19:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Sequence in Nifi without using a custom processor</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Use-of-Sequence-in-Nifi-without-using-a-custom-processor/m-p/170830#M54084</link>
      <description>&lt;P&gt;This isnot an answer your looking for but for your own knowledge, HBase does not like sequential row keys, you will cause what's called a hot-spotting issue, AKA monotonously increasing keys. Which essentially will direct all your rows to a single region server and cause bottlenecks. Avoid at all costs, row keys need to be complex (consist of different parts) and random in nature. All that said, you can probably generate these keys with an ExecuteScript processor or something else. &lt;/P&gt;</description>
      <pubDate>Sun, 12 Feb 2017 05:16:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Use-of-Sequence-in-Nifi-without-using-a-custom-processor/m-p/170830#M54084</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2017-02-12T05:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Sequence in Nifi without using a custom processor</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Use-of-Sequence-in-Nifi-without-using-a-custom-processor/m-p/170831#M54085</link>
      <description>&lt;P&gt;Yes you can.  This requires state to keep track of the number. Use distributed map cache (DMC) to fetch and put your sequence.  Your DMC put would be existing number plus 1. &lt;/P&gt;</description>
      <pubDate>Sun, 12 Feb 2017 22:52:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Use-of-Sequence-in-Nifi-without-using-a-custom-processor/m-p/170831#M54085</guid>
      <dc:creator>sunile_manjee</dc:creator>
      <dc:date>2017-02-12T22:52:11Z</dc:date>
    </item>
  </channel>
</rss>

