Hi,
To spread I/O on multiple disks of the HBase cluster, I set the
property "hbase.local.dir" in hbase-site.xml to a comma-separated list of
directories on different disks as follows:
<property>
<name>hbase.local.dir</name>
<value>/storage/disk1/hbase.local.dir,/storage/disk2/hbase.local.dir,/storage/disk3/hbase.local.dir</value>
</property>
is it right ?
