april board report

2011-04-19 Thread cutting
Matt, FYI, I just filed the following report for Avro this month. Doug == Issues == There are no issues that require the board's attention at this time. == Community == Progress has been steady. Recent contributions include a C# implementation and major additions to the C, C++ and Java impl

[jira] [Updated] (AVRO-801) Byte limit on Sasl RPC calls

2011-04-19 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-801: -- Attachment: AVRO-801.patch Here's an improved patch. I'll commit this soon unless there are objections.

[jira] [Updated] (AVRO-801) Byte limit on Sasl RPC calls

2011-04-19 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-801: -- Attachment: AVRO-801.patch One more minor improvement... > Byte limit on Sasl RPC calls > --

[jira] [Updated] (AVRO-802) Java: add documentation & test for map-only job w/ non-Avro input

2011-04-19 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-802: -- Resolution: Fixed Status: Resolved (was: Patch Available) I committed this. > Java: add documen

[jira] [Updated] (AVRO-799) Java: make text file tools accept codec

2011-04-19 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-799: -- Resolution: Fixed Status: Resolved (was: Patch Available) I committed this. > Java: make text f

[jira] [Updated] (AVRO-798) add checksums to Snappy codec

2011-04-19 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-798: -- Resolution: Fixed Status: Resolved (was: Patch Available) I committed this. > add checksums to

Release Avro 1.5.1 soon?

2011-04-19 Thread Doug Cutting
I'd like to try to release Avro 1.5.1 soon. The list of unresolved issues designated for this release is at: http://tinyurl.com/3ejyfka Currently there's only one blocker. If there are others that you intend to work on soon and feel should block this release, can you please mark them as blocker

[jira] [Updated] (AVRO-763) Java: Mapred API: allow users to utilize configure() and close() methods on AvroMapper and AvroReducer

2011-04-19 Thread Marshall Pierce (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Pierce updated AVRO-763: - Attachment: mapper-reducer-close-configure.patch Patch to add close() and configure() support to Av

[jira] [Created] (AVRO-804) Java: add ThriftDatumWriter and ThriftDatumReader

2011-04-19 Thread Doug Cutting (JIRA)
Java: add ThriftDatumWriter and ThriftDatumReader - Key: AVRO-804 URL: https://issues.apache.org/jira/browse/AVRO-804 Project: Avro Issue Type: New Feature Components: java

[jira] [Commented] (AVRO-804) Java: add ThriftDatumWriter and ThriftDatumReader

2011-04-19 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13021849#comment-13021849 ] Doug Cutting commented on AVRO-804: --- Thrift-generated classes extend TBase, which permits

[jira] [Created] (AVRO-805) Java: add ProtobufDatumReader and ProtobufDatumWriter

2011-04-19 Thread Doug Cutting (JIRA)
Java: add ProtobufDatumReader and ProtobufDatumWriter - Key: AVRO-805 URL: https://issues.apache.org/jira/browse/AVRO-805 Project: Avro Issue Type: New Feature Components: java

[jira] [Commented] (AVRO-805) Java: add ProtobufDatumReader and ProtobufDatumWriter

2011-04-19 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13021852#comment-13021852 ] Doug Cutting commented on AVRO-805: --- Protobuf-generated classes extend Message, which perm

[jira] [Created] (AVRO-806) add a column-major codec for data files

2011-04-19 Thread Doug Cutting (JIRA)
add a column-major codec for data files --- Key: AVRO-806 URL: https://issues.apache.org/jira/browse/AVRO-806 Project: Avro Issue Type: New Feature Components: java, spec Reporter: Do

[jira] [Commented] (AVRO-806) add a column-major codec for data files

2011-04-19 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13021858#comment-13021858 ] Doug Cutting commented on AVRO-806: --- The writer would keep a buffer per field. As records

[jira] [Assigned] (AVRO-763) Java: Mapred API: allow users to utilize configure() and close() methods on AvroMapper and AvroReducer

2011-04-19 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting reassigned AVRO-763: - Assignee: Marshall Pierce Looks good. Passes tests for me, except checkstyle, which complains abou

[jira] [Commented] (AVRO-763) Java: Mapred API: allow users to utilize configure() and close() methods on AvroMapper and AvroReducer

2011-04-19 Thread Marshall Pierce (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13021865#comment-13021865 ] Marshall Pierce commented on AVRO-763: -- Ack! Didn't have the code style set up for the

[jira] [Updated] (AVRO-763) Java: Mapred API: allow users to utilize configure() and close() methods on AvroMapper and AvroReducer

2011-04-19 Thread Marshall Pierce (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Pierce updated AVRO-763: - Attachment: AVRO-763-r2.patch Updated patch that also removes star imports. > Java: Mapred API: a

[jira] [Updated] (AVRO-791) Split avro-tools jar in 1.5.0 to one contains avro tool classes and one contains external dependencies

2011-04-19 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-791: - Attachment: AVRO-791.patch Patch adds avro-tools-VERSION-nodeps.jar. This patch also moves the 'sign' port

[jira] [Updated] (AVRO-791) Split avro-tools jar in 1.5.0 to one contains avro tool classes and one contains external dependencies

2011-04-19 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-791: - Attachment: AVRO-791.patch Fixed patch, there was an error in the prior. > Split avro-tools jar in 1.5.0

[jira] [Updated] (AVRO-791) Split avro-tools jar in 1.5.0 to one contains avro tool classes and one contains external dependencies

2011-04-19 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-791: - Attachment: (was: AVRO-791.patch) > Split avro-tools jar in 1.5.0 to one contains avro tool classes and

[jira] [Updated] (AVRO-791) Split avro-tools jar in 1.5.0 to one contains avro tool classes and one contains external dependencies

2011-04-19 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-791: - Status: Patch Available (was: Open) > Split avro-tools jar in 1.5.0 to one contains avro tool classes and