[
https://issues.apache.org/jira/browse/HADOOP-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476345
]
Jim Kellerman commented on HADOOP-1045:
---------------------------------------
Problems:
1. HRegionServer does not implement HRegionServerInterface.openScanner(Text)
2. HStore needs to pass Configuration object to MapFile.Writer constructor (2
occurrences)
3. HStore references undefined method MapFile.getClosest(WritableComparable,
Writable) (2 occurrences)
4. HStoreFile needs Configuration object to pass to MapFile.Writer constructor
(3 occurrences) - suggest passing Configuration
to HStoreFile constructors. (Requires changes to HRegion, HStore and
HStoreFile)
> Code for HBase
> --------------
>
> Key: HADOOP-1045
> URL: https://issues.apache.org/jira/browse/HADOOP-1045
> Project: Hadoop
> Issue Type: New Feature
> Environment: All environments
> Reporter: Mike Cafarella
> Assigned To: Doug Cutting
> Attachments: hbase.tar.gz
>
>
> I've written some code for HBase, a BigTable-like file store. It's not
> perfect, but it's ready for other people to play with and examine.
> The attached tarball has the source and a README
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.