On Wed, Jul 4, 2012 at 9:43 AM, Andrei Savu <[email protected]> wrote:
> I'm not sure if this is going to work. Often HBase fails to start because
> HDFS is not yet available.
Adding this to hbase-site.xml can help:
<!-- we need to set this high in case the master node is up for a while
before any slaves are launched in EC2 clusters -->
<property>
<name>hbase.server.versionfile.writeattempts</name>
<value>100</value>
</property>
This was added in ASF release versions 0.92.1 and 0.94.0.
Best regards,
- Andy
Problems worthy of attack prove their worth by hitting back. - Piet
Hein (via Tom White)