<?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 automate sqoop incremental import using sqoop job? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-automate-sqoop-incremental-import-using-sqoop-job/m-p/146595#M52611</link>
    <description>&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;Thank you very much for your prompt reply and it helped me a lot. I understand the operation now. Once again thanks&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jan 2017 01:25:24 GMT</pubDate>
    <dc:creator>JeevaKrish</dc:creator>
    <dc:date>2017-01-26T01:25:24Z</dc:date>
    <item>
      <title>How to automate sqoop incremental import using sqoop job?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-automate-sqoop-incremental-import-using-sqoop-job/m-p/146593#M52609</link>
      <description>&lt;P&gt;Hi there,

How to automate sqoop incremental import using sqoop job?

As for as I know, sqoop job remembers the last value.
If we create a sqoop job like 

sqoop job --create myjob -- import --connect blah blah..
sqoop exec myjob

and automate the job, It will create the job each time it executes. So, we will get job already exists error.
So, Is it possible to automate sqoop incremental import using sqoop job?

Please let me know your knowledge on this. Thanks in advance. &lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2017 23:14:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-automate-sqoop-incremental-import-using-sqoop-job/m-p/146593#M52609</guid>
      <dc:creator>JeevaKrish</dc:creator>
      <dc:date>2017-01-25T23:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate sqoop incremental import using sqoop job?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-automate-sqoop-incremental-import-using-sqoop-job/m-p/146594#M52610</link>
      <description>&lt;P&gt;Execute does not create a sqoop job. sqoop job creates the job and you will get an error if you try creating multiple sqoop job with the same job name. &lt;/P&gt;&lt;P&gt;You need to pass --incremental  and --check-col on the job to trigger incremental updates. &lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2017 23:36:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-automate-sqoop-incremental-import-using-sqoop-job/m-p/146594#M52610</guid>
      <dc:creator>ravi1</dc:creator>
      <dc:date>2017-01-25T23:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate sqoop incremental import using sqoop job?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-automate-sqoop-incremental-import-using-sqoop-job/m-p/146595#M52611</link>
      <description>&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;Thank you very much for your prompt reply and it helped me a lot. I understand the operation now. Once again thanks&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 01:25:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-automate-sqoop-incremental-import-using-sqoop-job/m-p/146595#M52611</guid>
      <dc:creator>JeevaKrish</dc:creator>
      <dc:date>2017-01-26T01:25:24Z</dc:date>
    </item>
  </channel>
</rss>

