|
|
+
Doug Cutting 2012-07-12, 19:44
+
Doug Cutting 2012-07-12, 19:46
-
Re: [VOTE] Avro release 1.7.1 (rc 0)
Ed Kohlwey 2012-07-16, 15:07
Doug, Is there a chance of getting AVRO-1127 in prior to the final release of 1.7.1? On Thu, Jul 12, 2012 at 3:46 PM, Doug Cutting <[EMAIL PROTECTED]> wrote: > +1 Downloaded sources. Tests pass. Checksums and signatures match. > > Doug > > On Thu, Jul 12, 2012 at 12:44 PM, Doug Cutting <[EMAIL PROTECTED]> wrote: > > I have created a candidate build for Avro release 1.7.1. > > > > Changes are listed at: > > > > http://s.apache.org/avro171notes> > > > Please download the sources, check them, and vote. > > > > http://people.apache.org/~cutting/avro-1.7.1-rc0/> > > > The Maven staging repository is at: > > > > https://repository.apache.org/content/repositories/orgapacheavro-046/> > > > Thanks in advance for voting! > > > > Doug >
+
Ed Kohlwey 2012-07-16, 15:07
-
Re: [VOTE] Avro release 1.7.1 (rc 0)
Doug Cutting 2012-07-17, 18:57
On Mon, Jul 16, 2012 at 8:07 AM, Ed Kohlwey <[EMAIL PROTECTED]> wrote: > Is there a chance of getting AVRO-1127 in prior to the final release of > 1.7.1?
I don't yet see this issue as something that should restart this release vote.
If this gets committed then we can just as easily start a new release vote for a 1.7.2.
Doug
+
Doug Cutting 2012-07-17, 18:57
-
Re: [VOTE] Avro release 1.7.1 (rc 0)
Matt Massie 2012-07-17, 21:43
+1
All unit tests pass for avro-c on MacOS 10.6.8 and CentOS 5.8. Hashes correct.
-- Matt
On Tue, Jul 17, 2012 at 11:57 AM, Doug Cutting <[EMAIL PROTECTED]> wrote:
> On Mon, Jul 16, 2012 at 8:07 AM, Ed Kohlwey <[EMAIL PROTECTED]> wrote: > > Is there a chance of getting AVRO-1127 in prior to the final release of > > 1.7.1? > > I don't yet see this issue as something that should restart this release > vote. > > If this gets committed then we can just as easily start a new release > vote for a 1.7.2. > > Doug >
+
Matt Massie 2012-07-17, 21:43
+
Doug Cutting 2012-07-17, 18:50
-
Re: [VOTE] Avro release 1.7.1 (rc 0)
Tom White 2012-07-18, 02:38
I downloaded the source archive and ran the Java tests, but org.apache.avro.mapreduce.TestWordCount and org.apache.avro.mapreduce.TestAvroMultipleOutputs failed because the (empty) file lang/java/mapred/src/test/resources/org/apache/avro/mapreduce/mapreduce-test-input.avro/SUCCESS.crc is created when unpacking the archive, and it is picked up as input to the MapReduce jobs. If I delete the errant file then the Java tests all pass. Apart from that, checksums and signature are good, and the license and notice look correct. Cheers, Tom On Thu, Jul 12, 2012 at 3:44 PM, Doug Cutting <[EMAIL PROTECTED]> wrote: > I have created a candidate build for Avro release 1.7.1. > > Changes are listed at: > > http://s.apache.org/avro171notes> > Please download the sources, check them, and vote. > > http://people.apache.org/~cutting/avro-1.7.1-rc0/> > The Maven staging repository is at: > > https://repository.apache.org/content/repositories/orgapacheavro-046/> > Thanks in advance for voting! > > Doug
+
Tom White 2012-07-18, 02:38
-
Re: [VOTE] Avro release 1.7.1 (rc 0)
Doug Cutting 2012-07-18, 21:29
On Tue, Jul 17, 2012 at 7:38 PM, Tom White <[EMAIL PROTECTED]> wrote: > I downloaded the source archive and ran the Java tests, but > org.apache.avro.mapreduce.TestWordCount and > org.apache.avro.mapreduce.TestAvroMultipleOutputs failed because the > (empty) file lang/java/mapred/src/test/resources/org/apache/avro/mapreduce/mapreduce-test-input.avro/SUCCESS.crc > is created when unpacking the archive, and it is picked up as input to > the MapReduce jobs. If I delete the errant file then the Java tests > all pass.
When I extract the source tarball I find that file to contain 8 bytes and that 'mvn test' succeeds.
Are you running tests from the root or from lang/java? I generally run them from the root. Perhaps that's the difference?
> Apart from that, checksums and signature are good, and the license and > notice look correct.
Thanks for checking!
Doug
+
Doug Cutting 2012-07-18, 21:29
-
Re: [VOTE] Avro release 1.7.1 (rc 0)
Tom White 2012-07-19, 14:36
On Wed, Jul 18, 2012 at 5:29 PM, Doug Cutting <[EMAIL PROTECTED]> wrote: > On Tue, Jul 17, 2012 at 7:38 PM, Tom White <[EMAIL PROTECTED]> wrote: >> I downloaded the source archive and ran the Java tests, but >> org.apache.avro.mapreduce.TestWordCount and >> org.apache.avro.mapreduce.TestAvroMultipleOutputs failed because the >> (empty) file lang/java/mapred/src/test/resources/org/apache/avro/mapreduce/mapreduce-test-input.avro/SUCCESS.crc >> is created when unpacking the archive, and it is picked up as input to >> the MapReduce jobs. If I delete the errant file then the Java tests >> all pass. > > When I extract the source tarball I find that file to contain 8 bytes > and that 'mvn test' succeeds.
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.
> > Are you running tests from the root or from lang/java? I generally > run them from the root. Perhaps that's the difference?
I tried from both directories and got the same result.
> >> Apart from that, checksums and signature are good, and the license and >> notice look correct. > > Thanks for checking! > > Doug
Cheers, Tom
+
Tom White 2012-07-19, 14:36
-
Re: [VOTE] Avro release 1.7.1 (rc 0)
Doug Cutting 2012-07-19, 17:16
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
+
Doug Cutting 2012-07-19, 17:16
-
Re: [VOTE] Avro release 1.7.1 (rc 0)
Scott Carey 2012-07-20, 17:26
On my mac (OSX Lion): $tar -tzf avro-1.7.1-rc0.tar.gz | grep SUCCESS.crc avro-src-1.7.1/lang/java/mapred/src/test/resources/org/apache/avro/mapreduc e/mapreduce-test-input.avro/._SUCCESS.crc $tar -xf avro-1.7.1-rc0.tar.gz tar: copyfile unpack (avro-src-1.7.1/lang/java/mapred/src/test/resources/org/apache/avro/mapredu ce/mapreduce-test-input.avro/SUCCESS.crc) failed: No such file or directory
If I then inspect the unpacked files:
$ find . -name *SUCCESS.crc | xargs ls -lah -rw-r--r-- 1 scottc staff 8B Apr 13 12:03 ./lang/java/mapred/src/test/resources/org/apache/avro/mapreduce/mapreduce-t est-input.avro/._SUCCESS.crc -rw-r--r-- 1 scottc staff 0B Jul 20 09:56 ./lang/java/mapred/src/test/resources/org/apache/avro/mapreduce/mapreduce-t est-input.avro/SUCCESS.crc It appears that the error creates a zero length file. Perhaps on other systems there is the same error, but it does not create an empty file. On 7/19/12 10:16 AM, "Doug Cutting" <[EMAIL PROTECTED]> wrote:
>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/mapre >>duce/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-te >st-input.avro/._SUCCESS.crc > >What does 'tar tzf | grep SUCCESS.crc' show on MacOS? > >Doug
+
Scott Carey 2012-07-20, 17:26
+
Philip Zeyliger 2012-07-18, 21:45
-
Re: [VOTE] Avro release 1.7.1 (rc 0)
Doug Cutting 2012-07-18, 21:51
This vote passes, with 4 +1 votes, 3 from PMC members. Thanks! I'll start publishing it. Doug On Wed, Jul 18, 2012 at 2:45 PM, Philip Zeyliger <[EMAIL PROTECTED]> wrote: > +1: I downloaded and ran the Java tests. > > On Thu, Jul 12, 2012 at 12:44 PM, Doug Cutting <[EMAIL PROTECTED]> wrote: > >> I have created a candidate build for Avro release 1.7.1. >> >> Changes are listed at: >> >> http://s.apache.org/avro171notes>> >> Please download the sources, check them, and vote. >> >> http://people.apache.org/~cutting/avro-1.7.1-rc0/>> >> The Maven staging repository is at: >> >> https://repository.apache.org/content/repositories/orgapacheavro-046/>> >> Thanks in advance for voting! >> >> Doug >>
+
Doug Cutting 2012-07-18, 21:51
-
Re: [VOTE] Avro release 1.7.1 (rc 0)
Scott Carey 2012-07-20, 17:14
Checksums match, packaging looks good. My projects successfully compile and test against the artifacts in the maven repo. However, I am having issues completing unit tests for Java and successfully building from the tarball.
TestDataFile.java fails for me, as it cannot find snappy for some reason. This happens on trunk as well. I have recently migrated to Java 7 on Mac OS Lion. With 1.6.x releases I was testing on Mac OSX Snow Leopard with Java 6. Tests run: 18, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.032 sec <<< FAILURE! runTestsInOrder[5](org.apache.avro.TestDataFile) Time elapsed: 0.034 sec <<< ERROR! java.lang.NoClassDefFoundError: Could not initialize class org.xerial.snappy.Snappy at org.apache.avro.file.SnappyCodec.compress(SnappyCodec.java:43) at org.apache.avro.file.DataFileStream$DataBlock.compressUsing(DataFileStream. java:349) at org.apache.avro.file.DataFileWriter.writeBlock(DataFileWriter.java:348) at org.apache.avro.file.DataFileWriter.sync(DataFileWriter.java:360) at org.apache.avro.file.DataFileWriter.flush(DataFileWriter.java:367) at org.apache.avro.file.DataFileWriter.close(DataFileWriter.java:374) at org.apache.avro.TestDataFile.testGenericWrite(TestDataFile.java:127) at org.apache.avro.TestDataFile.runTestsInOrder(TestDataFile.java:89) . . .
Caused by: java.lang.UnsatisfiedLinkError: no snappyjava in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860) at java.lang.Runtime.loadLibrary0(Runtime.java:845) at java.lang.System.loadLibrary(System.java:1084) at org.xerial.snappy.SnappyNativeLoader.loadLibrary(SnappyNativeLoader.java:52 ) stdout has: 320 [main] INFO org.apache.avro.TestDataFile - Running with codec: null Ignoring: org.apache.avro.file.DataFileWriter$AppendWriteException: java.lang.NullPointerException: null of long in field longField of Test 479 [main] INFO org.apache.avro.TestDataFile - Running with codec: null 645 [main] INFO org.apache.avro.TestDataFile - Running with codec: null 653 [main] INFO org.apache.avro.TestDataFile - Running with codec: deflate-0 Ignoring: org.apache.avro.file.DataFileWriter$AppendWriteException: java.lang.NullPointerException: null of long in field longField of Test 736 [main] INFO org.apache.avro.TestDataFile - Running with codec: deflate-0 756 [main] INFO org.apache.avro.TestDataFile - Running with codec: deflate-0 758 [main] INFO org.apache.avro.TestDataFile - Running with codec: deflate-1 Ignoring: org.apache.avro.file.DataFileWriter$AppendWriteException: java.lang.NullPointerException: null of long in field longField of Test 812 [main] INFO org.apache.avro.TestDataFile - Running with codec: deflate-1 899 [main] INFO org.apache.avro.TestDataFile - Running with codec: deflate-1 902 [main] INFO org.apache.avro.TestDataFile - Running with codec: deflate-9 Ignoring: org.apache.avro.file.DataFileWriter$AppendWriteException: java.lang.NullPointerException: null of long in field longField of Test 950 [main] INFO org.apache.avro.TestDataFile - Running with codec: deflate-9 956 [main] INFO org.apache.avro.TestDataFile - Running with codec: deflate-9 958 [main] INFO org.apache.avro.TestDataFile - Running with codec: null Ignoring: org.apache.avro.file.DataFileWriter$AppendWriteException: java.lang.NullPointerException: null of long in field longField of Test 982 [main] INFO org.apache.avro.TestDataFile - Running with codec: null 989 [main] INFO org.apache.avro.TestDataFile - Running with codec: null 992 [main] INFO org.apache.avro.TestDataFile - Running with codec: snappy java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:5 7) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp l.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.xerial.snappy.SnappyLoader.loadNativeLibrary(SnappyLoader.java:317) at org.xerial.snappy.SnappyLoader.load(SnappyLoader.java:219) at org.xerial.snappy.Snappy.<clinit>(Snappy.java:44) at org.apache.avro.file.SnappyCodec.compress(SnappyCodec.java:43) at org.apache.avro.file.DataFileStream$DataBlock.compressUsing(DataFileStream. java:349)
On 7/12/12 12:44 PM, "Doug Cutting" <[EMAIL PROTECTED]> wrote:
+
Scott Carey 2012-07-20, 17:14
|
|