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: joins in hcatalog

2013-08-05 Thread Alan Gates
HCatalog itself does not perform joins. But you can do the joins in Pig or MapReduce using tables read via HCatalog. Alan. On Aug 2, 2013, at 1:17 PM, Adeel Qureshi wrote: > is it possible to perform joins via hcatalog api

Re: Hive UDAF extending UDAF class: iterate or evaluate method

2013-08-05 Thread Sanjay Subramanian
Hi Ritesh To help u get started , I am writing a simple HelloWorld-ish UDF that might help…If it doesn't please ask for more clarifications... Good Luck Thanks sanjay ToUpperCase.java package com.sanjaysubramani

Re: Hive Thrift Service - Not Running Continously

2013-08-05 Thread Sanjay Subramanian
Can u see the logs why the service is dying ? Will have some clues there…sometimes the hive log directory can get full and that might kill it. I have seen that happening in our install here From: Raj Hadoop mailto:hadoop...@yahoo.com>> Reply-To: "user@hive.apache.org

Re: Hive UDAF extending UDAF class: iterate or evaluate method

2013-08-05 Thread Ritesh Agrawal
Hi Lefty, I used the wiki you sent to write my first version of UDAF. However, I found it to be utterly complex, especially for storing partial results as I am not very familiar with hive API. Then I found another example of UDAF in the hadoop the definitive guide book and it had much simpler code

Re: Error Accessing Mysql metastore

2013-08-05 Thread shashwat shriparv
Thanx Nitin, we will let know once it works.. thanx alot for your responses. :) *Thanks & Regards* ∞ Shashwat Shriparv On Mon, Aug 5, 2013 at 12:53 PM, Nitin Pawar wrote: > Yes. > Please add these two to hive-site.xml > > stop your application > start hive metastore service > make sure hi

Hive Thrift Service - Not Running Continously

2013-08-05 Thread Raj Hadoop
Hi,     The hive thrift service is not running continously. I had to execute  the command (hive --service hiveserver &) very frequently . Can any one help me on this?   Thanks, Raj

Loading data in Hive 0.11 - permission issue

2013-08-05 Thread Sachin Sudarshana
Hi, I'm using Hive 0.11, downloaded the tarball from Apache's website. I have a Linux user called *admin * and i invoke the hive CLI using this user. In the hive terminal I created a table as follows: *hive> create table ptest (pkey INT, skey INT, fkey INT, rkey INT, units INT) row format delim

Re: Error Accessing Mysql metastore

2013-08-05 Thread Nitin Pawar
Yes. Please add these two to hive-site.xml stop your application start hive metastore service make sure hive is working on cli start thirft service start your application make sure your application is working fine On Mon, Aug 5, 2013 at 12:51 PM, varun kumar wrote: > Hi Nitin, > > Are these

Re: Error Accessing Mysql metastore

2013-08-05 Thread varun kumar
Hi Nitin, Are these two tags need to mentioned in hive-site.xml. datanucleus.autoCreateSchema false datanucleus.fixedDatastore true Regards, Varun Kumar.P On Mon, Aug 5, 2013 at 10:25 AM, Nitin Pawar wrote: > shashwat, > > I don't if you have already read this or not > > > http://