[jira] [Commented] (PIG-3419) Pluggable Execution Engine

2013-08-23 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13748657#comment-13748657 ] Cheolsoo Park commented on PIG-3419: All, so here is the list of failing tests: {code}

Upgrading antlr to 3.5

2013-08-23 Thread Prashant Kommireddi
Hey guys, Anyone aware of any issues with upgrading antlr to v3.5 for Pig? I am planning to try it out, and wanted to make sure it's not already been tried. Thanks, Prashant

[jira] [Updated] (PIG-3436) Make pigmix run with Hadoop2

2013-08-23 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-3436: Status: Patch Available (was: Open) Make pigmix run with Hadoop2

Re: Upgrading antlr to 3.5

2013-08-23 Thread Daniel Dai
Any reason why you want to upgrade to 3.5? We'd like Hive/Pig use the same version of antrl, which ease the integration work of Hive/Pig/HCat. Thanks, Daniel On Fri, Aug 23, 2013 at 5:50 PM, Prashant Kommireddi prash1...@gmail.comwrote: Hey guys, Anyone aware of any issues with upgrading

[jira] [Commented] (PIG-3419) Pluggable Execution Engine

2013-08-23 Thread Achal Soni (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13748873#comment-13748873 ] Achal Soni commented on PIG-3419: - [~cheolsoo] Thanks a lot for running the test suite! It's

[jira] [Created] (PIG-3437) Error while running e2e test: Can't open ./resource/hadoop23.res, No such file or directory coming from test_harness.pl line #179

2013-08-23 Thread Annie Lin (JIRA)
Annie Lin created PIG-3437: -- Summary: Error while running e2e test: Can't open ./resource/hadoop23.res, No such file or directory coming from test_harness.pl line #179 Key: PIG-3437 URL:

[jira] [Commented] (PIG-3437) Error while running e2e test: Can't open ./resource/hadoop23.res, No such file or directory coming from test_harness.pl line #179

2013-08-23 Thread Annie Lin (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13748906#comment-13748906 ] Annie Lin commented on PIG-3437: using pig trunk workspace and run e2e test using hadoop23

[jira] [Commented] (PIG-3419) Pluggable Execution Engine

2013-08-23 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13748907#comment-13748907 ] Rohini Palaniswamy commented on PIG-3419: - In the Pig-on-Tez meeting in Linkedin we

Re: Upgrading antlr to 3.5

2013-08-23 Thread Prashant Kommireddi
Hi Daniel, The reasons are more internal. Our app is having an issue with 3.4 and it's easier for us to move forward to 3.5 http://antlr.markmail.org/search/?q=%22void+%3D+null%3B%22#query:%22void%20%3D%20null%3B%22%20order%3Adate-backward+page:1+mid:7g3th2bg3onyoqhv+state:results Is it

[jira] [Updated] (PIG-2417) Streaming UDFs - allow users to easily write UDFs in scripting languages with no JVM implementation.

2013-08-23 Thread Jeremy Karn (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Karn updated PIG-2417: - Attachment: PIG-2417-5.patch Here's an updated patch that I think should be ready for review (review board

Review Request 13781: Changes to add support for streaming_python udfs.

2013-08-23 Thread Jeremy Karn
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13781/ --- Review request for pig. Repository: pig-git Description --- Changes for

[jira] [Commented] (PIG-2417) Streaming UDFs - allow users to easily write UDFs in scripting languages with no JVM implementation.

2013-08-23 Thread Jeremy Karn (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13748957#comment-13748957 ] Jeremy Karn commented on PIG-2417: -- Here's the review board:

[jira] [Updated] (PIG-3379) Alias reuse in nested foreach causes PIG script to fail

2013-08-23 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-3379: Resolution: Fixed Fix Version/s: 0.12 Hadoop Flags: Reviewed Status: Resolved (was:

[jira] [Commented] (PIG-3419) Pluggable Execution Engine

2013-08-23 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13749014#comment-13749014 ] Dmitriy V. Ryaboy commented on PIG-3419: Rohini, I want to reiterate that this patch

[jira] [Commented] (PIG-3419) Pluggable Execution Engine

2013-08-23 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13749106#comment-13749106 ] Olga Natkovich commented on PIG-3419: - I think the reason we wanted it on the Tez branch

Re: Upgrading antlr to 3.5

2013-08-23 Thread Daniel Dai
If 3.5 can work without any code change, probably should be Ok. But we never tried that. On Fri, Aug 23, 2013 at 7:43 PM, Prashant Kommireddi prash1...@gmail.comwrote: Hi Daniel, The reasons are more internal. Our app is having an issue with 3.4 and it's easier for us to move forward to 3.5

Re: Upgrading antlr to 3.5

2013-08-23 Thread Ashutosh Chauhan
Hive had lot of trouble while upgrading antlr last time. See https://issues.apache.org/jira/browse/HIVE-2439 https://issues.apache.org/jira/browse/HIVE-4547 Not to say you will encounter these difficulties in next upgrade too but given the fact that antlr is not very particular about backward

[jira] [Assigned] (PIG-2606) union is not accepting same alias as multiple inputs

2013-08-23 Thread Hari Sankar Sivarama Subramaniyan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hari Sankar Sivarama Subramaniyan reassigned PIG-2606: -- Assignee: Hari Sankar Sivarama Subramaniyan union

[jira] Subscription: PIG patch available

2013-08-23 Thread jira
Issue Subscription Filter: PIG patch available (18 issues) Subscriber: pigdaily Key Summary PIG-3436Make pigmix run with Hadoop2 https://issues.apache.org/jira/browse/PIG-3436 PIG-3431Return more information for parsing related exceptions.

[jira] [Commented] (PIG-3419) Pluggable Execution Engine

2013-08-23 Thread Julien Le Dem (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13749226#comment-13749226 ] Julien Le Dem commented on PIG-3419: The advantage of having the Execution engine

[jira] [Work stopped] (PIG-2417) Streaming UDFs - allow users to easily write UDFs in scripting languages with no JVM implementation.

2013-08-23 Thread Jeremy Karn (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on PIG-2417 stopped by Jeremy Karn. Streaming UDFs - allow users to easily write UDFs in scripting languages with no JVM implementation.

[jira] [Updated] (PIG-2417) Streaming UDFs - allow users to easily write UDFs in scripting languages with no JVM implementation.

2013-08-23 Thread Jeremy Karn (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Karn updated PIG-2417: - Patch Info: Patch Available Streaming UDFs - allow users to easily write UDFs in scripting languages

[jira] [Work started] (PIG-2417) Streaming UDFs - allow users to easily write UDFs in scripting languages with no JVM implementation.

2013-08-23 Thread Jeremy Karn (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on PIG-2417 started by Jeremy Karn. Streaming UDFs - allow users to easily write UDFs in scripting languages with no JVM implementation.

[jira] [Updated] (PIG-3419) Pluggable Execution Engine

2013-08-23 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park updated PIG-3419: --- Attachment: updated-8-23-2013-exec-engine.patch I am uploading a new patch that includes the following