Re: Pig 0.14.0 release plan

2014-11-07 Thread Lorand Bendig
Hi Daniel, Currently Pig fetch mode throws an exception if a query is performed through HCatalog. At Pig side I fixed PIG-4238, but there's a tiny patch at the Hive side as well (HIVE-8484) which would be great to have in 0.14. As a Hive committer, would you please review it? Thanks, Lorand

[jira] [Created] (PIG-4313) StackOverflowError in LIMIT operation on Spark

2014-11-07 Thread Carlos Balduz (JIRA)
Carlos Balduz created PIG-4313: -- Summary: StackOverflowError in LIMIT operation on Spark Key: PIG-4313 URL: https://issues.apache.org/jira/browse/PIG-4313 Project: Pig Issue Type: Bug

[jira] [Updated] (PIG-4313) StackOverflowError in LIMIT operation on Spark

2014-11-07 Thread Carlos Balduz (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carlos Balduz updated PIG-4313: --- Status: Patch Available (was: Open) StackOverflowError in LIMIT operation on Spark

[jira] [Updated] (PIG-4313) StackOverflowError in LIMIT operation on Spark

2014-11-07 Thread Carlos Balduz (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carlos Balduz updated PIG-4313: --- Attachment: PIG-4313.patch StackOverflowError in LIMIT operation on Spark

[jira] [Updated] (PIG-4313) StackOverflowError in LIMIT operation on Spark

2014-11-07 Thread Carlos Balduz (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carlos Balduz updated PIG-4313: --- Description: The current implemenation of the LIMIT operation does not take into account the actual

[jira] [Updated] (PIG-4313) StackOverflowError in LIMIT operation on Spark

2014-11-07 Thread Carlos Balduz (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carlos Balduz updated PIG-4313: --- Description: The current implemenation of the LIMIT operation does not take into account the actual

[jira] [Updated] (PIG-4313) StackOverflowError in LIMIT operation on Spark

2014-11-07 Thread Carlos Balduz (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carlos Balduz updated PIG-4313: --- Description: The current implemenation of the LIMIT operation does not take into account the actual

[jira] [Updated] (PIG-4232) UDFContext is not initialized in executors when running on Spark cluster

2014-11-07 Thread Praveen Rachabattuni (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Praveen Rachabattuni updated PIG-4232: -- Attachment: PIG-4232_2.patch UDFContext is not initialized in executors when running on

[jira] [Commented] (PIG-4232) UDFContext is not initialized in executors when running on Spark cluster

2014-11-07 Thread Praveen Rachabattuni (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14202022#comment-14202022 ] Praveen Rachabattuni commented on PIG-4232: --- [~kellyzly] I have attached patch

[jira] [Commented] (PIG-3977) Get TezStats working for Oozie

2014-11-07 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14202090#comment-14202090 ] Rohini Palaniswamy commented on PIG-3977: - Full suite of unit and e2e tests are

Re: Pig 0.14.0 release plan

2014-11-07 Thread Alan Gates
If you're wanting to get HIVE-8484 into Hive 0.14, you should talk to Gunther ASAP as he is planning on rolling a release candidate today I believe. Alan. Lorand Bendig mailto:lben...@gmail.com November 7, 2014 at 0:23 Hi Daniel, Currently Pig fetch mode throws an exception if a query is

[jira] [Commented] (PIG-4267) ToDate has incorrect timezone offsets

2014-11-07 Thread Brian Johnson (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14202170#comment-14202170 ] Brian Johnson commented on PIG-4267: ISOHelper has some more serious issues because the

Re: Pig 0.14.0 release plan

2014-11-07 Thread Lorand Bendig
Thank you, Alan. I'll ask him. --Lorand On 07/11/14 16:27, Alan Gates wrote: If you're wanting to get HIVE-8484 into Hive 0.14, you should talk to Gunther ASAP as he is planning on rolling a release candidate today I believe. Alan. Lorand Bendig mailto:lben...@gmail.com November 7, 2014

[jira] [Commented] (PIG-4267) ToDate has incorrect timezone offsets

2014-11-07 Thread Brian Johnson (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14202213#comment-14202213 ] Brian Johnson commented on PIG-4267: for that matter, why are all these piggybank ISO

[jira] [Updated] (PIG-4267) ToDate has incorrect timezone offsets

2014-11-07 Thread Brian Johnson (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Johnson updated PIG-4267: --- Attachment: patch fixes handling of timezones in piggybank date functions ToDate has incorrect

[jira] [Updated] (PIG-4267) ToDate has incorrect timezone offsets

2014-11-07 Thread Brian Johnson (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Johnson updated PIG-4267: --- Attachment: patch missing import ToDate has incorrect timezone offsets

[jira] [Commented] (PIG-4084) Port TestPigRunner to Tez

2014-11-07 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14202688#comment-14202688 ] Rohini Palaniswamy commented on PIG-4084: - This patch has been made part of

[jira] [Updated] (PIG-4084) Port TestPigRunner to Tez

2014-11-07 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-4084: Resolution: Fixed Status: Resolved (was: Patch Available) Port TestPigRunner to Tez

[jira] [Updated] (PIG-4298) Descending order-by is broken in some cases when key is bytearrays

2014-11-07 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park updated PIG-4298: --- Resolution: Fixed Fix Version/s: (was: 0.15.0) 0.14.0 Status:

[jira] [Updated] (PIG-4224) Upload Tez payload history string to timeline server

2014-11-07 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-4224: Attachment: PIG-4224-2.patch Change the history string format according to TEZ-1736. Upload Tez payload

[jira] [Updated] (PIG-4299) SpillableMemoryManager assumes tenured heap incorrectly

2014-11-07 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-4299: Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) Patch

[jira] [Commented] (PIG-4299) SpillableMemoryManager assumes tenured heap incorrectly

2014-11-07 Thread Prashant Kommireddi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14202951#comment-14202951 ] Prashant Kommireddi commented on PIG-4299: -- Thanks Daniel! Seems like our commits

[jira] [Created] (PIG-4314) BigData_5 hang on some machine

2014-11-07 Thread Daniel Dai (JIRA)
Daniel Dai created PIG-4314: --- Summary: BigData_5 hang on some machine Key: PIG-4314 URL: https://issues.apache.org/jira/browse/PIG-4314 Project: Pig Issue Type: Bug Components: impl

[jira] [Updated] (PIG-4314) BigData_5 hang on some machine

2014-11-07 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-4314: Attachment: (was: PIG-4314-1.patch) BigData_5 hang on some machine --

[jira] [Updated] (PIG-4314) BigData_5 hang on some machine

2014-11-07 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-4314: Attachment: PIG-4314-1.patch We shall always do spill if we are in handleNotification. Attach a patch.

[jira] [Updated] (PIG-4314) BigData_5 hang on some machine

2014-11-07 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-4314: Status: Patch Available (was: Open) BigData_5 hang on some machine --

[jira] [Updated] (PIG-4314) BigData_5 hang on some machine

2014-11-07 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-4314: Attachment: PIG-4314-1.patch BigData_5 hang on some machine --

[jira] [Created] (PIG-4315) MergeJoin followed by order by gives NPE in Tez

2014-11-07 Thread Rohini Palaniswamy (JIRA)
Rohini Palaniswamy created PIG-4315: --- Summary: MergeJoin followed by order by gives NPE in Tez Key: PIG-4315 URL: https://issues.apache.org/jira/browse/PIG-4315 Project: Pig Issue Type:

[jira] [Updated] (PIG-4316) Port TestHBaseStorage to tez local mode

2014-11-07 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-4316: Status: Patch Available (was: Open) Port TestHBaseStorage to tez local mode

[jira] [Updated] (PIG-4316) Port TestHBaseStorage to tez local mode

2014-11-07 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-4316: Attachment: PIG-4316-2.patch Updated patch adding the test to tez-local-tests Port

[jira] [Comment Edited] (PIG-4316) Port TestHBaseStorage to tez local mode

2014-11-07 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14203166#comment-14203166 ] Rohini Palaniswamy edited comment on PIG-4316 at 11/8/14 3:13 AM:

[jira] [Commented] (PIG-4316) Port TestHBaseStorage to tez local mode

2014-11-07 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14203202#comment-14203202 ] Daniel Dai commented on PIG-4316: - +1 Port TestHBaseStorage to tez local mode

[jira] Subscription: PIG patch available

2014-11-07 Thread jira
Issue Subscription Filter: PIG patch available (24 issues) Subscriber: pigdaily Key Summary PIG-4316Port TestHBaseStorage to tez local mode https://issues.apache.org/jira/browse/PIG-4316 PIG-4314BigData_5 hang on some machine

[jira] [Commented] (PIG-3455) Pig 0.11.1 OutOfMemory error

2014-11-07 Thread Skanda Prasad (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14203277#comment-14203277 ] Skanda Prasad commented on PIG-3455: I'm now getting the following exception after

[jira] [Commented] (PIG-3567) LogicalPlanPrinter throws OOM for large scripts

2014-11-07 Thread Skanda Prasad (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14203279#comment-14203279 ] Skanda Prasad commented on PIG-3567: I'm now getting the following exception after

[jira] [Created] (PIG-4317) LogicalPlanPrinter throws OOM for large scripts (lot of macros defined)

2014-11-07 Thread Skanda Prasad (JIRA)
Skanda Prasad created PIG-4317: -- Summary: LogicalPlanPrinter throws OOM for large scripts (lot of macros defined) Key: PIG-4317 URL: https://issues.apache.org/jira/browse/PIG-4317 Project: Pig