From 1c2fd1f182297d190ec253673702892ae6759cc0 Mon Sep 17 00:00:00 2001 From: Elliott Clark Date: Thu, 8 Aug 2013 15:44:30 -0700 Subject: [PATCH] Enable online schema update by default --- hbase-common/src/main/resources/hbase-default.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git hbase-common/src/main/resources/hbase-default.xml hbase-common/src/main/resources/hbase-default.xml index bf9408e..b2494bf 100644 --- hbase-common/src/main/resources/hbase-default.xml +++ hbase-common/src/main/resources/hbase-default.xml @@ -829,11 +829,8 @@ possible configurations would overwhelm and obscure the important. hbase.online.schema.update.enable - false - 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. + true + Set true to enable online schema changes. hbase.table.lock.enable -- 1.7.10.2 (Apple Git-33)