There are actually three timeouts, and I only had success when increasing all
three. Adding the following to hbase-site.xml should do the trick.

<property>
<name>hbase.snapshot.master.timeoutMillis</name>
<value>1200000</value>
</property>

<property>
<name>hbase.snapshot.region.timeout</name>
<value>1200000</value>
</property>

<property>
<name>hbase.snapshot.master.timeout.millis</name>
<value>1200000</value>
</property>




--
View this message in context: 
http://apache-hbase.679495.n3.nabble.com/Snapshots-timeouts-tp4057961p4057962.html
Sent from the HBase User mailing list archive at Nabble.com.

Reply via email to