Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 90509 invoked from network); 12 Feb 2008 06:58:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2008 06:58:31 -0000 Received: (qmail 98439 invoked by uid 500); 12 Feb 2008 06:58:24 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 98429 invoked by uid 500); 12 Feb 2008 06:58:24 -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 98420 invoked by uid 99); 12 Feb 2008 06:58:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 22:58:24 -0800 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.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2008 06:57:47 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D9F3D71403C for ; Mon, 11 Feb 2008 22:58:07 -0800 (PST) Message-ID: <13642456.1202799487874.JavaMail.jira@brutus> Date: Mon, 11 Feb 2008 22:58:07 -0800 (PST) From: "Edward Yoon (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-438) XMLOutputter state should be initialized. In-Reply-To: <7880420.1202715128479.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-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward Yoon updated HBASE-438: ------------------------------ Attachment: 438.patch > XMLOutputter state should be initialized. > ----------------------------------------- > > Key: HBASE-438 > URL: https://issues.apache.org/jira/browse/HBASE-438 > Project: Hadoop HBase > Issue Type: Bug > Components: hql > Affects Versions: 0.1.0 > Reporter: Edward Yoon > Assignee: Edward Yoon > Priority: Critical > Fix For: 0.2.0 > > Attachments: 438.patch > > > {code} > bash-3.00# bin/hbase shell --html > HQL, 0.2.0-dev version. > Copyright (c) 2008 by udanax, licensed to Apache Software Foundation. > Type 'help;' for usage. > hql > show tables; > > > > > > > > > >
> Name > > Descriptor >
> a > > name: a, families: {b:={name: b, max versions: 3, compression: NONE, in memory: false, block cache enabled: false, max length: 2147483647, bloom filter: none}} >
> 1 table(s) in set. (0.21 sec) > hql > show tables; > Exception in thread "main" java.lang.IllegalStateException: getState() == DOCUMENT_ENDED > at org.znerd.xmlenc.XMLOutputter.startTag(Unknown Source) > at org.apache.hadoop.hbase.hql.formatter.HtmlTableFormatter.header(HtmlTableFormatter.java:125) > at org.apache.hadoop.hbase.hql.ShowCommand.execute(ShowCommand.java:66) > at org.apache.hadoop.hbase.hql.HQLClient.executeQuery(HQLClient.java:68) at org.apache.hadoop.hbase.Shell.main(Shell.java:114) > bash-3.00# > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.