Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 67138 invoked from network); 1 Sep 2008 10:46:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Sep 2008 10:46:36 -0000 Received: (qmail 56678 invoked by uid 500); 1 Sep 2008 10:46:33 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 56655 invoked by uid 500); 1 Sep 2008 10:46:33 -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 56644 invoked by uid 99); 1 Sep 2008 10:46:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Sep 2008 03:46:33 -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; Mon, 01 Sep 2008 10:45:43 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4BE5D234C1C4 for ; Mon, 1 Sep 2008 03:45:44 -0700 (PDT) Message-ID: <858814207.1220265944309.JavaMail.jira@brutus> Date: Mon, 1 Sep 2008 03:45:44 -0700 (PDT) From: "Ryan Smith (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-860) BuildTableIndex doesnt write the column name as the lucene index field properly. In-Reply-To: <378846713.1220265344333.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-860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Smith updated HBASE-860: ----------------------------- Description: Instead of using the table column name as the field in the lucene index, the byte array jvm object id is written to the lucene index. i.e. [B@234DE3 instead of "myColFamily:myCol" In the class IndexTableReduce, essentially one line of code needs to be changed as far as i can see to fix this issue. I will be submitting a patch here within the hour. was: Instead of using the table column name as the field in the lucene index, the byte array jvm object id is written to the lucene index. i.e. [B@234DE3 instead of "myColFamily:myCol" In the class BuildTableIndex, essentially one line of code needs to be changed as far as i can see to fix this issue. I will be submitting a patch here within the hour. > BuildTableIndex doesnt write the column name as the lucene index field properly. > -------------------------------------------------------------------------------- > > Key: HBASE-860 > URL: https://issues.apache.org/jira/browse/HBASE-860 > Project: Hadoop HBase > Issue Type: Bug > Components: mapred > Affects Versions: 0.2.0, 0.2.1, 0.18.0, 0.19.0, 0.2.2 > Environment: n/a > Reporter: Ryan Smith > Fix For: 0.19.0, 0.2.2 > > Original Estimate: 1h > Remaining Estimate: 1h > > Instead of using the table column name as the field in the lucene index, the byte array jvm object id is written to the lucene index. i.e. [B@234DE3 instead of "myColFamily:myCol" > In the class IndexTableReduce, essentially one line of code needs to be changed as far as i can see to fix this issue. I will be submitting a patch here within the hour. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.