You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ryan Smith (JIRA)" <ji...@apache.org> on 2008/09/01 13:03:44 UTC

[jira] Updated: (HBASE-860) IndexTableReduce doesnt write the column name as the lucene index field properly.

     [ https://issues.apache.org/jira/browse/HBASE-860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan Smith updated HBASE-860:
-----------------------------

    Summary: IndexTableReduce doesnt write the column name as the lucene index field properly.  (was: BuildTableIndex doesnt write the column name as the lucene index field properly.)

> IndexTableReduce 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
>
>         Attachments: 860.patch
>
>   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.