Josh Elser created ACCUMULO-3015:
------------------------------------
Summary: RangeInputSplit doesn't serialize table name
Key: ACCUMULO-3015
URL: https://issues.apache.org/jira/browse/ACCUMULO-3015
Project: Accumulo
Issue Type: Bug
Components: client
Affects Versions: 1.6.0, 1.5.1
Reporter: Josh Elser
Assignee: Josh Elser
Fix For: 1.5.2, 1.6.1, 1.7.0
Found another missed member in the serialization of RangeInputSplit: the table name.
Not a huge deal because the table information should still be in the Configuration for most
users, but this does break in "advanced" uses of mapreduce. Work around is to re-set the table
in the RangeInputSplit in your overridden InputFormat.getRecordReader or make sure the Configuration
is consistent from getRecordReader and getSplits.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
|