For sure your config. change is in the clients CLASSPATH?  Can you
pastebin the retries?  Perhaps something else is going on.
St.Ack

On Sun, Feb 27, 2011 at 12:29 AM, King JKing <beuk...@gmail.com> wrote:
> Dear all,
>
> I use package org.apache.hadoop.hbase.client to connect to HBase.
> To decrease the number of retries when client connect to HBase fail, I
> configured:
>
>  <property>
>    <name>zookeeper.retries</name>
>    <value>1</value>
>  </property>
>  <property>
>    <name>hbase.client.retries.number</name>
>    <value>1</value>
>  </property>
> But client always retry 12 times.
>
> Could you help me?
> Thank a lot for support.
>

Reply via email to