<?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: What is maximum table limit for sqoop import in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-is-maximum-table-limit-for-sqoop-import/m-p/184199#M80725</link>
    <description>&lt;P&gt;Hi, Thank you. It helps a lot...&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Mani&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jul 2018 11:48:43 GMT</pubDate>
    <dc:creator>manivelkmrt89</dc:creator>
    <dc:date>2018-07-18T11:48:43Z</dc:date>
    <item>
      <title>What is maximum table limit for sqoop import</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-is-maximum-table-limit-for-sqoop-import/m-p/184197#M80723</link>
      <description>&lt;P&gt;I have more than 2k tables on rdbms. Is it possible to import all tables in single sqoop import-all-tables command?&lt;/P&gt;&lt;P&gt;Also will there be any performance issue?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mani&lt;/P&gt;</description>
      <pubDate>Sun, 15 Jul 2018 01:33:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-is-maximum-table-limit-for-sqoop-import/m-p/184197#M80723</guid>
      <dc:creator>manivelkmrt89</dc:creator>
      <dc:date>2018-07-15T01:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: What is maximum table limit for sqoop import</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-is-maximum-table-limit-for-sqoop-import/m-p/184198#M80724</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.hortonworks.com/users/17889/manivelkmrt89.html"&gt;Mani&lt;/A&gt;!&lt;BR /&gt;This time I'll give my personal opinion, I really prefer to choose the "best fit" for each table. For example, find the best #mappers for each kinda table, if they need compression or a special where clause, transform a datatype from DB to another in Hadoop. About the performance issues, guess it's hard to have more performance using import-all than import each table separately, especially in a large number of tables like your case and even more if you're planning to run ETL over them.   &lt;/P&gt;&lt;P&gt;Like I said above, it's just my humble opinion. Also, you can take a look at the documentation, there are some rules to use import-all:&lt;/P&gt;&lt;P&gt;&lt;A href="http://sqoop.apache.org/docs/1.4.2/SqoopUserGuide.html#_literal_sqoop_import_all_tables_literal" target="_blank"&gt;http://sqoop.apache.org/docs/1.4.2/SqoopUserGuide.html#_literal_sqoop_import_all_tables_literal&lt;/A&gt;&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;Each table must have a single-column primary key.&lt;/LI&gt;&lt;LI&gt;You must intend to import all columns of each table.&lt;/LI&gt;&lt;LI&gt;You must not intend to use non-default splitting column, nor impose any conditions via a &lt;CODE&gt;WHERE&lt;/CODE&gt; clause.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Another good reason to take the import table as an option is the fact that you may have some troubles during the import process of all tables at once. To debug the problem it will take longer, and if you attempt to fix a possible issue on the last tables you can get bored to wait for the whole job to finish to see if the fix worked &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;BR /&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Sun, 15 Jul 2018 14:49:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-is-maximum-table-limit-for-sqoop-import/m-p/184198#M80724</guid>
      <dc:creator>vmurakami</dc:creator>
      <dc:date>2018-07-15T14:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: What is maximum table limit for sqoop import</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-is-maximum-table-limit-for-sqoop-import/m-p/184199#M80725</link>
      <description>&lt;P&gt;Hi, Thank you. It helps a lot...&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Mani&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 11:48:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-is-maximum-table-limit-for-sqoop-import/m-p/184199#M80725</guid>
      <dc:creator>manivelkmrt89</dc:creator>
      <dc:date>2018-07-18T11:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: What is maximum table limit for sqoop import</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-is-maximum-table-limit-for-sqoop-import/m-p/184200#M80726</link>
      <description>&lt;P&gt;Good to know &lt;A rel="user" href="https://community.cloudera.com/users/17889/manivelkmrt89.html" nodeid="17889"&gt;@Mani&lt;/A&gt;!&lt;BR /&gt;I'd kindly ask you, if you found the answer helpful and did answer your question completely, please accept this as an answer. This will encourage other HCC users to keep doing a good job, hence they will find the answer faster by just searching for the "best answer".  &lt;BR /&gt;Thanks! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 12:07:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-is-maximum-table-limit-for-sqoop-import/m-p/184200#M80726</guid>
      <dc:creator>vmurakami</dc:creator>
      <dc:date>2018-07-18T12:07:20Z</dc:date>
    </item>
  </channel>
</rss>

