HBASE-7639 Enable online schema update by default
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512113 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f528e81766
commit
db1e061c7d
|
@ -829,11 +829,8 @@ possible configurations would overwhelm and obscure the important.
|
|||
</property>
|
||||
<property>
|
||||
<name>hbase.online.schema.update.enable</name>
|
||||
<value>false</value>
|
||||
<description>Set true to enable online schema changes. This is an experimental feature.
|
||||
There are known issues modifying table schemas at the same time a region
|
||||
split is happening so your table needs to be quiescent or else you have to
|
||||
be running with splits disabled.</description>
|
||||
<value>true</value>
|
||||
<description>Set true to enable online schema changes.</description>
|
||||
</property>
|
||||
<property>
|
||||
<name>hbase.table.lock.enable</name>
|
||||
|
|
Loading…
Reference in New Issue