Can you please try executing "nohup hive --service hiveserver &" command?
Regards,
Snehalata
From: Raj Hadoop [mailto:hadoop...@yahoo.com]
Sent: Monday, August 05, 2013 9:59 PM
To: Hive
Subject: Hive Thrift Service - Not Running Continously
Hi,
The hive thrift service is not running continousl
Does anyone know how to solve this issue??
Thanks and regards,
Snehalata Deorukhkar
Nortel No : 0229 -5814
From: Bhaskar, Snehalata [mailto:snehalata_bhas...@syntelinc.com]
Sent: Sunday, March 03, 2013 11:23 PM
To: user@hive.apache.org
Subject: java.io.FileNotFoundException(File does not exist
Hi,
I am getting "java.io.FileNotFoundException(File does not exist:
/tmp/sb25634/hive_2013-03-01_23-21-43_428_5325193042224363842/-mr-1/1/emptyFile)'
" exception when running any join query :
Following is the query that I am using and exception thrown.
hive> select * from retail_1 l join
Try using 'describe formatted' command i.e. describe formatted test
Thanks and regards,
Snehalata Deorukhkar
From: Chunky Gupta [mailto:chunky.gu...@vizury.com]
Sent: Thursday, February 21, 2013 4:47 PM
To: user@hive.apache.org
Subject: Adding comment to a table for columns
Hi,
I am using th
You may find this link helpful
http://www.javacodegeeks.com/2012/02/big-data-analytics-with-hive-and.ht
ml .
The steps to generate reports from hive tables using Jaspersoft are
nicely explained in that article.
Thanks and regards,
Snehalata Deorukhkar
Nortel No : 0229 -5814
From: iwa
Hi all,
How to create an array of structs in hive? And How to populate that
table with data?
Please help.
Thanks and regards,
Snehalata Deorukhkar
Nortel No:0229-5814
Confidential: This electronic message and all contents contain information from
Syntel, Inc. which may be privil
Hi all,
I have created a table which has array within a map. I am using
following query.
hive> create table user_profiles
> (
> userid string,
> friends array,
> properties map>
> )
> ROW FORMAT DELIMITED FIELDS TERMINATED BY ',' COLLECT