Re: Manager Zookeeper Client Connections

2012-05-11 Thread Christoph Bauer
Hi, that depends how you open it in tomcat. if you open the connection to zookeeper inside a Servlet you can implement the destroy() method to clean up your resources. /** * Cleans up resource connection */ public void destroy() { try { resource .close();

Re: HRegionPartitioner breaks my configuration

2012-05-10 Thread Christoph Bauer
.apache.hadoop.mapred.Task: Runnning cleanup for the task > > On Thu, May 10, 2012 at 3:38 PM, Christoph Bauer > wrote: >> Hi, >> thank you for your input. >> >> I've been doing it exactly that way. Jars appear in the classpath >> without problems. >>

Re: HRegionPartitioner breaks my configuration

2012-05-10 Thread Christoph Bauer
r command. > > Let us know if this helps. > > On Wed, May 9, 2012 at 9:38 PM, Christoph Bauer > wrote: >> Hi, >> >> first, I'm aware of HBASE-4398 though I don't know how that patch could work. >> >> I'm on a cdh3u3 cluster with 4 nodes. h

HRegionPartitioner breaks my configuration

2012-05-09 Thread Christoph Bauer
hbase-site.xml, but fails silently (not found as resource). Can I make my mapreduce jobs aware of this resource. i.e. pass it to all the mappers or do I have to ask my administrator to make some changes? Thank you, Christoph Bauer