stack created HBASE-17234: ----------------------------- Summary: Allow alternate Readers/Writers; currently hardcoded Key: HBASE-17234 URL: https://issues.apache.org/jira/browse/HBASE-17234 Project: HBase Issue Type: Task Components: io Reporter: stack
Allow alternate HFile Reader and Writers. For Writers, we have WriterFactory so you'd think it possible to supply a different Writer but in actuality, WriterFactory is hardcoded. Read side does something else altogether complicated by fact that Reader presumes trailer and that it has to take a Stream. Yeah, expecting someone would provide their own Reader/Writer is a little unexpected.... but.... -- This message was sent by Atlassian JIRA (v6.3.4#6332)