<?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 Partitioning in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Partitioning/m-p/54378#M60265</link>
    <description>&lt;P&gt;That is strange .&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope you are using&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;username:&amp;nbsp;cloudera&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;could you check on the home /Desktop directory of the user.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please take a look into this quickly to make sure your setup is good.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/t5/Hadoop-101-Training-Quickstart/How-to-setup-Cloudera-Quickstart-Virtual-Machine/ta-p/35056" target="_self"&gt;https://community.cloudera.com/t5/Hadoop-101-Training-Quickstart/How-to-setup-Cloudera-Quickstart-Virtual-Machine/ta-p/35056&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 May 2017 02:02:34 GMT</pubDate>
    <dc:creator>csguna</dc:creator>
    <dc:date>2017-05-04T02:02:34Z</dc:date>
    <item>
      <title>Hive Partitioning</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Partitioning/m-p/54262#M60259</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using cloudera 4.3.0. (System Config:-iIntel i3 Processor with 8GB RAM)Trying to create a Partitioning in Hive. Below is the detail:-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CREATE TABLE partitioned_user(&lt;BR /&gt;firstname VARCHAR(64),&lt;BR /&gt;lastname VARCHAR(64),&lt;BR /&gt;address STRING,&lt;BR /&gt;city VARCHAR(64),&lt;BR /&gt;post STRING,&lt;BR /&gt;phone1 VARCHAR(64),&lt;BR /&gt;phone2 STRING,&lt;BR /&gt;email STRING,&lt;BR /&gt;web STRING&lt;BR /&gt;)&lt;BR /&gt;PARTITIONED BY (country VARCHAR(64), state VARCHAR(64))&lt;BR /&gt;STORED AS SEQUENCEFILE;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But getting error as "FAILED: ParseException line 2:10 cannot recognize input near 'VARCHAR' '(' '64' in column type".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone please assist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2017 03:51:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Partitioning/m-p/54262#M60259</guid>
      <dc:creator>Geek007</dc:creator>
      <dc:date>2017-04-30T03:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Partitioning</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Partitioning/m-p/54266#M60260</link>
      <description>Probably your version of hive is old. Check below.&lt;BR /&gt;&lt;BR /&gt;Varchar datatype was introduced in Hive 0.12.0 (HIVE-4844).</description>
      <pubDate>Sun, 30 Apr 2017 11:38:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Partitioning/m-p/54266#M60260</guid>
      <dc:creator>kushalbohra</dc:creator>
      <dc:date>2017-04-30T11:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Partitioning</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Partitioning/m-p/54272#M60261</link>
      <description>&lt;P&gt;Hi Kushal,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using Hadoop 2.0.0-CDH4.3.0. So it should work (Please check &lt;A href="https://hive.apache.org/downloads.html" target="_blank"&gt;https://hive.apache.org/downloads.html&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any other possible reason ?&lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2017 16:32:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Partitioning/m-p/54272#M60261</guid>
      <dc:creator>Geek007</dc:creator>
      <dc:date>2017-04-30T16:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Partitioning</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Partitioning/m-p/54275#M60262</link>
      <description>&lt;P&gt;As mentioned before Hive version 0.12 ships varchar datatype, based on your cdh4.3.0 it looks like hive version is&amp;nbsp;0.10 (ref:&amp;nbsp;&lt;A href="https://archive.cloudera.com/cdh4/cdh/4/hive-0.10.0-cdh4.3.0.releasenotes.html" target="_blank"&gt;https://archive.cloudera.com/cdh4/cdh/4/hive-0.10.0-cdh4.3.0.releasenotes.html&lt;/A&gt; )&lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2017 20:22:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Partitioning/m-p/54275#M60262</guid>
      <dc:creator>kushalbohra</dc:creator>
      <dc:date>2017-04-30T20:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Partitioning</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Partitioning/m-p/54342#M60263</link>
      <description>&lt;P class="p"&gt;SInce you have mentioned that you are using CDH4.3.0&amp;nbsp; - it ships with&amp;nbsp; hive-0.10.0+121&lt;/P&gt;&lt;P class="p"&gt;please refer the link&lt;/P&gt;&lt;P class="p"&gt;VARCHAR can be used with CDH 5.2 and higher (i,e Hive 0.12.0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 13:00:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Partitioning/m-p/54342#M60263</guid>
      <dc:creator>csguna</dc:creator>
      <dc:date>2017-05-03T13:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Partitioning</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Partitioning/m-p/54367#M60264</link>
      <description>&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to add CDH 5.10 with VMware player. But the Cloudera Manger icon is missing. Could you please advice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 19:27:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Partitioning/m-p/54367#M60264</guid>
      <dc:creator>Geek007</dc:creator>
      <dc:date>2017-05-03T19:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Partitioning</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Partitioning/m-p/54378#M60265</link>
      <description>&lt;P&gt;That is strange .&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope you are using&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;username:&amp;nbsp;cloudera&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;could you check on the home /Desktop directory of the user.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please take a look into this quickly to make sure your setup is good.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/t5/Hadoop-101-Training-Quickstart/How-to-setup-Cloudera-Quickstart-Virtual-Machine/ta-p/35056" target="_self"&gt;https://community.cloudera.com/t5/Hadoop-101-Training-Quickstart/How-to-setup-Cloudera-Quickstart-Virtual-Machine/ta-p/35056&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 02:02:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Partitioning/m-p/54378#M60265</guid>
      <dc:creator>csguna</dc:creator>
      <dc:date>2017-05-04T02:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Partitioning</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Partitioning/m-p/54400#M60266</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/21681"&gt;@Geek007&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Thanks for the response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to add CDH 5.10 with VMware player. But the Cloudera Manger icon is missing. Could you please advice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I believe the "Launch Cloudera Manager" icon has been replaced with a "Launch Cloudera Express" icon. I'm checking with my contacts to confirm and get the QuickStart VM download page updated with the new wording if needed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 13:06:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Partitioning/m-p/54400#M60266</guid>
      <dc:creator>cjervis</dc:creator>
      <dc:date>2017-05-04T13:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Partitioning</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Partitioning/m-p/54443#M60267</link>
      <description>&lt;P&gt;Following up on this. I can confirm that the Launch Cloudera Manager icon has been replaced with icons to lauch Cloudera express or the Cloudera Enterprise trial. The team is working to update the wording on the download page to reflect this. Sorry for the confusion.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 13:48:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Partitioning/m-p/54443#M60267</guid>
      <dc:creator>cjervis</dc:creator>
      <dc:date>2017-05-05T13:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Partitioning</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Partitioning/m-p/54456#M60268</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Jervis,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for the response.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So currently is it fine to use CDH 5.10 without getting Cloudera Manager ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have already downloaded CDH 5.10. So is it required to download it again once the update about the wording will be done or it will auto-reflect the Cloudera Manager ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 May 2017 03:13:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Partitioning/m-p/54456#M60268</guid>
      <dc:creator>Geek007</dc:creator>
      <dc:date>2017-05-06T03:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Partitioning</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Partitioning/m-p/54460#M60269</link>
      <description>&lt;P&gt;My understanding is that the Quickstart VM will not change the icon and it will remain with the new wording. The only changes will be to the download page and other documentation that reference&amp;nbsp;launching Cloudera Manager in the VM. You only need to use those icons if you wish to use Cloudera Manager otherwise you simply use CDH manually. Here is a page&amp;nbsp;explaining the differences between &lt;A href="https://www.cloudera.com/documentation/enterprise/5-10-x/topics/cm_ig_feature_differences.html" target="_self"&gt;Cloudera Express and Cloudera Enterprise&lt;/A&gt;. Keep in mind that the Cloudera Enterprise icon only e&amp;nbsp;nables the additional features for a trial period. If you only need to use Cloudera Manager the Cloudera Express route is your most likely route.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also keep in mind that when using Cloudera Manager there is a greater need for resources to be allocated to the VM to handle it. You can read about it in the &lt;A href="https://community.cloudera.com/t5/Hadoop-101-Training-Quickstart/How-to-setup-Cloudera-Quickstart-Virtual-Machine/ta-p/35056" target="_blank"&gt;How to setup a Cloudera Quickstart Virtual Machine&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;article.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 May 2017 12:38:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Partitioning/m-p/54460#M60269</guid>
      <dc:creator>cjervis</dc:creator>
      <dc:date>2017-05-06T12:38:28Z</dc:date>
    </item>
  </channel>
</rss>

