RE: Hive Thrift Service - Not Running Continously

2013-08-05 Thread Bhaskar, Snehalata
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

RE: java.io.FileNotFoundException(File does not exist) when running a hive query

2013-03-04 Thread Bhaskar, Snehalata
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

java.io.FileNotFoundException(File does not exist) when running a hive query

2013-03-03 Thread Bhaskar, Snehalata
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

RE: Adding comment to a table for columns

2013-02-21 Thread Bhaskar, Snehalata
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

RE: Hive or Hbase connectivity to jaspersoft reporting

2012-09-11 Thread Bhaskar, Snehalata
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

Array of Structs

2012-07-13 Thread Bhaskar, Snehalata
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

loading data in an array within a map

2012-06-28 Thread Bhaskar, Snehalata
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