Member since
04-27-2016
22
Posts
0
Kudos Received
0
Solutions
11-03-2017
10:31 AM
I am having a table called 'test_analysis' in that the values will be like following, ID NAME DOB LOCATION 1 bob 08/10/1985 NEW JERSEY 1 bob 08/10/1985 NEW YORK 1 bob 08/10/1985 NORTH CAROLINA 2 John 26/11/1990 OKLAHOMA i want output like, ID NAME DOB LOCATION 1 bob 08/1/1985 NEW JERSEY,NEW YORK,NORTH CAROLINA 2 John 26/11/1990 OKLAHOMA Please help me to form a hive query to get expected output.
... View more
Labels:
- Labels:
-
Apache Hive
04-19-2017
03:05 PM
please find the steps followed, 1.loggedin to the 'https://console.aws.amazon.com/ec2/' 2.cliked on 'sign in the console' entered the details 3.in 'EC2' launched the instance 4.in the left hand side clicked on 'community AMI' community-ami.png 5.when i trying to search for 'Hartonworks' i am getting no results found hortonworks-not-found.png
Help me out finding the practice exam in EC2 AMI Thanks in advance
... View more
01-27-2017
05:34 AM
"hadoop fs -ls /user/hue" it is working and able to see the list of directories but how to enter into this directory by using 'cd'?
... View more
01-25-2017
08:19 AM
So far i have created a directory called certification_tutorials through hue browser in my local sandbox and this is my path "/user/hue/certification_tutorials" when i try to access the same directory through putty it is always showing No such file or directories.i could not find the above directory when i use ls command. when i am trying to find i could. my present working directory is : /root i am able to redirected to /home directory after that i am not able to enter into /user/ directory please anyone help me on how to access "/user/hue/certification_tutorials" using putty. Thanks in advance
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Cloudera Hue
05-10-2016
01:49 PM
i have tried the following,but i am not able to create the table. create external table tweets(name string,time int,tweet string)
ROW FORMAT SERDE 'org.apache.hive.hcatalog.data.AvroSerDe' STORED AS INPUTFORMAT
'org.apache.hadoop.hive.ql.io.avro.AvroContainerInputFormat' OUTPUTFORMAT
'org.apache.hadoop.hive.ql.io.avro.AvroContainerOutputFormat' TBLPROPERTIES (
'avro.schema.url'='http://trvlhaddv2gw1.tsh.thomson.com:8888/filebrowser/view/user/c400351/tweet.avsc'); i did not get any error messages.
... View more
05-10-2016
07:51 AM
i was trying to create hive table for storing avro file and i have stored my avro shema(.avsc file),my avro file in single location. could anyone help me to create the table in hive?
... View more
Labels:
- Labels:
-
Apache Hive