Trevni status

2013-03-01 Thread Ken Krugler
Hi all, Any input as to the status of Trevni? I'm researching column-oriented file formats that aren't tightly coupled to specific platforms - this precludes ORCFile, for example. CIF seemed interesting, but IBM hasn't released the code. And Trevni seems to be a reasonable open source

[jira] [Commented] (AVRO-1266) Fix mapred AvroMultipleOutputs class to write the schema to Jobconf rather than private Hashmap

2013-03-01 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13590837#comment-13590837 ] Doug Cutting commented on AVRO-1266: This looks like the mapred version of AVRO-1215.

[jira] [Assigned] (AVRO-1266) Fix mapred AvroMultipleOutputs class to write the schema to Jobconf rather than private Hashmap

2013-03-01 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting reassigned AVRO-1266: -- Assignee: Ashish Nagavaram Fix mapred AvroMultipleOutputs class to write the schema to

[jira] [Updated] (AVRO-1266) Fix mapred AvroMultipleOutputs class to write the schema to Jobconf rather than private Hashmap

2013-03-01 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1266: --- Fix Version/s: 1.7.5 Fix mapred AvroMultipleOutputs class to write the schema to Jobconf rather

[jira] [Commented] (AVRO-1266) Fix mapred AvroMultipleOutputs class to write the schema to Jobconf rather than private Hashmap

2013-03-01 Thread Ashish Nagavaram (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13590847#comment-13590847 ] Ashish Nagavaram commented on AVRO-1266: Yes, it is the mapred version of AVRO-1215

[jira] [Created] (AVRO-1269) AVRO is converting ORACLE,Netezza,Teradata decmials long integers to Strings.

2013-03-01 Thread Prasad Dasari (JIRA)
Prasad Dasari created AVRO-1269: --- Summary: AVRO is converting ORACLE,Netezza,Teradata decmials long integers to Strings. Key: AVRO-1269 URL: https://issues.apache.org/jira/browse/AVRO-1269 Project:

[jira] [Updated] (AVRO-1262) Provide access to the writer schema from the mapper

2013-03-01 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1262: --- Attachment: AVRO-1262.patch Here's a patch that implements this. Provide access to

[jira] [Updated] (AVRO-1262) Provide access to the writer schema from the mapper

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

[jira] [Commented] (AVRO-1262) Provide access to the writer schema from the mapper

2013-03-01 Thread Josh Spiegel (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13591104#comment-13591104 ] Josh Spiegel commented on AVRO-1262: Thanks! It looks like you exposed the writer

[jira] [Updated] (AVRO-1259) improve Trevni encoding of sparse fields

2013-03-01 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1259: --- Attachment: AVRO-1259.patch Here's a patch that implements this. No new tests are required, since

[jira] [Commented] (AVRO-1259) improve Trevni encoding of sparse fields

2013-03-01 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13591135#comment-13591135 ] Doug Cutting commented on AVRO-1259: For a union like [null, int], Trevni writes two

[jira] [Commented] (AVRO-1259) improve Trevni encoding of sparse fields

2013-03-01 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13591139#comment-13591139 ] Doug Cutting commented on AVRO-1259: Note that if you project a [null, int] union down

[jira] [Created] (AVRO-1270) Emit default values from reader schema during schema evolution/projection

2013-03-01 Thread Chris Laws (JIRA)
Chris Laws created AVRO-1270: Summary: Emit default values from reader schema during schema evolution/projection Key: AVRO-1270 URL: https://issues.apache.org/jira/browse/AVRO-1270 Project: Avro

[jira] [Commented] (AVRO-1268) Add java-class support for stringable types to SpecificData

2013-03-01 Thread Alexandre Normand (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13591314#comment-13591314 ] Alexandre Normand commented on AVRO-1268: - I thought I'd post a quick update. I