Jie Huang created HBASE-6069:
--------------------------------
Summary: TableInputFormatBase#createRecordReader() doesn't
initialize TableRecordReader which causes NPE
Key: HBASE-6069
URL: https://issues.apache.org/jira/browse/HBASE-6069
Project: HBase
Issue Type: Bug
Components: mapreduce
Affects Versions: 0.94.0
Reporter: Jie Huang
Priority: Critical
While running Hive(0.9.0) query over HBase(0.94.0) with hive-hbase-handler,
there always throws a Null Pointer Exception on Scanner object. Since the
TableInputFormatBase#createRecordReader() missed the initialization of
TableRecordReader object. The scanner will be null in that case. This issue
causes Hive query fails.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira