Member since
04-16-2017
26
Posts
1
Kudos Received
0
Solutions
09-12-2017
03:34 AM
Hi...I am not able to get the difference between managed & external table. I know the difference comes when dropping the table. I don't understand what you mean by the data and metadata is deleted in internal and only metadata is deleted in external tables. Can anyone please explain me, how to check it in backend.
... View more
Labels:
- Labels:
-
Apache Hive
06-16-2017
01:13 PM
Hello csguna, Thanks for your response. Could you please explain it with one example. That will be much better.
... View more
05-26-2017
07:10 PM
Hello Everyone, Why is PIG called a data flow language? Thank you.
... View more
Labels:
- Labels:
-
Apache Pig
05-05-2017
08:13 PM
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 ?
... View more
05-03-2017
12:27 PM
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.
... View more
05-02-2017
10:39 AM
Hi Mathieu, Thanks for the response. My system configuration is Intel i3 Processor with 8GB RAM. I have installed VMware Player & then add CDH 5.10 as a new virtual machine. But I am unable to find Cloudera Manager icon on the desktop. Could you please assist. Thank you.
... View more
05-01-2017
04:45 PM
Hi Team, Is there any variation in datatype & command for the different version of Hive? As I am unable to use VARCHAR(64), for Hadoop 2.0 CDH 4.3.0. Thanks..
... View more
Labels:
- Labels:
-
Apache Hive
-
Cloudera Manager
04-30-2017
09:32 AM
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 ?
... View more
04-29-2017
08:51 PM
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.
... View more
Labels:
- Labels:
-
Cloudera Manager