<?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: Incremental data loads from relational database table with no maximum value columns in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Incremental-data-loads-from-relational-database-table-with/m-p/144214#M56476</link>
    <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/641/mburgess.html" nodeid="641"&gt;@Matt Burgess&lt;/A&gt;, how about Sqoop, any options in Sqoop ?&lt;/P&gt;</description>
    <pubDate>Wed, 08 Mar 2017 05:30:36 GMT</pubDate>
    <dc:creator>Raj_B</dc:creator>
    <dc:date>2017-03-08T05:30:36Z</dc:date>
    <item>
      <title>Incremental data loads from relational database table with no maximum value columns</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Incremental-data-loads-from-relational-database-table-with/m-p/144212#M56474</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;We've some relational tables where there are no audit columns or no max value columns, the way we're figuring out changes in the table is to compare the entire table in source with the corresponding relational table in target and using checksum determine which rows in source have changed or new. This is done via a traditional ETL tool that works with relational databases. If your goal is to do incremental loads from this relational table to a Hive table, can this be done in NiFi or Sqoop and how ?&lt;/P&gt;&lt;P&gt;Thanks for your suggestions.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 01:37:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Incremental-data-loads-from-relational-database-table-with/m-p/144212#M56474</guid>
      <dc:creator>Raj_B</dc:creator>
      <dc:date>2017-03-08T01:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental data loads from relational database table with no maximum value columns</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Incremental-data-loads-from-relational-database-table-with/m-p/144213#M56475</link>
      <description>&lt;P&gt;&lt;A target="_blank" href="https://issues.apache.org/jira/browse/NIFI-3413"&gt;NIFI-3413&lt;/A&gt; describes a GetChangeDataCapture processor, which will generate events that correspond to database updates (rows added, tables changed, e.g.). The hope is that it will support MySQL, Oracle, and SQL Server (although the first release of the processor may not). Development of the MySQL CDC support (via its binlog files) is underway.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 04:29:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Incremental-data-loads-from-relational-database-table-with/m-p/144213#M56475</guid>
      <dc:creator>mburgess</dc:creator>
      <dc:date>2017-03-08T04:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental data loads from relational database table with no maximum value columns</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Incremental-data-loads-from-relational-database-table-with/m-p/144214#M56476</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/641/mburgess.html" nodeid="641"&gt;@Matt Burgess&lt;/A&gt;, how about Sqoop, any options in Sqoop ?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 05:30:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Incremental-data-loads-from-relational-database-table-with/m-p/144214#M56476</guid>
      <dc:creator>Raj_B</dc:creator>
      <dc:date>2017-03-08T05:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental data loads from relational database table with no maximum value columns</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Incremental-data-loads-from-relational-database-table-with/m-p/144215#M56477</link>
      <description>&lt;P&gt;You can do sqoop with where condition to specify your own logic of what to insert, look at free-frm queries but note it's limited to simple queries only &lt;A href="https://sqoop.apache.org/docs/1.4.6/SqoopUserGuide.html#_free_form_query_imports" target="_blank"&gt;https://sqoop.apache.org/docs/1.4.6/SqoopUserGuide.html#_free_form_query_imports&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 22:33:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Incremental-data-loads-from-relational-database-table-with/m-p/144215#M56477</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2017-03-08T22:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental data loads from relational database table with no maximum value columns</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Incremental-data-loads-from-relational-database-table-with/m-p/144216#M56478</link>
      <description>&lt;P&gt;I'm not familiar enough with Sqoop to know if they have any options that don't involve a max-value column. As you point out, if there's no way from a row to tell if it is "new", then you have to check the whole table.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 22:44:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Incremental-data-loads-from-relational-database-table-with/m-p/144216#M56478</guid>
      <dc:creator>mburgess</dc:creator>
      <dc:date>2017-03-08T22:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental data loads from relational database table with no maximum value columns</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Incremental-data-loads-from-relational-database-table-with/m-p/144217#M56479</link>
      <description>&lt;P&gt;thanks &lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt;, but it seems comparing the source and target (by joining them in the same query, for change detection) is not doable in Sqoop's free-form query.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 23:13:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Incremental-data-loads-from-relational-database-table-with/m-p/144217#M56479</guid>
      <dc:creator>Raj_B</dc:creator>
      <dc:date>2017-03-08T23:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental data loads from relational database table with no maximum value columns</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Incremental-data-loads-from-relational-database-table-with/m-p/144218#M56480</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10100/rbolla.html" nodeid="10100"&gt;@Raj B&lt;/A&gt; you can create a view on the RDBMS side to get diff, and sqoop on the view&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 23:26:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Incremental-data-loads-from-relational-database-table-with/m-p/144218#M56480</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2017-03-08T23:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental data loads from relational database table with no maximum value columns</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Incremental-data-loads-from-relational-database-table-with/m-p/144219#M56481</link>
      <description>&lt;P&gt;thanks &lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt;, I'll give it a shot&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 22:51:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Incremental-data-loads-from-relational-database-table-with/m-p/144219#M56481</guid>
      <dc:creator>Raj_B</dc:creator>
      <dc:date>2017-03-09T22:51:38Z</dc:date>
    </item>
  </channel>
</rss>

