Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5D12F11E43 for ; Thu, 24 Apr 2014 20:59:21 +0000 (UTC) Received: (qmail 63390 invoked by uid 500); 24 Apr 2014 20:59:18 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 63342 invoked by uid 500); 24 Apr 2014 20:59:17 -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 63329 invoked by uid 99); 24 Apr 2014 20:59:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2014 20:59:17 +0000 Date: Thu, 24 Apr 2014 20:59:17 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-11006) Cannot create 'data' table MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-11006?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D139= 80277#comment-13980277 ]=20 Ted Yu commented on HBASE-11006: -------------------------------- Here is the stack trace, from the above mentioned forum: {code} I see this error message on the region server: 2014-04-15 17:18:20,334 INFO [Priority.RpcServer.handler=3D4,port=3D60020] = regionserver.HRegionServer: Open data,,1397607500120.eeb4db6dcc5606cef03453= 1f8048db27. 2014-04-15 17:18:20,334 WARN [Priority.RpcServer.handler=3D4,port=3D60020] = regionserver.HRegionServer: Failed opening region data,,1397607500120.eeb4d= b6dcc5606cef034531f8048db27. java.io.IOException: No descriptor found for non table =3D data at org.apache.hadoop.hbase.util.FSTableDescriptors.get(FSTableDescriptors.j= ava:154) at org.apache.hadoop.hbase.regionserver.HRegionServer.openRegion(HRegionSer= ver.java:3506) at org.apache.hadoop.hbase.protobuf.generated.AdminProtos$AdminService$2.ca= llBlockingMethod(AdminProtos.java:19795) at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2146) at org.apache.hadoop.hbase.ipc.RpcServer$Handler.run(RpcServer.java:1851) {code} > Cannot create 'data' table > -------------------------- > > Key: HBASE-11006 > URL: https://issues.apache.org/jira/browse/HBASE-11006 > Project: HBase > Issue Type: Bug > Affects Versions: 0.96.0 > Reporter: Gregory Hart > Assignee: Gustavo Anatoly > Labels: noob > Fix For: 0.99.0 > > Attachments: HBASE-11006.patch > > > Starting with HBase 0.96, it is not possible to create a table named 'dat= a'. When a user tries to create a table named 'data', the table is added to= the metastore but the region server fails to open the region. > To reproduce, I just run =E2=80=9Chbase shell=E2=80=9D and type in: > create =E2=80=98data=E2=80=99, =E2=80=98cf=E2=80=99 > This was also verified on Apache HBase trunk by Enis from the Hortornwork= s forums. His comment on the bug: > There has been a change in the directory layout in HBase 0.96 for introdu= cing namespaces. The HBase root directory now keeps all table data under th= e sub-directory =E2=80=9Cdata=E2=80=9D. I suspect the error is somewhere th= ere. > More info can be found on the thread in the Hortornworks forums: > http://hortonworks.com/community/forums/topic/cannot-create-data-table/ -- This message was sent by Atlassian JIRA (v6.2#6252)