Regarding Stopping hive server gracefully

2012-02-23 Thread Kristam Subba Swathi
Hi, I have an OM for starting and the stopping the hive server. Every time am getting the process id of the Hive Server and then killing that process. Is there any way to stop the hive server gracefully.. Thanks Swathi Kristam ***

Still problems with index

2012-02-23 Thread Hamilton, Robert (Austin)
I am still running into an issue with index not returning all my data. This is with hive 0.8.1. I'm not sure where to go from here and open to suggestions. It almost looks as if my upgrade (from 0.7.1) to 0.8.1 has some issue - as also the autoindex feature does not seem to work for me. For the

Re: Dynamic "set" command

2012-02-23 Thread Edward Capriolo
The support is not there for this. Variables is just string replacement in the CLI. We do not have select without where ' select 1+2' and we have no way to capture a result set and further process it. Most people just do this work outside of hive. On Thu, Feb 23, 2012 at 1:59 PM, Matt Vonkip wro

Dynamic "set" command

2012-02-23 Thread Matt Vonkip
Hi folks, I am running a hive script that currently takes in the variables T, T_PREV, etc.  These are used for, amonst other things, adding paritions.  For example: alter table my_table add if not exists partition (dt='${T}'); alter table my_table add if not exists partition (dt='${T_PREV}'); Th

HiveStorageHandler Interface Change

2012-02-23 Thread Francis Liu
Hi, I've filed a Jira that will add and remove methods to the HiveStorageHandler interface (HIVE-2773 ). This will break backwards compatibility if you implement HiveStorageHandler. I'd like to know if those affected are fine with this change? -Fr