Aaron McCurry created BLUR-106:
----------------------------------

             Summary: Potential issue with the BlurOutputFormat and the 
BlurPartitioner
                 Key: BLUR-106
                 URL: https://issues.apache.org/jira/browse/BLUR-106
             Project: Apache Blur
          Issue Type: Bug
    Affects Versions: 0.1.5
            Reporter: Aaron McCurry
             Fix For: 0.1.5


The current implementation of the BlurOutputFormat has a Text object as the key 
in the RecordWriter.  However internally the BlurPartitioner uses the 
BytesWritable object, I believe that the correct object to use is the Text 
object because that is the closest implementation to the rowid in the Hadoop 
stack.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to