[jira] Created: (PIG-1427) Monitor and kill runaway UDFs

2010-05-26 Thread Dmitriy V. Ryaboy (JIRA)
Monitor and kill runaway UDFs - Key: PIG-1427 URL: https://issues.apache.org/jira/browse/PIG-1427 Project: Pig Issue Type: New Feature Affects Versions: 0.8.0 Reporter: Dmitriy V. Ryaboy

[jira] Commented: (PIG-766) ava.lang.OutOfMemoryError: Java heap space

2010-05-26 Thread Dirk Schmid (JIRA)
[ https://issues.apache.org/jira/browse/PIG-766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871719#action_12871719 ] Dirk Schmid commented on PIG-766: - {quote}1. Are you getting the exact same stack trace as

[jira] Updated: (PIG-1249) Safe-guards against misconfigured Pig scripts without PARALLEL keyword

2010-05-26 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-1249: Attachment: PIG_1249_3.patch Update the patch, including testcase of non-dfs input and do path checking when

[jira] Updated: (PIG-1381) Need a way for Pig to take an alternative property file

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

[jira] Updated: (PIG-1419) Remove user.name from JobConf

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

[jira] Updated: (PIG-1347) Clear up output directory for a failed job

2010-05-26 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1347: Attachment: PIG-1347-1.patch Remove redundant code. Clear up output directory for a failed job

[jira] Updated: (PIG-1347) Clear up output directory for a failed job

2010-05-26 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1347: Attachment: (was: PIG-1347-1.patch) Clear up output directory for a failed job

[jira] Updated: (PIG-1347) Clear up output directory for a failed job

2010-05-26 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1347: Attachment: PIG-1347-1.patch Clear up output directory for a failed job

[jira] Commented: (PIG-1419) Remove user.name from JobConf

2010-05-26 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871845#action_12871845 ] Pradeep Kamath commented on PIG-1419: - +1 Remove user.name from JobConf

[jira] Commented: (PIG-1347) Clear up output directory for a failed job

2010-05-26 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871862#action_12871862 ] Ashutosh Chauhan commented on PIG-1347: --- Patch is pretty straightforward and harmless

[jira] Resolved: (PIG-1347) Clear up output directory for a failed job

2010-05-26 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai resolved PIG-1347. - Hadoop Flags: [Reviewed] Resolution: Fixed Patch committed. Clear up output directory for a failed

does EvalFunc generate the entire bag always ?

2010-05-26 Thread hc busy
Hey, guys, how are Bags passed to EvalFunc stored? I was looking at the Accumulator interface and it says that the reason why this needed for COUNT and SUM is because EvalFunc always gives you the entire bag when the EvalFunc is run on a bag. I always thought if I did COUNT(TABLE) or

[jira] Commented: (PIG-1424) Error logs of streaming should not be placed in output location

2010-05-26 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871902#action_12871902 ] Ashutosh Chauhan commented on PIG-1424: --- Till we figure out a proper solution for this,

[jira] Commented: (PIG-928) UDFs in scripting languages

2010-05-26 Thread Arnab Nandi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12872007#action_12872007 ] Arnab Nandi commented on PIG-928: - Thanks for looking into the patch Ashutosh! Very good

[jira] Commented: (PIG-1427) Monitor and kill runaway UDFs

2010-05-26 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12872031#action_12872031 ] Ashutosh Chauhan commented on PIG-1427: --- A useful feature. Couple of comments: 1.