[jira] [Updated] (AVRO-1217) Calling set_meta on DataFileWriter does not do anything (in python)

2012-12-07 Thread Miki Tebeka (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Miki Tebeka updated AVRO-1217: -- Resolution: Fixed Assignee: Miki Tebeka Status: Resolved (was: Patch Available) > Cal

[jira] [Commented] (AVRO-1217) Calling set_meta on DataFileWriter does not do anything (in python)

2012-12-07 Thread Miki Tebeka (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526950#comment-13526950 ] Miki Tebeka commented on AVRO-1217: --- Thanks for the patch, committed in rev 1418584.

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

2012-12-07 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526932#comment-13526932 ] Harsh J commented on AVRO-1215: --- Since we're providing a custom implementation of MultipleOut

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

2012-12-07 Thread Matthew Hayes (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526927#comment-13526927 ] Matthew Hayes commented on AVRO-1215: - It looks like this should work. Shouldn't you u

[jira] [Updated] (AVRO-1217) Calling set_meta on DataFileWriter does not do anything (in python)

2012-12-07 Thread Philip Gladstone (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Gladstone updated AVRO-1217: --- Attachment: meta.pf The patch that resolves the issue. > Calling set_meta on

[jira] [Updated] (AVRO-1217) Calling set_meta on DataFileWriter does not do anything (in python)

2012-12-07 Thread Philip Gladstone (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Gladstone updated AVRO-1217: --- Release Note: Calls to DataFileWriter set_meta method will now add metadata to the written fil

[jira] [Created] (AVRO-1217) Calling set_meta on DataFileWriter does not do anything (in python)

2012-12-07 Thread Philip Gladstone (JIRA)
Philip Gladstone created AVRO-1217: -- Summary: Calling set_meta on DataFileWriter does not do anything (in python) Key: AVRO-1217 URL: https://issues.apache.org/jira/browse/AVRO-1217 Project: Avro

[jira] [Updated] (AVRO-1216) Setting precision for the output stream

2012-12-07 Thread Paul Jacobs (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Jacobs updated AVRO-1216: -- Description: There's no way, that I know of, to set the precision level on the output stream. I want to

[jira] [Updated] (AVRO-1216) Setting precision for the output stream

2012-12-07 Thread Paul Jacobs (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Jacobs updated AVRO-1216: -- Priority: Major (was: Minor) > Setting precision for the output stream > --

[jira] [Updated] (AVRO-1216) Setting precision for the output stream

2012-12-07 Thread Paul Jacobs (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Jacobs updated AVRO-1216: -- Attachment: precision.cpp cpx.json > Setting precision for the output stream > -

[jira] [Created] (AVRO-1216) Setting precision for the output stream

2012-12-07 Thread Paul Jacobs (JIRA)
Paul Jacobs created AVRO-1216: - Summary: Setting precision for the output stream Key: AVRO-1216 URL: https://issues.apache.org/jira/browse/AVRO-1216 Project: Avro Issue Type: Bug Compon

Re: [jira] [Commented] (AVRO-1214) Generated protocol's method should return void instead of Void like one-way message

2012-12-07 Thread Doug Cutting
If we kept it Void by default then we could even include it in a 1.7.4 bugfix release. Avro's release rules permit incompatible API changes in point releases (e.g., 1.8). Only incompatible data formats would force a 2.0 release. Still, if we can reduce incompatible API changes in point releases

[jira] [Commented] (AVRO-1214) Generated protocol's method should return void instead of Void like one-way message

2012-12-07 Thread JIRA
[ https://issues.apache.org/jira/browse/AVRO-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526718#comment-13526718 ] Sébastien Launay commented on AVRO-1214: You are right Apache versioning would requ

[jira] [Updated] (AVRO-1214) Generated protocol's method should return void instead of Void like one-way message

2012-12-07 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1214: --- Fix Version/s: 1.8.0 Hadoop Flags: Incompatible change This looks like a good change, but it is i

Re: [VOTE] Avro release 1.7.3 (rc2)

2012-12-07 Thread Doug Cutting
This passes, with 3 +1 votes from PMC members and no -1 votes. I'll start publishing the release. Doug On Mon, Dec 3, 2012 at 10:41 AM, Doug Cutting wrote: > I have created a third candidate build for Avro release 1.7.3. > > Changes are listed at: > > http://s.apache.org/avro173notes > > Plea

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

2012-12-07 Thread Ashish Nagavaram (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Nagavaram reassigned AVRO-1215: -- Assignee: Ashish Nagavaram > AvroMultipleOutputs not working when specifying baseOut

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

2012-12-07 Thread Ashish Nagavaram (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Nagavaram updated AVRO-1215: --- Attachment: avro-1215.patch Patch with changes for jira avro 1215 bug > AvroM

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

2012-12-07 Thread Ashish Nagavaram (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Nagavaram updated AVRO-1215: --- Status: Patch Available (was: Open) Patch with necessary changes and Updates TestAvroMultiple