[jira] [Commented] (AVRO-1054) AvroRuntimeException: Unknown datum type: java.lang.NullPointerException

2012-07-18 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13416996#comment-13416996 ] Mike Percy commented on AVRO-1054: -- Worth noting for future reference that when you see

[jira] [Commented] (AVRO-939) Java: optimize BinaryData#compareBytes() to use sun.misc.Unsafe when available

2012-07-18 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13417637#comment-13417637 ] Eli Reisman commented on AVRO-939: -- I'm going to try to upload a patch for this today

Re: [VOTE] Avro release 1.7.1 (rc 0)

2012-07-18 Thread Doug Cutting
On Tue, Jul 17, 2012 at 7:38 PM, Tom White t...@cloudera.com 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

Re: [VOTE] Avro release 1.7.1 (rc 0)

2012-07-18 Thread Philip Zeyliger
+1: I downloaded and ran the Java tests. On Thu, Jul 12, 2012 at 12:44 PM, Doug Cutting cutt...@apache.org 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.

Re: [VOTE] Avro release 1.7.1 (rc 0)

2012-07-18 Thread Doug Cutting
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 phi...@cloudera.com wrote: +1: I downloaded and ran the Java tests. On Thu, Jul 12, 2012 at 12:44 PM, Doug Cutting cutt...@apache.org wrote: I

[jira] [Updated] (AVRO-1127) Make generateMethodName utility methods public and allow adding a suffix

2012-07-18 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1127: --- Fix Version/s: (was: 1.7.1) (was: 1.7.0) 1.7.2

[jira] [Updated] (AVRO-939) Java: optimize BinaryData#compareBytes() to use sun.misc.Unsafe when available

2012-07-18 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Reisman updated AVRO-939: - Affects Version/s: 1.7.1 Status: Patch Available (was: Open) First version, I am fairly

[jira] [Updated] (AVRO-939) Java: optimize BinaryData#compareBytes() to use sun.misc.Unsafe when available

2012-07-18 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Reisman updated AVRO-939: - Attachment: AVRO-939-1.patch Java: optimize BinaryData#compareBytes() to use sun.misc.Unsafe when

[jira] [Commented] (AVRO-939) Java: optimize BinaryData#compareBytes() to use sun.misc.Unsafe when available

2012-07-18 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13417767#comment-13417767 ] Doug Cutting commented on AVRO-939: --- Look at the version in HADOOP-7761. It handles this

[jira] [Updated] (AVRO-939) Java: optimize BinaryData#compareBytes() to use sun.misc.Unsafe when available

2012-07-18 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Reisman updated AVRO-939: - Attachment: AVRO-939-3.patch sorry, missed something. Passes mvn verify etc. now Java:

[jira] [Commented] (AVRO-939) Java: optimize BinaryData#compareBytes() to use sun.misc.Unsafe when available

2012-07-18 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13417896#comment-13417896 ] Scott Carey commented on AVRO-939: -- Approach looks good. The patch is adding guava as a