Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ABE2C108FF for ; Mon, 28 Oct 2013 06:14:48 +0000 (UTC) Received: (qmail 30430 invoked by uid 500); 28 Oct 2013 06:14:42 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 30080 invoked by uid 500); 28 Oct 2013 06:14:34 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 30057 invoked by uid 99); 28 Oct 2013 06:14:30 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Oct 2013 06:14:30 +0000 Date: Mon, 28 Oct 2013 06:14:30 +0000 (UTC) From: "Julian Zhou (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-9849) [REST] Forbidden schema delete in read only mode MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Julian Zhou created HBASE-9849: ---------------------------------- Summary: [REST] Forbidden schema delete in read only mode Key: HBASE-9849 URL: https://issues.apache.org/jira/browse/HBASE-9849 Project: HBase Issue Type: Bug Components: REST Affects Versions: 0.98.0, 0.94.14 Reporter: Julian Zhou Assignee: Julian Zhou Fix For: 0.98.0, 0.94.14 If "hbase.rest.readonly" was set, all write operations should be forbidden via REST, right? So table schema deletion should also be forbidden in readonly mode? -- This message was sent by Atlassian JIRA (v6.1#6144)