Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.8.4, 0.11.0
-
None
-
None
Description
Just ran into this one: there's a bug in the conversion logic for mapping from a TableSource into a JavaPairRDD in crunch-spark: we're expecting a value to come back as a Tuple2 when it's actually still a Crunch Pair object, and so the code will throw a ClastCastException at runtime.