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

2013-04-12 Thread Martin Kleppmann (JIRA)

 [ 
https://issues.apache.org/jira/browse/AVRO-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Kleppmann updated AVRO-1266:
---

Resolution: Fixed
Status: Resolved  (was: Patch Available)

I committed this (r1467543). Thanks Ashish!

> Fix mapred AvroMultipleOutputs class to write the schema to Jobconf rather 
> than private Hashmap
> ---
>
> Key: AVRO-1266
> URL: https://issues.apache.org/jira/browse/AVRO-1266
> Project: Avro
>  Issue Type: Bug
>  Components: java
>Reporter: Ashish Nagavaram
>Assignee: Ashish Nagavaram
> Fix For: 1.7.5
>
> Attachments: AVRO-1266.patch, AVRO-1266.patch, AVRO-1266-v1.patch
>
>
> The current version of mapred AvroMultipleOutputs stores schemas in provate 
> hashmap which has issues when run in a mapreduce code. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


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

2013-03-05 Thread Ashish Nagavaram (JIRA)

 [ 
https://issues.apache.org/jira/browse/AVRO-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashish Nagavaram updated AVRO-1266:
---

Attachment: AVRO-1266-v1.patch

> Fix mapred AvroMultipleOutputs class to write the schema to Jobconf rather 
> than private Hashmap
> ---
>
> Key: AVRO-1266
> URL: https://issues.apache.org/jira/browse/AVRO-1266
> Project: Avro
>  Issue Type: Bug
>  Components: java
>Reporter: Ashish Nagavaram
>Assignee: Ashish Nagavaram
> Fix For: 1.7.5
>
> Attachments: AVRO-1266.patch, AVRO-1266.patch, AVRO-1266-v1.patch
>
>
> The current version of mapred AvroMultipleOutputs stores schemas in provate 
> hashmap which has issues when run in a mapreduce code. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


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

2013-03-03 Thread Ashish Nagavaram (JIRA)

 [ 
https://issues.apache.org/jira/browse/AVRO-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashish Nagavaram updated AVRO-1266:
---

Attachment: AVRO-1266.patch

> Fix mapred AvroMultipleOutputs class to write the schema to Jobconf rather 
> than private Hashmap
> ---
>
> Key: AVRO-1266
> URL: https://issues.apache.org/jira/browse/AVRO-1266
> Project: Avro
>  Issue Type: Bug
>  Components: java
>Reporter: Ashish Nagavaram
>Assignee: Ashish Nagavaram
> Fix For: 1.7.5
>
> Attachments: AVRO-1266.patch, AVRO-1266.patch
>
>
> The current version of mapred AvroMultipleOutputs stores schemas in provate 
> hashmap which has issues when run in a mapreduce code. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[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 
> than private Hashmap
> ---
>
> Key: AVRO-1266
> URL: https://issues.apache.org/jira/browse/AVRO-1266
> Project: Avro
>  Issue Type: Bug
>  Components: java
>Reporter: Ashish Nagavaram
>Assignee: Ashish Nagavaram
> Fix For: 1.7.5
>
> Attachments: AVRO-1266.patch
>
>
> The current version of mapred AvroMultipleOutputs stores schemas in provate 
> hashmap which has issues when run in a mapreduce code. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


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

2013-02-28 Thread Ashish Nagavaram (JIRA)

 [ 
https://issues.apache.org/jira/browse/AVRO-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashish Nagavaram updated AVRO-1266:
---

Status: Patch Available  (was: Open)

> Fix mapred AvroMultipleOutputs class to write the schema to Jobconf rather 
> than private Hashmap
> ---
>
> Key: AVRO-1266
> URL: https://issues.apache.org/jira/browse/AVRO-1266
> Project: Avro
>  Issue Type: Bug
>  Components: java
>Reporter: Ashish Nagavaram
> Attachments: AVRO-1266.patch
>
>
> The current version of mapred AvroMultipleOutputs stores schemas in provate 
> hashmap which has issues when run in a mapreduce code. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


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

2013-02-28 Thread Ashish Nagavaram (JIRA)

 [ 
https://issues.apache.org/jira/browse/AVRO-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashish Nagavaram updated AVRO-1266:
---

Attachment: AVRO-1266.patch

> Fix mapred AvroMultipleOutputs class to write the schema to Jobconf rather 
> than private Hashmap
> ---
>
> Key: AVRO-1266
> URL: https://issues.apache.org/jira/browse/AVRO-1266
> Project: Avro
>  Issue Type: Bug
>  Components: java
>Reporter: Ashish Nagavaram
> Attachments: AVRO-1266.patch
>
>
> The current version of mapred AvroMultipleOutputs stores schemas in provate 
> hashmap which has issues when run in a mapreduce code. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira