Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E80C2200B25 for ; Wed, 8 Jun 2016 22:14:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E5D84160A35; Wed, 8 Jun 2016 20:14:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6919E160A2E for ; Wed, 8 Jun 2016 22:14:22 +0200 (CEST) Received: (qmail 8284 invoked by uid 500); 8 Jun 2016 20:14:21 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 8207 invoked by uid 99); 8 Jun 2016 20:14:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2016 20:14:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2F94B2C1F6D for ; Wed, 8 Jun 2016 20:14:21 +0000 (UTC) Date: Wed, 8 Jun 2016 20:14:21 +0000 (UTC) From: "Matteo Bertozzi (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-15989) Remove hbase.online.schema.update.enable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 08 Jun 2016 20:14:23 -0000 [ https://issues.apache.org/jira/browse/HBASE-15989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-15989: ------------------------------------ Assignee: Matteo Bertozzi Fix Version/s: 2.0.0 Release Note: Removes the "hbase.online.schema.update.enable" property. from now, every operation that alter the schema (e.g. modifyTable, addFamily, removeFamily, ...) will use the online schema update. there is no need to disable/enable the table. > Remove hbase.online.schema.update.enable > ---------------------------------------- > > Key: HBASE-15989 > URL: https://issues.apache.org/jira/browse/HBASE-15989 > Project: HBase > Issue Type: Task > Reporter: Nick Dimiduk > Assignee: Matteo Bertozzi > Fix For: 2.0.0 > > Attachments: HBASE-15989-v0.patch > > > Pre discussion on HBASE-15981, the configuration hbase.online.schema.update.enable is an artifact of a bygone era. Lets rip it out. -- This message was sent by Atlassian JIRA (v6.3.4#6332)