You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Kay Kay (JIRA)" <ji...@apache.org> on 2010/03/14 09:01:27 UTC

[jira] Updated: (HBASE-2324) Refactoring of TableRecordReader (mapred / mapreduce) for reuse outside the scope of InputSplit / RecordReader

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

Kay Kay updated HBASE-2324:
---------------------------

    Attachment: HBASE-2324.patch

> Refactoring of TableRecordReader (mapred / mapreduce) for reuse outside the scope of InputSplit / RecordReader 
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-2324
>                 URL: https://issues.apache.org/jira/browse/HBASE-2324
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: Kay Kay
>         Attachments: HBASE-2324.patch
>
>
> For the storing of tf-idf in hbase ( lucene-hbase project) we need to scan the keys across the table and retrieve columnar values.  Quite an amount of logic can be reused from TableRecordReader for the purpose. 
> - Refactored TableRecordReader ( from being a protected inner class to a public class outside ) 
> - Created an impl class , that does the actual work, without the dependency on hadop.mapreduce.* packages ( RecordReader) while retaining the implementation that can be reused across libraries. 
> Do the same thing for .mapred. and .mapreduce. packages. 
> Let me know the thoughts on the same. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.