- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Hive Partitioning
- Labels:
-
Cloudera Manager
Created 04-29-2017 08:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
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:-
CREATE TABLE partitioned_user(
firstname VARCHAR(64),
lastname VARCHAR(64),
address STRING,
city VARCHAR(64),
post STRING,
phone1 VARCHAR(64),
phone2 STRING,
email STRING,
web STRING
)
PARTITIONED BY (country VARCHAR(64), state VARCHAR(64))
STORED AS SEQUENCEFILE;
But getting error as "FAILED: ParseException line 2:10 cannot recognize input near 'VARCHAR' '(' '64' in column type".
Can anyone please assist.
Thank You.
Created 05-05-2017 06:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Cy Jervis, Manager, Community Program
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created 04-30-2017 04:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Varchar datatype was introduced in Hive 0.12.0 (HIVE-4844).
Created 04-30-2017 09:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Kushal,
Thanks for the response.
I am using Hadoop 2.0.0-CDH4.3.0. So it should work (Please check https://hive.apache.org/downloads.html)
Is there any other possible reason ?
Created 04-30-2017 01:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As mentioned before Hive version 0.12 ships varchar datatype, based on your cdh4.3.0 it looks like hive version is 0.10 (ref: https://archive.cloudera.com/cdh4/cdh/4/hive-0.10.0-cdh4.3.0.releasenotes.html )
Created on 05-03-2017 05:55 AM - edited 05-03-2017 06:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SInce you have mentioned that you are using CDH4.3.0 - it ships with hive-0.10.0+121
please refer the link
VARCHAR can be used with CDH 5.2 and higher (i,e Hive 0.12.0)
Created 05-03-2017 12:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the response.
I tried to add CDH 5.10 with VMware player. But the Cloudera Manger icon is missing. Could you please advice.
Created 05-03-2017 07:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That is strange .
I hope you are using
- username: cloudera
could you check on the home /Desktop directory of the user.
Could you please take a look into this quickly to make sure your setup is good.
Created 05-04-2017 06:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Geek007 wrote:
Thanks for the response.
I tried to add CDH 5.10 with VMware player. But the Cloudera Manger icon is missing. Could you please advice.
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.
Cy Jervis, Manager, Community Program
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created 05-05-2017 06:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Cy Jervis, Manager, Community Program
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created 05-05-2017 08:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Jervis,
Thanks for the response.
So currently is it fine to use CDH 5.10 without getting Cloudera Manager ?
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 ?
