Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 89895 invoked from network); 13 Aug 2008 18:29:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Aug 2008 18:29:09 -0000 Received: (qmail 34448 invoked by uid 500); 13 Aug 2008 18:29:05 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 34425 invoked by uid 500); 13 Aug 2008 18:29:05 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 34397 invoked by uid 99); 13 Aug 2008 18:29:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Aug 2008 11:29:05 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Aug 2008 18:28:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9C8FF234C1AD for ; Wed, 13 Aug 2008 11:28:44 -0700 (PDT) Message-ID: <1884981990.1218652124640.JavaMail.jira@brutus> Date: Wed, 13 Aug 2008 11:28:44 -0700 (PDT) From: "Ryan Smith (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-828) HBaseAdmin.tableExists(new Text("myTable")) returns false when the table is initially created using HBaseAdmin.createTable In-Reply-To: <1656784798.1218648164841.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Smith updated HBASE-828: ----------------------------- Description: I was using HBaseAdmin to manage the creation and deletion of tables. on 0.2.x i noticed that tableExists returns false even when the table exists. This seems to be related to the fact that the tableitself was created using HBaseAdmin createTable. Maybe someone else could verify this bug with a simple test. Process: One the 1st MR job, i use tableExists(Text) & tableCreate to create the table. On the 2nd MR job, I call tableExists(Text), which returns false, then i call disableTable, deleteTable, and finally createTable. was: I was using HBaseAdmin to manage the creation and deletion of tables. on 0.2.x i noticed that tableExists returns false even when the table exists. This seems to be related to the fact that the tableitself was created using HBaseAdmin createTable. Maybe someone else could verify this bug with a simple test. > HBaseAdmin.tableExists(new Text("myTable")) returns false when the table is initially created using HBaseAdmin.createTable > -------------------------------------------------------------------------------------------------------------------------- > > Key: HBASE-828 > URL: https://issues.apache.org/jira/browse/HBASE-828 > Project: Hadoop HBase > Issue Type: Bug > Components: util > Affects Versions: 0.2.0 > Reporter: Ryan Smith > Fix For: 0.3.0 > > > I was using HBaseAdmin to manage the creation and deletion of tables. on 0.2.x i noticed that tableExists returns false even when the table exists. This seems to be related to the fact that the tableitself was created using HBaseAdmin createTable. > Maybe someone else could verify this bug with a simple test. > Process: > One the 1st MR job, i use tableExists(Text) & tableCreate to create the table. > On the 2nd MR job, I call tableExists(Text), which returns false, then i call disableTable, deleteTable, and finally createTable. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.