[jira] Created: (PIG-1464) Should clean the Graph when register another Pig Script

2010-06-25 Thread Jeff Zhang (JIRA)
Should clean the Graph when register another Pig Script --- Key: PIG-1464 URL: https://issues.apache.org/jira/browse/PIG-1464 Project: Pig Issue Type: Bug Components: grunt

[jira] Updated: (PIG-1464) Should clean the Graph when register another Pig Script

2010-06-25 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-1464: Attachment: Pig-1406.patch Attach the patch for this issue Should clean the Graph when register another

[jira] Updated: (PIG-1464) Should clean the Graph when register another Pig Script

2010-06-25 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-1464: Attachment: PIG_1463.patch Should clean the Graph when register another Pig Script

[jira] Updated: (PIG-1464) Should clean the Graph when register another Pig Script

2010-06-25 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-1464: Status: Patch Available (was: Open) Should clean the Graph when register another Pig Script

[jira] Updated: (PIG-1464) Should clean the Graph when register another Pig Script

2010-06-25 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-1464: Attachment: (was: Pig-1406.patch) Should clean the Graph when register another Pig Script

compile load to mr plan

2010-06-25 Thread Gang Luo
Hi, multiple load operators in a script start the same number of streams, some of them are merged later (e.g. join) and some of them are not. How to know which MR Operator should we place these loads at? For example, we got script like this: a = load file1 b = load file2 .. dump if we join a

[jira] Commented: (PIG-1464) Should clean the Graph when register another Pig Script

2010-06-25 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12882583#action_12882583 ] Hadoop QA commented on PIG-1464: -1 overall. Here are the results of testing the latest

[jira] Commented: (PIG-1454) Consider clean up backend code

2010-06-25 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12882640#action_12882640 ] Richard Ding commented on PIG-1454: --- I've run the core tests manually and they passed.

[jira] Commented: (PIG-1454) Consider clean up backend code

2010-06-25 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12882655#action_12882655 ] Olga Natkovich commented on PIG-1454: - +1 Consider clean up backend code

[jira] Commented: (PIG-809) number of input lines it processed, number of output lines it produced for PIG job

2010-06-25 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12882667#action_12882667 ] Richard Ding commented on PIG-809: -- PIG-1299 PIG-1389 address this requirement: the number

[jira] Created: (PIG-1465) Filter inside foreach is broken

2010-06-25 Thread hc busy (JIRA)
Filter inside foreach is broken --- Key: PIG-1465 URL: https://issues.apache.org/jira/browse/PIG-1465 Project: Pig Issue Type: Bug Affects Versions: 0.7.0 Reporter: hc busy {quote} % cat

[jira] Updated: (PIG-1465) Filter inside foreach is broken

2010-06-25 Thread hc busy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hc busy updated PIG-1465: - Description: {quote} % cat data.txt x,a,1,a x,a,2,a x,a,3,b x,a,4,b y,a,1,a y,a,2,a y,a,3,b y,a,4,b % cat

[jira] Commented: (PIG-1464) Should clean the Graph when register another Pig Script

2010-06-25 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12882673#action_12882673 ] Alan Gates commented on PIG-1464: - I agree this is weird from an interface viewpoint. But I

[jira] Assigned: (PIG-1435) make sure dependent jobs fail when a jon in multiquery fails

2010-06-25 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding reassigned PIG-1435: - Assignee: niraj rai (was: Richard Ding) make sure dependent jobs fail when a jon in multiquery

[jira] Created: (PIG-1466) Improve log messages for memory usage

2010-06-25 Thread Ashutosh Chauhan (JIRA)
Improve log messages for memory usage - Key: PIG-1466 URL: https://issues.apache.org/jira/browse/PIG-1466 Project: Pig Issue Type: Improvement Components: impl Affects Versions: 0.7.0

[jira] Commented: (PIG-1434) Allow casting relations to scalars

2010-06-25 Thread Aniket Mokashi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12882711#action_12882711 ] Aniket Mokashi commented on PIG-1434: - The proposal for scalars is as follows - {code} A

[jira] Updated: (PIG-1434) Allow casting relations to scalars

2010-06-25 Thread Aniket Mokashi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aniket Mokashi updated PIG-1434: Attachment: scalarImpl.patch Initial implemenation Allow casting relations to scalars

[jira] Updated: (PIG-1434) Allow casting relations to scalars

2010-06-25 Thread Aniket Mokashi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aniket Mokashi updated PIG-1434: Status: Patch Available (was: Open) Allow casting relations to scalars

[jira] Commented: (PIG-1434) Allow casting relations to scalars

2010-06-25 Thread Aniket Mokashi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12882725#action_12882725 ] Aniket Mokashi commented on PIG-1434: - Submitting to hudson to check for test failures

[jira] Commented: (PIG-1466) Improve log messages for memory usage

2010-06-25 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12882731#action_12882731 ] Alan Gates commented on PIG-1466: - Rather than change the log level can we change it to only

[jira] Commented: (PIG-1467) order by fail when set fs.file.impl.disable.cache to true

2010-06-25 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12882813#action_12882813 ] Hadoop QA commented on PIG-1467: -1 overall. Here are the results of testing the latest