<?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: Hive naming limits in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-naming-limits/m-p/340785#M83713</link>
    <description>&lt;P&gt;Found some new info in latest Cloudera CDP guides for Impala. It would be nice if they made Hive and Impala more similar for SQL standard syntax but unfortunately it is not same:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.cloudera.com/runtime/7.2.14/impala-sql-reference/topics/impala-identifiers.html" target="_blank" rel="noopener"&gt;https://docs.cloudera.com/runtime/7.2.14/impala-sql-reference/topics/impala-identifiers.html&lt;/A&gt;&lt;/P&gt;&lt;H1&gt;&lt;FONT size="5"&gt;Impala identifiers&lt;/FONT&gt;&lt;/H1&gt;&lt;DIV class="body refbody"&gt;&lt;P class="shortdesc"&gt;Provides information about using Identifiers as the names of databases, tables, or columns when creating the objects.&lt;/P&gt;The following rules apply to identifiers in Impala:&lt;UL class="ul"&gt;&lt;LI&gt;&lt;P class="p"&gt;The minimum length of an identifier is 1 character.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class="p"&gt;The maximum length of an identifier is currently 128 characters, enforced by the Metastore database.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 06 Apr 2022 20:04:13 GMT</pubDate>
    <dc:creator>ebeb</dc:creator>
    <dc:date>2022-04-06T20:04:13Z</dc:date>
    <item>
      <title>Hive naming limits</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-naming-limits/m-p/80154#M83710</link>
      <description>&lt;P&gt;Hello, anyone know the max table name and column name limits in Hive and Impala? I could not find any Hive database limits specifications which is found in most other databases. Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 13:44:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-naming-limits/m-p/80154#M83710</guid>
      <dc:creator>ebeb</dc:creator>
      <dc:date>2022-09-16T13:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Hive naming limits</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-naming-limits/m-p/80155#M83711</link>
      <description>If you look at the latest Hive code,&lt;BR /&gt;&lt;BR /&gt;Table name is 256 characters:&lt;BR /&gt;&lt;A href="https://github.com/apache/hive/blob/master/metastore/scripts/upgrade/mysql/hive-schema-2.3.0.mysql.sql#L586" target="_blank"&gt;https://github.com/apache/hive/blob/master/metastore/scripts/upgrade/mysql/hive-schema-2.3.0.mysql.sql#L586&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And column name is 767 characters:&lt;BR /&gt;&lt;A href="https://github.com/apache/hive/blob/master/metastore/scripts/upgrade/mysql/hive-schema-2.3.0.mysql.sql#L55" target="_blank"&gt;https://github.com/apache/hive/blob/master/metastore/scripts/upgrade/mysql/hive-schema-2.3.0.mysql.sql#L55&lt;/A&gt;</description>
      <pubDate>Thu, 20 Sep 2018 22:46:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-naming-limits/m-p/80155#M83711</guid>
      <dc:creator>EricL</dc:creator>
      <dc:date>2018-09-20T22:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hive naming limits</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-naming-limits/m-p/80163#M83712</link>
      <description>Great! Thanks so much, would be good if Hive community documented the Database limits which most major databases have in the manuals.</description>
      <pubDate>Thu, 20 Sep 2018 23:05:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-naming-limits/m-p/80163#M83712</guid>
      <dc:creator>ebeb</dc:creator>
      <dc:date>2018-09-20T23:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Hive naming limits</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-naming-limits/m-p/340785#M83713</link>
      <description>&lt;P&gt;Found some new info in latest Cloudera CDP guides for Impala. It would be nice if they made Hive and Impala more similar for SQL standard syntax but unfortunately it is not same:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.cloudera.com/runtime/7.2.14/impala-sql-reference/topics/impala-identifiers.html" target="_blank" rel="noopener"&gt;https://docs.cloudera.com/runtime/7.2.14/impala-sql-reference/topics/impala-identifiers.html&lt;/A&gt;&lt;/P&gt;&lt;H1&gt;&lt;FONT size="5"&gt;Impala identifiers&lt;/FONT&gt;&lt;/H1&gt;&lt;DIV class="body refbody"&gt;&lt;P class="shortdesc"&gt;Provides information about using Identifiers as the names of databases, tables, or columns when creating the objects.&lt;/P&gt;The following rules apply to identifiers in Impala:&lt;UL class="ul"&gt;&lt;LI&gt;&lt;P class="p"&gt;The minimum length of an identifier is 1 character.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class="p"&gt;The maximum length of an identifier is currently 128 characters, enforced by the Metastore database.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 Apr 2022 20:04:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-naming-limits/m-p/340785#M83713</guid>
      <dc:creator>ebeb</dc:creator>
      <dc:date>2022-04-06T20:04:13Z</dc:date>
    </item>
  </channel>
</rss>

