[jira] Subscription: PIG patch available

2013-05-12 Thread jira
Issue Subscription Filter: PIG patch available (23 issues) Subscriber: pigdaily Key Summary PIG-3318AVRO: 'default value' not honored when merging schemas on load with AvroStorage https://issues.apache.org/jira/browse/PIG-3318 PIG-3317disable optimizations

Re: Unit test classpath trouble

2013-05-12 Thread Andrew Purtell
It happens consistently on multiple systems and different operating systems and JDK versions, so while is a build (or more specifically a unit test environment) problem, it is unlikely an issue singular to me. On Saturday, May 11, 2013, Konstantin Boudnik wrote: As you know we've been testing

[jira] [Updated] (PIG-3302) JSONStorage throws NPE if map has null values

2013-05-12 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-3302: Status: Patch Available (was: Open) JSONStorage throws NPE if map has null values

[jira] [Updated] (PIG-3302) JSONStorage throws NPE if map has null values

2013-05-12 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-3302: Attachment: PIG-3302-1.patch JSONStorage throws NPE if map has null values

[jira] [Resolved] (PIG-3319) Race condition in POStream

2013-05-12 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park resolved PIG-3319. Resolution: Won't Fix I ended up fixing my LoadFunc. Originally, I thought I would fix this in Pig

Re: Unit test classpath trouble

2013-05-12 Thread Cheolsoo Park
Hi Andrew, I'm trying HEAD of branch-0.11. You need PIG-3248: https://issues.apache.org/jira/browse/PIG-3248. It's not in branch-0.11 but in trunk. In particular, you need to add the following lines to ivy.xml: +dependency org=org.apache.hadoop name=hadoop-yarn-client +