Josh Wills created CRUNCH-469: --------------------------------- Summary: ClassCastException in crunch-spark when reading InputTables Key: CRUNCH-469 URL: https://issues.apache.org/jira/browse/CRUNCH-469 Project: Crunch Issue Type: Bug Affects Versions: 0.8.4, 0.11.0 Reporter: Josh Wills
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. -- This message was sent by Atlassian JIRA (v6.3.4#6332)