Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 30909 invoked from network); 27 Nov 2007 06:15:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Nov 2007 06:15:12 -0000 Received: (qmail 79903 invoked by uid 500); 27 Nov 2007 06:14:54 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 79846 invoked by uid 500); 27 Nov 2007 06:14:54 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 79695 invoked by uid 99); 27 Nov 2007 06:14:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2007 22:14:54 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 06:15:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7805A71420A for ; Mon, 26 Nov 2007 22:14:43 -0800 (PST) Message-ID: <24745417.1196144083489.JavaMail.jira@brutus> Date: Mon, 26 Nov 2007 22:14:43 -0800 (PST) From: "stack (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-2289) [Hbase Shell] Useless efforts of looking for the non-existant table in select command. In-Reply-To: <18215492.1196135203166.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/HADOOP-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HADOOP-2289: -------------------------- Resolution: Fixed Fix Version/s: (was: 0.15.1) 0.16.0 Status: Resolved (was: Patch Available) Committed (Hudson failed in the core unrelated TestBlockReplacement). Resolving. Thanks for the patch Edward. > [Hbase Shell] Useless efforts of looking for the non-existant table in select command. > -------------------------------------------------------------------------------------- > > Key: HADOOP-2289 > URL: https://issues.apache.org/jira/browse/HADOOP-2289 > Project: Hadoop > Issue Type: Improvement > Components: contrib/hbase > Affects Versions: 0.15.0 > Reporter: Edward Yoon > Fix For: 0.16.0 > > Attachments: selectCommand.patch, selectCommand_v02.patch > > > {code} > hql > select * from nonTable_name; > failed to find server for non-table after 5 retries > {code} > It takes too long time to wait for find server. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.