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
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. [EMAIL
PROTECTED] 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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.