On Thu, Jul 19, 2012 at 7:36 AM, Tom White <[email protected]> wrote: > I get an error when unpacking (this is on Mac OS X): > > tar: copyfile unpack > (avro-src-1.7.1/lang/java/mapred/src/test/resources/org/apache/avro/mapreduce/mapreduce-test-input.avro/SUCCESS.crc) > failed: No such file or directory > > When I ran tests from the svn tag it worked fine - but then, there's > no SUCCESS.crc file there. A fix would be to make sure that file is > not present before creating the tarball. I'm not sure how it gets > there though.
The actual file name is: lang/java/mapred/src/test/resources/org/apache/avro/mapreduce/mapreduce-test-input.avro/._SUCCESS.crc What does 'tar tzf | grep SUCCESS.crc' show on MacOS? Doug
