<?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 stop QueryDatabaseTable after processing all the data? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-stop-QueryDatabaseTable-after-processing-all-the-data/m-p/138930#M101559</link>
    <description>&lt;P&gt;How did you schedule QueryDatabaseTable?&lt;/P&gt;&lt;P&gt;If you didn't change anything on the scheduling tab of the processor, then the run schedule is 0 seconds which means as fast as possible. You most likely want to run this on some kind of timer or cron scheduling.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Oct 2016 19:25:57 GMT</pubDate>
    <dc:creator>bbende</dc:creator>
    <dc:date>2016-10-19T19:25:57Z</dc:date>
    <item>
      <title>How to stop QueryDatabaseTable after processing all the data?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-stop-QueryDatabaseTable-after-processing-all-the-data/m-p/138929#M101558</link>
      <description>&lt;P&gt;I am trying move a table from Oracle to HDFS. I used QueryDatabaseTable -&amp;gt; putHdfs processors and configured them. I can see data coming to hdfs.. but the process is running continuously and records are being added again and again. Am I doing anything wrong or missing something?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 17:10:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-stop-QueryDatabaseTable-after-processing-all-the-data/m-p/138929#M101558</guid>
      <dc:creator>karthikprasad44</dc:creator>
      <dc:date>2016-10-19T17:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop QueryDatabaseTable after processing all the data?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-stop-QueryDatabaseTable-after-processing-all-the-data/m-p/138930#M101559</link>
      <description>&lt;P&gt;How did you schedule QueryDatabaseTable?&lt;/P&gt;&lt;P&gt;If you didn't change anything on the scheduling tab of the processor, then the run schedule is 0 seconds which means as fast as possible. You most likely want to run this on some kind of timer or cron scheduling.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 19:25:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-stop-QueryDatabaseTable-after-processing-all-the-data/m-p/138930#M101559</guid>
      <dc:creator>bbende</dc:creator>
      <dc:date>2016-10-19T19:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop QueryDatabaseTable after processing all the data?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-stop-QueryDatabaseTable-after-processing-all-the-data/m-p/138931#M101560</link>
      <description>&lt;P&gt;I did not change anything on scheduling tab as I wanted it to run asap. The problem is that the processor is running continuously. So If I have 10 records in actual table, I see the count on hdfs keep on increasing (dumping these 10 again and again). I expect it to stop after moving just these initial 10 records onto hdfs.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 20:41:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-stop-QueryDatabaseTable-after-processing-all-the-data/m-p/138931#M101560</guid>
      <dc:creator>karthikprasad44</dc:creator>
      <dc:date>2016-10-19T20:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop QueryDatabaseTable after processing all the data?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-stop-QueryDatabaseTable-after-processing-all-the-data/m-p/138932#M101561</link>
      <description>&lt;P&gt;If you use timer scheduling it will still execute right away, so if you set 30 seconds it will run right away then wait 30 seconds before running again.&lt;/P&gt;&lt;P&gt;Can you provide all of the configuration you entered for the processor? &lt;/P&gt;&lt;P&gt;You would need to provide the "Maximum-Value Columns" in order for it to track where it left off and pick up there on next execution.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 20:55:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-stop-QueryDatabaseTable-after-processing-all-the-data/m-p/138932#M101561</guid>
      <dc:creator>bbende</dc:creator>
      <dc:date>2016-10-19T20:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop QueryDatabaseTable after processing all the data?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-stop-QueryDatabaseTable-after-processing-all-the-data/m-p/138933#M101562</link>
      <description>&lt;P&gt;Thanks you for the information. So, if I set "Run Schedule" to default i.e ) sec, It will run tasks one after other again and again. And If I want it to execute only once, I would make it to some huge value or use event or CRON timer. &lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 18:13:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-stop-QueryDatabaseTable-after-processing-all-the-data/m-p/138933#M101562</guid>
      <dc:creator>karthikprasad44</dc:creator>
      <dc:date>2016-10-20T18:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop QueryDatabaseTable after processing all the data?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-stop-QueryDatabaseTable-after-processing-all-the-data/m-p/138934#M101563</link>
      <description>&lt;P&gt;Correct. If you truly only want to run it once, then make the timer schedule larger and just manually start and stop the processor. &lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 19:52:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-stop-QueryDatabaseTable-after-processing-all-the-data/m-p/138934#M101563</guid>
      <dc:creator>bbende</dc:creator>
      <dc:date>2016-10-20T19:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop QueryDatabaseTable after processing all the data?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-stop-QueryDatabaseTable-after-processing-all-the-data/m-p/138935#M101564</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/363/bbende.html" nodeid="363"&gt;@Bryan Bende&lt;/A&gt;&lt;P&gt;Hi Bryan,&lt;/P&gt;&lt;P&gt;Small question regarding your earlier reply.&lt;/P&gt;&lt;P&gt;In my scenario, the processor should run once when i started and it should run again when there is any update. I'm not sure that when the Database will get updated. So, i can't use Timer here. I have tried by specifying the "Maximun-value-columns", but no luck.&lt;/P&gt;&lt;P&gt;Can you please help me in finding the way to do this.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srikanth.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 22:14:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-stop-QueryDatabaseTable-after-processing-all-the-data/m-p/138935#M101564</guid>
      <dc:creator>srikanth_gunupu</dc:creator>
      <dc:date>2017-03-04T22:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop QueryDatabaseTable after processing all the data?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-stop-QueryDatabaseTable-after-processing-all-the-data/m-p/138936#M101565</link>
      <description>&lt;P&gt;Thanks. Its worked after giving the schedule time.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 01:47:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-stop-QueryDatabaseTable-after-processing-all-the-data/m-p/138936#M101565</guid>
      <dc:creator>srikanth_gunupu</dc:creator>
      <dc:date>2017-03-06T01:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop QueryDatabaseTable after processing all the data?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-stop-QueryDatabaseTable-after-processing-all-the-data/m-p/138937#M101566</link>
      <description>&lt;P&gt;What does your table look like? Is there a column that is guaranteed to be "strictly increasing" for each added/updated row? Sometimes this is the ID column (if using an autoincrementing integer that doesn't roll over), or perhaps a timestamp column such as "Last Updated". If you have no such column, then you will want to follow Bryan's advice on scheduling and start/stop.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 23:42:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-stop-QueryDatabaseTable-after-processing-all-the-data/m-p/138937#M101566</guid>
      <dc:creator>mburgess</dc:creator>
      <dc:date>2017-03-06T23:42:00Z</dc:date>
    </item>
  </channel>
</rss>

