[jira] Subscription: PIG patch available

2015-12-24 Thread jira
Issue Subscription Filter: PIG patch available (31 issues) Subscriber: pigdaily Key Summary PIG-4766Ensure GroupBy is optimized for all algebraic Operations https://issues.apache.org/jira/browse/PIG-4766 PIG-4763Insufficient check for the number of arguments in runpigm

[jira] [Assigned] (PIG-4601) Implement Merge CoGroup for Spark engine

2015-12-24 Thread liyunzhang_intel (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liyunzhang_intel reassigned PIG-4601: - Assignee: liyunzhang_intel (was: Abhishek Agarwal) > Implement Merge CoGroup for Spark eng

[jira] [Commented] (PIG-4601) Implement Merge CoGroup for Spark engine

2015-12-24 Thread liyunzhang_intel (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15071320#comment-15071320 ] liyunzhang_intel commented on PIG-4601: --- [~abhishek.agarwal]: I want to take this

[jira] [Commented] (PIG-4766) Ensure GroupBy is optimized for all algebraic Operations

2015-12-24 Thread Pallavi Rao (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15070800#comment-15070800 ] Pallavi Rao commented on PIG-4766: -- With this patch, all tests in TestCombiner pass. Coupl

[jira] [Updated] (PIG-4766) Ensure GroupBy is optimized for all algebraic Operations

2015-12-24 Thread Pallavi Rao (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Rao updated PIG-4766: - Status: Patch Available (was: Open) > Ensure GroupBy is optimized for all algebraic Operations > --

[jira] [Updated] (PIG-4766) Ensure GroupBy is optimized for all algebraic Operations

2015-12-24 Thread Pallavi Rao (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Rao updated PIG-4766: - Attachment: PIG-4766.patch The patch requires PIG-4709. Hence, cannot upload to Review Board. Will upload t

[jira] [Commented] (PIG-4762) XMLLoader issue when the parent and child tags starts with the same name(See Description).

2015-12-24 Thread Eyal Allweil (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15070790#comment-15070790 ] Eyal Allweil commented on PIG-4762: --- On Pig 12 and 14, the first XML seems to be loaded fi

[jira] [Commented] (PIG-4766) Ensure GroupBy is optimized for all algebraic Operations

2015-12-24 Thread Pallavi Rao (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15070782#comment-15070782 ] Pallavi Rao commented on PIG-4766: -- PIG-4709 introduced Combiner optimization for Group By.

[jira] [Created] (PIG-4766) Ensure GroupBy is optimized for all algebraic Operations

2015-12-24 Thread Pallavi Rao (JIRA)
Pallavi Rao created PIG-4766: Summary: Ensure GroupBy is optimized for all algebraic Operations Key: PIG-4766 URL: https://issues.apache.org/jira/browse/PIG-4766 Project: Pig Issue Type: Sub-task

kill pig job

2015-12-24 Thread 李运田
I want to kill pig job using java. now ,I can get pigserver by PigServer pigServer = new PigServer(ExecType.MAPREDUCE, conf); and I googled ,I can set pig name by 1、pigServer.getPigContext().getProperties().setProperty(PigContext.JOB_NAME,"my job"); 2、pigServer.setJobName("my job"); but,how ca