Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
0.20.2
-
None
-
None
-
Reviewed
-
Fix a misleading exception message in case the Chained Mappers have mismatch in input/output Key/Value pairs between them.
Description
Hi,
I was using the Chain[Mapper/Reducer] APIs , and in Class Chain line 207 the error thrown :
"The Mapper output key class does not match the previous Mapper input key class"
Shouldn't this be "The Mapper input key class does not match the previous Mapper Output key class" ? Sort of misleads