[jira] [Updated] (AVRO-1112) Java: Snappy codec not supported by Avro mapreduce API

2012-06-15 Thread matt mead (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] matt mead updated AVRO-1112: Attachment: AVRO-1112_201206150842.patch New patch addressing Joey's nit. Java: Snappy

[jira] [Updated] (AVRO-1112) Java: Snappy codec not supported by Avro mapreduce API

2012-06-15 Thread matt mead (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] matt mead updated AVRO-1112: Attachment: AVRO-1112_201206150912.patch This patch cumulatively addresses the snappy issue, Joey's NIT and

[jira] [Commented] (AVRO-1112) Java: Snappy codec not supported by Avro mapreduce API

2012-06-15 Thread Joey Echeverria (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13295764#comment-13295764 ] Joey Echeverria commented on AVRO-1112: --- I'm +1 on the patch, hopefully a committer

[jira] [Updated] (AVRO-1116) C++ code crashes on Data files with no data

2012-06-15 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-1116: -- Attachment: AVRO-1116.patch This patch fixes the problem by introducing a new variable

[jira] [Commented] (AVRO-1108) AvroReflectOutput for new Avro hadoop version

2012-06-15 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13295851#comment-13295851 ] Doug Cutting commented on AVRO-1108: Ashish, have you had a chance to test this? All

[jira] [Updated] (AVRO-1103) New AvroDeserializer should Locate Appropriate Classloader

2012-06-15 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1103: --- Attachment: AVRO-1103.patch Here's a patch that implements what I believe you are suggesting.

[jira] [Updated] (AVRO-1103) New AvroDeserializer should Locate Appropriate Classloader

2012-06-15 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1103: --- Fix Version/s: 1.7.1 Assignee: Doug Cutting Status: Patch Available (was: Open)

[jira] [Commented] (AVRO-625) RPC: permit out-of-order responses

2012-06-15 Thread Philip Zeyliger (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13295871#comment-13295871 ] Philip Zeyliger commented on AVRO-625: -- It'd be great to get a non-Java implementation

Jenkins build is back to normal : AVRO-python #307

2012-06-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/AVRO-python/307/changes

[jira] [Commented] (AVRO-625) RPC: permit out-of-order responses

2012-06-15 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13295880#comment-13295880 ] Doug Cutting commented on AVRO-625: --- I think the lack of a single non-HTTP standard has

[jira] [Commented] (AVRO-1108) AvroReflectOutput for new Avro hadoop version

2012-06-15 Thread Ashish Nagavaram (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13295887#comment-13295887 ] Ashish Nagavaram commented on AVRO-1108: Hi Doug, I didn't have a chance to test it

[jira] [Updated] (AVRO-1108) AvroReflectOutput for new Avro hadoop version

2012-06-15 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1108: --- Resolution: Fixed Assignee: Doug Cutting (was: Ashish Nagavaram) Status: Resolved

[jira] [Updated] (AVRO-1103) New AvroDeserializer should Locate Appropriate Classloader

2012-06-15 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1103: --- Attachment: AVRO-1103.patch Improved patch that gets classloader from configuration like other

[jira] [Updated] (AVRO-1103) New AvroDeserializer should Locate Appropriate Classloader

2012-06-15 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1103: --- Attachment: AVRO-1103.patch New version of patch that adds a test. I'll commit this soon unless