[jira] [Updated] (AVRO-1239) AvroMultipleOutput ignores schemas

2013-02-01 Thread Johannes Schulte (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johannes Schulte updated AVRO-1239: --- Status: Patch Available (was: Open) keep AvroMultipleOutput ignores

[jira] [Updated] (AVRO-1239) AvroMultipleOutput ignores schemas

2013-02-01 Thread Johannes Schulte (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johannes Schulte updated AVRO-1239: --- Attachment: 1239.patch AvroMultipleOutput ignores schemas

[jira] [Commented] (AVRO-1215) AvroMultipleOutputs not working when specifying baseOutputPath

2013-02-01 Thread Ashish Nagavaram (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13568821#comment-13568821 ] Ashish Nagavaram commented on AVRO-1215: Hi priyo, my bad, I tried to run the MR

[jira] [Created] (AVRO-1240) SpecificDataumReader.next() can return a GenericData.Record resulting in a ClassCastException

2013-02-01 Thread Brock Noland (JIRA)
Brock Noland created AVRO-1240: -- Summary: SpecificDataumReader.next() can return a GenericData.Record resulting in a ClassCastException Key: AVRO-1240 URL: https://issues.apache.org/jira/browse/AVRO-1240

[jira] [Commented] (AVRO-1240) SpecificDataumReader.next() can return a GenericData.Record resulting in a ClassCastException

2013-02-01 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13568851#comment-13568851 ] Brock Noland commented on AVRO-1240: I have found three work arounds for this issue.

[jira] [Updated] (AVRO-1240) SpecificDataumReader.next() can return a GenericData.Record resulting in a ClassCastException

2013-02-01 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1240: --- Attachment: AVRO-1240.patch Here's a patch that fixes the SpecificDatumReader(Class) constructor to

[jira] [Updated] (AVRO-1240) SpecificDataumReader.next() can return a GenericData.Record resulting in a ClassCastException

2013-02-01 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1240: --- Fix Version/s: 1.7.4 Status: Patch Available (was: Open) SpecificDataumReader.next()

[jira] [Updated] (AVRO-1182) DataFileReader missing seek, sync methods

2013-02-01 Thread Daniel Russel (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Russel updated AVRO-1182: Attachment: add_seek DataFileReader missing seek, sync methods

[jira] [Updated] (AVRO-1182) DataFileReader missing seek, sync methods

2013-02-01 Thread Daniel Russel (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Russel updated AVRO-1182: Attachment: (was: add_seek) DataFileReader missing seek, sync methods

[jira] [Commented] (AVRO-1182) DataFileReader missing seek, sync methods

2013-02-01 Thread Daniel Russel (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13568955#comment-13568955 ] Daniel Russel commented on AVRO-1182: - * It appears that your editor inserts hard-tabs.

[jira] [Created] (AVRO-1241) improve trevni performance on string deserialization

2013-02-01 Thread Joseph Adler (JIRA)
Joseph Adler created AVRO-1241: -- Summary: improve trevni performance on string deserialization Key: AVRO-1241 URL: https://issues.apache.org/jira/browse/AVRO-1241 Project: Avro Issue Type:

[jira] [Updated] (AVRO-1241) improve trevni performance on string deserialization

2013-02-01 Thread Joseph Adler (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Adler updated AVRO-1241: --- Release Note: Optimized string de-serialization Status: Patch Available (was: Open)

[jira] [Updated] (AVRO-1241) improve trevni performance on string deserialization

2013-02-01 Thread Joseph Adler (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Adler updated AVRO-1241: --- Attachment: AVRO-1241 Optimization in the attached file improve trevni performance

[jira] [Commented] (AVRO-1241) improve trevni performance on string deserialization

2013-02-01 Thread Joseph Adler (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13569062#comment-13569062 ] Joseph Adler commented on AVRO-1241: I should add that I have only tested this change

[jira] [Commented] (AVRO-1208) Improve Trevni's performance on row-oriented data access

2013-02-01 Thread Joseph Adler (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13569064#comment-13569064 ] Joseph Adler commented on AVRO-1208: I opened another issue (AVRO-1241), and included a

Re: Release 1.7.4 soon?

2013-02-01 Thread Russell Jurney
It would help us rewrite AvroStorage with Trevni support in Pig if https://issues.apache.org/jira/browse/AVRO-1241 was in this release. On Thu, Jan 31, 2013 at 4:15 PM, Doug Cutting cutt...@apache.org wrote: I'm thinking of creating a 1.7.4 release candidate in the next week or so. Are there

[jira] [Updated] (AVRO-1208) Improve Trevni's performance on row-oriented data access

2013-02-01 Thread Yin Huai (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yin Huai updated AVRO-1208: --- Attachment: AVRO-1208.1.patch a initial implementation of the patch. I added two methods in ColumnValues.

[jira] [Updated] (AVRO-1228) Evolving schemas cause AvroColumnReader to fail

2013-02-01 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1228: --- Attachment: AVRO-1228.patch Here's a patch that should fix handing of complex fields to be consistent

[jira] [Commented] (AVRO-1241) improve trevni performance on string deserialization

2013-02-01 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13569212#comment-13569212 ] Doug Cutting commented on AVRO-1241: This seems like a fine change. I'll commit it

[jira] [Commented] (AVRO-1208) Improve Trevni's performance on row-oriented data access

2013-02-01 Thread Yin Huai (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13569215#comment-13569215 ] Yin Huai commented on AVRO-1208: Did a quick test with [my benchmark

[jira] [Updated] (AVRO-1241) improve trevni performance on string deserialization

2013-02-01 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1241: --- Fix Version/s: 1.7.4 improve trevni performance on string deserialization

[jira] [Updated] (AVRO-1241) improve trevni performance on string deserialization

2013-02-01 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1241: --- Assignee: Joseph Adler improve trevni performance on string deserialization

[jira] [Updated] (AVRO-1208) Improve Trevni's performance on row-oriented data access

2013-02-01 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1208: --- Assignee: Yin Huai Improve Trevni's performance on row-oriented data access

[jira] [Updated] (AVRO-1208) Improve Trevni's performance on row-oriented data access

2013-02-01 Thread Yin Huai (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yin Huai updated AVRO-1208: --- Status: Patch Available (was: Open) Improve Trevni's performance on row-oriented data access

[jira] [Commented] (AVRO-1208) Improve Trevni's performance on row-oriented data access

2013-02-01 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13569229#comment-13569229 ] Doug Cutting commented on AVRO-1208: This is great work! I'd love to hear whether