<?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: Using sqoop incremental import to a hive table is not supported ? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-sqoop-incremental-import-to-a-hive-table-is-not/m-p/132467#M18679</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/1271/sheltong.html" nodeid="1271"&gt;@Geoffrey Shelton Okot&lt;/A&gt; I am having issue while importing to Hive table and to HDFS it is happening perfectly fine</description>
    <pubDate>Tue, 09 Feb 2016 19:43:14 GMT</pubDate>
    <dc:creator>klksrinivas</dc:creator>
    <dc:date>2016-02-09T19:43:14Z</dc:date>
    <item>
      <title>Using sqoop incremental import to a hive table is not supported ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-sqoop-incremental-import-to-a-hive-table-is-not/m-p/132463#M18675</link>
      <description>&lt;P&gt;Have been trying to do  incremental import to a hive table using sqoop .. but unfortunately showing as Append mode for hive imports is not  yet supported. Please remove the parameter --append-mode&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 18:18:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-sqoop-incremental-import-to-a-hive-table-is-not/m-p/132463#M18675</guid>
      <dc:creator>klksrinivas</dc:creator>
      <dc:date>2016-02-09T18:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using sqoop incremental import to a hive table is not supported ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-sqoop-incremental-import-to-a-hive-table-is-not/m-p/132464#M18676</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/2508/klksrinivas.html" nodeid="2508"&gt;@Krishna Srinivas&lt;/A&gt;, that's correct. See &lt;A href="https://community.hortonworks.com/questions/11373/sqoop-incremental-import-in-hive-i-get-error-messa.html#answer-11590"&gt;this&lt;/A&gt; for a workaround to do incremental import into a Hive external table by way of HDFS.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 18:25:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-sqoop-incremental-import-to-a-hive-table-is-not/m-p/132464#M18676</guid>
      <dc:creator>pminovic</dc:creator>
      <dc:date>2016-02-09T18:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using sqoop incremental import to a hive table is not supported ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-sqoop-incremental-import-to-a-hive-table-is-not/m-p/132465#M18677</link>
      <description>&lt;P&gt;check this&lt;A target="_blank" href="http://hortonworks.com/blog/four-step-strategy-incremental-updates-hive/"&gt; link&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Was your code  like below &lt;/P&gt;&lt;P&gt;sqoop import \ &lt;/P&gt;&lt;P&gt;--connect jdbc:mysql://mysql.example.com/sqoop \ &lt;/P&gt;&lt;P&gt;--username sqoop \&lt;/P&gt;&lt;P&gt;
--password sqoop \&lt;/P&gt;&lt;P&gt;
--table visits \ &lt;/P&gt;&lt;P&gt;--incremental append \ &lt;/P&gt;&lt;P&gt;--check-column id \ &lt;/P&gt;&lt;P&gt;--last-value 1&lt;/P&gt;&lt;P&gt;16/03/18 08:16:36 INFO tool.ImportTool: Incremental import complete! ... &lt;/P&gt;&lt;P&gt;16/03/18 08:16:36 INFO tool.ImportTool: --incremental append &lt;/P&gt;&lt;P&gt;16/03/18 08:16:36 INFO tool.ImportTool: --check-column id &lt;/P&gt;&lt;P&gt;16/03/18 08:16:36 INFO tool.ImportTool: --last-value 2&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 18:36:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-sqoop-incremental-import-to-a-hive-table-is-not/m-p/132465#M18677</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2016-02-09T18:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using sqoop incremental import to a hive table is not supported ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-sqoop-incremental-import-to-a-hive-table-is-not/m-p/132466#M18678</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1271/sheltong.html" nodeid="1271"&gt;@Geoffrey Shelton Okot&lt;/A&gt; 
 sqoop import --connect "jdbc:sqlserver://xxxxx:1433;database=xxxxxx;username=xxxxxx;password=xxxxx" --table &amp;lt;table&amp;gt; --hive-import --hive-database &amp;lt;DBname&amp;gt; --incremental append --check-column &amp;lt;name&amp;gt; --last-value 3  -m 1&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 19:42:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-sqoop-incremental-import-to-a-hive-table-is-not/m-p/132466#M18678</guid>
      <dc:creator>klksrinivas</dc:creator>
      <dc:date>2016-02-09T19:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using sqoop incremental import to a hive table is not supported ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-sqoop-incremental-import-to-a-hive-table-is-not/m-p/132467#M18679</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/1271/sheltong.html" nodeid="1271"&gt;@Geoffrey Shelton Okot&lt;/A&gt; I am having issue while importing to Hive table and to HDFS it is happening perfectly fine</description>
      <pubDate>Tue, 09 Feb 2016 19:43:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-sqoop-incremental-import-to-a-hive-table-is-not/m-p/132467#M18679</guid>
      <dc:creator>klksrinivas</dc:creator>
      <dc:date>2016-02-09T19:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using sqoop incremental import to a hive table is not supported ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-sqoop-incremental-import-to-a-hive-table-is-not/m-p/132468#M18680</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;A rel="user" href="https://community.cloudera.com/users/177/pminovic.html" nodeid="177"&gt;@Predrag Minovic&lt;/A&gt; seems fine but we are currently using ORC format of hive tables and for external managed tables is it possible for the same format ?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 20:26:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-sqoop-incremental-import-to-a-hive-table-is-not/m-p/132468#M18680</guid>
      <dc:creator>klksrinivas</dc:creator>
      <dc:date>2016-02-09T20:26:57Z</dc:date>
    </item>
  </channel>
</rss>

