You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ec...@apache.org on 2013/08/09 02:34:25 UTC

svn commit: r1512114 - /hbase/branches/0.95/hbase-common/src/main/resources/hbase-default.xml

Author: eclark
Date: Fri Aug  9 00:34:25 2013
New Revision: 1512114

URL: http://svn.apache.org/r1512114
Log:
HBASE-7639 Enable online schema update by default

Modified:
    hbase/branches/0.95/hbase-common/src/main/resources/hbase-default.xml

Modified: hbase/branches/0.95/hbase-common/src/main/resources/hbase-default.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/hbase-common/src/main/resources/hbase-default.xml?rev=1512114&r1=1512113&r2=1512114&view=diff
==============================================================================
--- hbase/branches/0.95/hbase-common/src/main/resources/hbase-default.xml (original)
+++ hbase/branches/0.95/hbase-common/src/main/resources/hbase-default.xml Fri Aug  9 00:34:25 2013
@@ -829,11 +829,8 @@ possible configurations would overwhelm 
   </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>