How do I make Hive use a custom scheduler and not the default scheduler?

2010-03-23 Thread Ryan LeCompte
Right now when we submit queries, it uses the hadoop scheduler. I have a custom fair share scheduler configured as well, but I see that jobs generated from our Hive queries never get picked up by that scheduler. Is there something in hive-site.xml that I can configure to make all queries use a

Re: How do I make Hive use a custom scheduler and not the default scheduler?

2010-03-23 Thread Zheng Shao
Hive also loads hadoop conf in HADOOP_HOME/conf. You can set it there. On 3/23/10, Ryan LeCompte lecom...@gmail.com wrote: Right now when we submit queries, it uses the hadoop scheduler. I have a custom fair share scheduler configured as well, but I see that jobs generated from our Hive

Re: How do I make Hive use a custom scheduler and not the default scheduler?

2010-03-23 Thread Ryan LeCompte
Thanks! On Tue, Mar 23, 2010 at 12:39 PM, Zheng Shao zsh...@gmail.com wrote: Hive also loads hadoop conf in HADOOP_HOME/conf. You can set it there. On 3/23/10, Ryan LeCompte lecom...@gmail.com wrote: Right now when we submit queries, it uses the hadoop scheduler. I have a custom fair