Gabriel Reid created CRUNCH-325:
-----------------------------------
Summary: Integration tests fail on Mac OS X with JDK 7
Key: CRUNCH-325
URL: https://issues.apache.org/jira/browse/CRUNCH-325
Project: Crunch
Issue Type: Bug
Reporter: Gabriel Reid
Assignee: Gabriel Reid
The Crunch integration tests (specifically AvroModeIT) fails when running on
Mac OS X with JDK 7. The root cause is linked to the version of xerial
snappy-java that is pulled in via Avro (see
https://github.com/xerial/snappy-java/issues/6). However, the only reason the
bug is triggered is because the Avro file strings-100.avro used by AvroModeIT
references snappy encoding in the header (although the contents don't seem to
be compressed).
Replacing the snappy-based Avro file with a vanilla Avro binary-encoded file
resolves the issue.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)