Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 49067 invoked from network); 25 Jul 2008 23:40:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jul 2008 23:40:32 -0000 Received: (qmail 37880 invoked by uid 500); 25 Jul 2008 23:40:23 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 37858 invoked by uid 500); 25 Jul 2008 23:40:23 -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 37787 invoked by uid 99); 25 Jul 2008 23:40:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jul 2008 16:40:23 -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; Fri, 25 Jul 2008 23:39:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D5007234C185 for ; Fri, 25 Jul 2008 16:39:31 -0700 (PDT) Message-ID: <707045889.1217029171871.JavaMail.jira@brutus> Date: Fri, 25 Jul 2008 16:39:31 -0700 (PDT) From: "Todd Lipcon (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Created: (HBASE-777) Tables created from 0.2.0 shell aren't loadably by using the HTable "Text" constructor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Tables created from 0.2.0 shell aren't loadably by using the HTable "Text" constructor -------------------------------------------------------------------------------------- Key: HBASE-777 URL: https://issues.apache.org/jira/browse/HBASE-777 Project: Hadoop HBase Issue Type: Bug Components: client Affects Versions: 0.2.0 Reporter: Todd Lipcon Priority: Minor Using the old shell I was able to use CREATE TABLE to create a table named 'RelatedAlbums' and then access it from Java using new HTable(conf, new Text("RelatedAlbums")). Using the new shell, trying to use 'create' from the irb shell and then that same constructor results in the table not being found. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.