[jira] Subscription: PIG patch available

2015-11-05 Thread jira
Issue Subscription Filter: PIG patch available (28 issues) Subscriber: pigdaily Key Summary PIG-4689CSV Writes incorrect header if two CSV files are created in one script https://issues.apache.org/jira/browse/PIG-4689 PIG-4684Exception should be changed to warning whe

Fwd: Pig job freezes occasionally

2015-11-05 Thread Ron Reiter
Hi, As Hitesh suggested, please see below. We have an issue with the UNION operator while using the Tez engine with Pig. Is this a bug? Thanks, -- Forwarded message -- From: Hitesh Shah Date: Thu, Nov 5, 2015 at 6:17 PM Subject: Re: Pig job freezes occasionally To: u...@pig.apac

[jira] [Assigned] (PIG-3187) Add -tagFile and -tagPath options to AvroStorage

2015-11-05 Thread David Chen (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Chen reassigned PIG-3187: --- Assignee: David Chen > Add -tagFile and -tagPath options to AvroStorage > -

Re: Using Maven instead of Ant?

2015-11-05 Thread Niels Basjes
My guess is that one of the reasons is that it is a very big change (everything needs to move to different directories). Doing such a large change takes time (i.e. few days/weeks); In an active project like Pig the project will have changed so much that you essentially have the biggest merge confli

Re: Using Maven instead of Ant?

2015-11-05 Thread Alan Gates
I think we're all for making the switch, just no one's gotten around to doing it. Alan. Niels Basjes November 5, 2015 at 4:52 Hi, For me using the ant build system in pig is extremely difficult. Today I spent about 2 hours trying simply compile and run a test in piggy

Re: Using Maven instead of Ant?

2015-11-05 Thread Niels Basjes
Ah yes, I found it. https://issues.apache.org/jira/browse/PIG-2599 Quite old. Apparently no one has picked this up yet. :( On Thu, Nov 5, 2015 at 4:06 PM, Santosh Pingale wrote: > I think it was a problem statement for GSoC. > On Nov 5, 2015 6:22 PM, "Niels Basjes" wrote: > > > Hi, > > > > For

Re: Using Maven instead of Ant?

2015-11-05 Thread Santosh Pingale
I think it was a problem statement for GSoC. On Nov 5, 2015 6:22 PM, "Niels Basjes" wrote: > Hi, > > For me using the ant build system in pig is extremely difficult. > Today I spent about 2 hours trying simply compile and run a test in > piggybank (In case you wonder; it was this one > https://is

Using Maven instead of Ant?

2015-11-05 Thread Niels Basjes
Hi, For me using the ant build system in pig is extremely difficult. Today I spent about 2 hours trying simply compile and run a test in piggybank (In case you wonder; it was this one https://issues.apache.org/jira/browse/PIG-4689 ). I have not been able to get it to work. In the end I created the

[jira] [Updated] (PIG-4689) CSV Writes incorrect header if two CSV files are created in one script

2015-11-05 Thread Niels Basjes (JIRA)
.0 >Reporter: Niels Basjes >Assignee: Niels Basjes > Attachments: PIG-4689-2015-10-06.patch, PIG-4689-20151016.patch, > PIG-4689-20151105.patch > > > From a single Pig script I write two completely different and unrelated CSV > files; both with t

[jira] [Updated] (PIG-4689) CSV Writes incorrect header if two CSV files are created in one script

2015-11-05 Thread Niels Basjes (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niels Basjes updated PIG-4689: -- Attachment: PIG-4689-20151105.patch I created a unit test to reproduce the problem. I validated this test