<?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 HIVE DATA TYPE in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/HIVE-DATA-TYPE/m-p/269893#M207150</link>
    <description>&lt;P&gt;hi, what data type should we use for general home address in hive???&lt;/P&gt;</description>
    <pubDate>Fri, 06 Sep 2019 08:14:24 GMT</pubDate>
    <dc:creator>siddar</dc:creator>
    <dc:date>2019-09-06T08:14:24Z</dc:date>
    <item>
      <title>HIVE DATA TYPE</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HIVE-DATA-TYPE/m-p/269893#M207150</link>
      <description>&lt;P&gt;hi, what data type should we use for general home address in hive???&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 08:14:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HIVE-DATA-TYPE/m-p/269893#M207150</guid>
      <dc:creator>siddar</dc:creator>
      <dc:date>2019-09-06T08:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: HIVE DATA TYPE</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HIVE-DATA-TYPE/m-p/269902#M207159</link>
      <description>&lt;PRE&gt;CREATE TABLE IF NOT EXISTS mydb.employees ( name STRING COMMENT 'Employee name', salary FLOAT COMMENT 'Employee salary', subordinates ARRAY&amp;lt;STRING&amp;gt; COMMENT 'Names of subordinates', deductions MAP&amp;lt;STRING, FLOAT&amp;gt; COMMENT 'Keys are deductions names, values are percentages', address STRUCT&amp;lt;street:STRING, city:STRING, state:STRING, zip:INT&amp;gt; COMMENT 'Home address') COMMENT 'Description of the table' TBLPROPERTIES ('creator'='me', 'created_at'='2012-01-02 10:00:00', ...) LOCATION '/user/hive/warehouse/mydb.db/employees';&lt;/PRE&gt;&lt;P&gt;you can use struct as given in example.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 10:18:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HIVE-DATA-TYPE/m-p/269902#M207159</guid>
      <dc:creator>yukti</dc:creator>
      <dc:date>2019-09-06T10:18:42Z</dc:date>
    </item>
  </channel>
</rss>

