Re: Zookeeper timeout exception seen whenever too much of data is being pushed to hbase

2014-06-30 Thread Qiang Tian
did try to increase the zookeeper.session.timeout and ticktime in the > hbase-site.xml but that is not helping either. > > > > -- > View this message in context: > http://apache-hbase.679495.n3.nabble.com/Zookeeper-timeout-exception-seen-whenever-too-much-of-data-is-being-pushed-to

Re: Zookeeper timeout exception seen whenever too much of data is being pushed to hbase

2014-06-30 Thread arunas
this message in context: http://apache-hbase.679495.n3.nabble.com/Zookeeper-timeout-exception-seen-whenever-too-much-of-data-is-being-pushed-to-hbase-tp4060560p4060898.html Sent from the HBase User mailing list archive at Nabble.com.

Re: Zookeeper timeout exception seen whenever too much of data is being pushed to hbase

2014-06-30 Thread arunas
Anoop, I am returning the htable back to the pool using the returnTable() once I am done with my operation in the HbaseUtil class. I am using the hbase-0.96 version. -- View this message in context: http://apache-hbase.679495.n3.nabble.com/Zookeeper-timeout-exception-seen-whenever-too-much-of

Re: Zookeeper timeout exception seen whenever too much of data is being pushed to hbase

2014-06-19 Thread Anoop John
t; > > Sesondly, is it a good idea if I write a custom pool which manages the > > htable life cycle using the commons pool framework instead of relying on > > the > > htablepool or the Hconnection?? > > > > > > > > -- > > View this message in co

Re: Zookeeper timeout exception seen whenever too much of data is being pushed to hbase

2014-06-18 Thread Ted Yu
framework instead of relying on > the > htablepool or the Hconnection?? > > > > -- > View this message in context: > http://apache-hbase.679495.n3.nabble.com/Zookeeper-timeout-exception-seen-whenever-too-much-of-data-is-being-pushed-to-hbase-tp4060560p4060566.html > Sent from the HBase User mailing list archive at Nabble.com. >

Re: Zookeeper timeout exception seen whenever too much of data is being pushed to hbase

2014-06-18 Thread arunas
write a custom pool which manages the htable life cycle using the commons pool framework instead of relying on the htablepool or the Hconnection?? -- View this message in context: http://apache-hbase.679495.n3.nabble.com/Zookeeper-timeout-exception-seen-whenever-too-much-of-data-is-being-pushed-to

Re: Zookeeper timeout exception seen whenever too much of data is being pushed to hbase

2014-06-18 Thread Ted Yu
hbase.HBaseUtil.put(HBaseUtil.java:98) > > PS : I am using the Htablepool to manage the htable connections. I did > increase the zookeeper.session.timeout in the hbase-site.xml but that is > not > helping either > > > > -- > View this message in context: > http://apache-hbase.679495.n3.nabble.com/Zookeeper-timeout-exception-seen-whenever-too-much-of-data-is-being-pushed-to-hbase-tp4060560.html > Sent from the HBase User mailing list archive at Nabble.com. >

Zookeeper timeout exception seen whenever too much of data is being pushed to hbase

2014-06-18 Thread arunas
: http://apache-hbase.679495.n3.nabble.com/Zookeeper-timeout-exception-seen-whenever-too-much-of-data-is-being-pushed-to-hbase-tp4060560.html Sent from the HBase User mailing list archive at Nabble.com.