[jira] [Resolved] (AVRO-1274) Add a schema builder API

2013-04-29 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White resolved AVRO-1274. - Resolution: Fixed Fix Version/s: 1.7.5 Hadoop Flags: Reviewed I just committed this.

[jira] [Commented] (AVRO-1310) Avro Maven project can't be built from scratch

2013-04-29 Thread Nir Zamir (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13644487#comment-13644487 ] Nir Zamir commented on AVRO-1310: - Hi, I don't have a problem installing the whole trunk,

[jira] [Commented] (AVRO-1274) Add a schema builder API

2013-04-29 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13644503#comment-13644503 ] Hudson commented on AVRO-1274: -- Integrated in AvroJava #367 (See

[jira] [Commented] (AVRO-1310) Avro Maven project can't be built from scratch

2013-04-29 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13644589#comment-13644589 ] Doug Cutting commented on AVRO-1310: What OS are you running? What version of Java?

Re: 3x faster python reader

2013-04-29 Thread Doug Cutting
Uri, This sounds awesome! Is the API compatible with the existing API? If it's incompatible and cannot easily be made compatible then perhaps we can add it as the 'new' API and deprecate the old one. Regardless, please file an issue in Jira (issues.apache.org/jira/browse/AVRO) and attach your

[jira] [Commented] (AVRO-1310) Avro Maven project can't be built from scratch

2013-04-29 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13644651#comment-13644651 ] Scott Carey commented on AVRO-1310: --- I purged my repo and tried 'mvn install' from trunk,

[jira] [Commented] (AVRO-1310) Avro Maven project can't be built from scratch

2013-04-29 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13644661#comment-13644661 ] Scott Carey commented on AVRO-1310: --- The end result you are having: Could not find

Re: 3x faster python reader

2013-04-29 Thread Philip Zeyliger
Hi Uri, Once you post to the JIRA, I'd be happy to review it. -- Philip On Mon, Apr 29, 2013 at 9:22 AM, Doug Cutting cutt...@apache.org wrote: Uri, This sounds awesome! Is the API compatible with the existing API? If it's incompatible and cannot easily be made compatible then perhaps

Re: 3x faster python reader

2013-04-29 Thread Miki Tebeka
Hi, I did the same for fastavro https://bitbucket.org/tebeka/fastavro. I found changing the current code while keeping the same API very hard. Another option we can take is leave the current code as version 1 add the new code either as new module under avro or as avro2. All the best, -- Miki

[jira] [Updated] (AVRO-1282) Make use of the sun.misc.Unsafe class during serialization if a JDK supports it

2013-04-29 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1282: -- Attachment: AVRO-1282-s6.patch This patch (AVRO-1282-s6.patch) includes the following: * The Reflect

[jira] [Created] (AVRO-1311) Upgrade Snappy-Java dependency to support building on Mac + Java 7

2013-04-29 Thread Scott Carey (JIRA)
Scott Carey created AVRO-1311: - Summary: Upgrade Snappy-Java dependency to support building on Mac + Java 7 Key: AVRO-1311 URL: https://issues.apache.org/jira/browse/AVRO-1311 Project: Avro

[jira] [Commented] (AVRO-1282) Make use of the sun.misc.Unsafe class during serialization if a JDK supports it

2013-04-29 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13645054#comment-13645054 ] Scott Carey commented on AVRO-1282: --- I think I simply missed that. I changed it at some

[jira] [Updated] (AVRO-1282) Make use of the sun.misc.Unsafe class during serialization if a JDK supports it

2013-04-29 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1282: -- Attachment: AVRO-1282-s7.patch Minor difference to the -s7 patch: Returns INSTANCE to ReflectData, as

[jira] [Commented] (AVRO-1282) Make use of the sun.misc.Unsafe class during serialization if a JDK supports it

2013-04-29 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13645224#comment-13645224 ] Doug Cutting commented on AVRO-1282: +1 Patch looks good, tests pass, 'Perf -reflect'