[jira] Commented: (PIG-1330) Move pruned schema tracking logic from LoadFunc to core code

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

[jira] Commented: (PIG-1341) BinStorage cannot convert DataByteArray to Chararray and results in FIELD_DISCARDED_TYPE_CONVERSION_FAILED

2010-04-01 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12852308#action_12852308 ] Hadoop QA commented on PIG-1341: +1 overall. Here are the results of testing the latest

[jira] Commented: (PIG-1337) Need a way to pass distributed cache configuration information to hadoop backend in Pig's LoadFunc

2010-04-01 Thread Chao Wang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12852445#action_12852445 ] Chao Wang commented on PIG-1337: It's ok for us not to use getSchema() for this purpose since

[jira] Updated: (PIG-1313) PigServer leaks memory over time

2010-04-01 Thread Bill Graham (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Graham updated PIG-1313: - Attachment: PIG-1313-4.patch # Attaching PIG-1313-4.patch with additional Javadocs on PigServer and

[jira] Updated: (PIG-1313) PigServer leaks memory over time

2010-04-01 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1313: Component/s: impl Affects Version/s: 0.7.0 Fix Version/s: 0.8.0 PigServer leaks memory

[jira] Commented: (PIG-1313) PigServer leaks memory over time

2010-04-01 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12852463#action_12852463 ] Daniel Dai commented on PIG-1313: - Thanks, Bill, Let's leave triggerDeleteOnFail. This is the

[jira] Assigned: (PIG-1333) API interface to Pig

2010-04-01 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding reassigned PIG-1333: - Assignee: Richard Ding API interface to Pig Key: PIG-1333

[jira] Updated: (PIG-1338) Pig should exclude hadoop conf in local mode

2010-04-01 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1338: Attachment: PIG-1338-5.patch Pig should exclude hadoop conf in local mode

[jira] Updated: (PIG-1338) Pig should exclude hadoop conf in local mode

2010-04-01 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1338: Status: Patch Available (was: Open) Pig should exclude hadoop conf in local mode

[jira] Updated: (PIG-1338) Pig should exclude hadoop conf in local mode

2010-04-01 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1338: Status: Open (was: Patch Available) Pig should exclude hadoop conf in local mode

[jira] Commented: (PIG-1337) Need a way to pass distributed cache configuration information to hadoop backend in Pig's LoadFunc

2010-04-01 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12852485#action_12852485 ] Pradeep Kamath commented on PIG-1337: - We may need to add a new method -

[jira] Updated: (PIG-1313) PigServer leaks memory over time

2010-04-01 Thread Bill Graham (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Graham updated PIG-1313: - Attachment: PIG-1313-0.4.0-4.patch Here's the same patch for 0.4.0 if anyone wants it. PigServer leaks

[jira] Commented: (PIG-1346) In unit tests Util.executeShellCommand relies on java commands being in the path and does not consider JAVA_HOME

2010-04-01 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12852492#action_12852492 ] Daniel Dai commented on PIG-1346: - +1, patch looks good. In unit tests

[jira] Created: (PIG-1348) InternalCachedBag running out of memory

2010-04-01 Thread Ashutosh Chauhan (JIRA)
InternalCachedBag running out of memory --- Key: PIG-1348 URL: https://issues.apache.org/jira/browse/PIG-1348 Project: Pig Issue Type: Bug Components: impl Affects Versions: 0.7.0

[jira] Commented: (PIG-1348) InternalCachedBag running out of memory

2010-04-01 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12852511#action_12852511 ] Ashutosh Chauhan commented on PIG-1348: --- To reproduce, cogroup page_views(from PigMix's

[jira] Commented: (PIG-1341) BinStorage cannot convert DataByteArray to Chararray and results in FIELD_DISCARDED_TYPE_CONVERSION_FAILED

2010-04-01 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12852515#action_12852515 ] Daniel Dai commented on PIG-1341: - Have a discussion with Alan and Richard, we felt that

[jira] Commented: (PIG-1341) BinStorage cannot convert DataByteArray to Chararray and results in FIELD_DISCARDED_TYPE_CONVERSION_FAILED

2010-04-01 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12852521#action_12852521 ] Daniel Dai commented on PIG-1341: - Also if we doing that, BinStorage is not a reliable way to

[jira] Commented: (PIG-1341) BinStorage cannot convert DataByteArray to Chararray and results in FIELD_DISCARDED_TYPE_CONVERSION_FAILED

2010-04-01 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12852565#action_12852565 ] Daniel Dai commented on PIG-1341: - I am thinking about encoding lineage info into the

[jira] Created: (PIG-1349) [Zebra] Hubson test failure in test case TestBasicUnion

2010-04-01 Thread Xuefu Zhang (JIRA)
[Zebra] Hubson test failure in test case TestBasicUnion --- Key: PIG-1349 URL: https://issues.apache.org/jira/browse/PIG-1349 Project: Pig Issue Type: Test Reporter: Xuefu

[jira] Updated: (PIG-1309) Map-side Cogroup

2010-04-01 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated PIG-1309: -- Attachment: pig-1309_2.patch Updated the patch to fix test failures, javac warnings and more

[jira] Updated: (PIG-1349) [Zebra] Hubson test failure in test case TestBasicUnion

2010-04-01 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated PIG-1349: - Attachment: owl.0401 [Zebra] Hubson test failure in test case TestBasicUnion

[jira] Assigned: (PIG-1349) [Zebra] Hubson test failure in test case TestBasicUnion

2010-04-01 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang reassigned PIG-1349: Assignee: Xuefu Zhang [Zebra] Hubson test failure in test case TestBasicUnion

[jira] Updated: (PIG-1349) [Zebra] Hubson test failure in test case TestBasicUnion

2010-04-01 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated PIG-1349: - Status: Patch Available (was: Open) [Zebra] Hubson test failure in test case TestBasicUnion

[jira] Commented: (PIG-1349) [Zebra] Hubson test failure in test case TestBasicUnion

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

[jira] Updated: (PIG-1349) [Zebra] Hubson test failure in test case TestBasicUnion

2010-04-01 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated PIG-1349: - Attachment: zebra.0401 [Zebra] Hubson test failure in test case TestBasicUnion

[jira] Updated: (PIG-1349) [Zebra] Hubson test failure in test case TestBasicUnion

2010-04-01 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated PIG-1349: - Attachment: (was: owl.0401) [Zebra] Hubson test failure in test case TestBasicUnion

[jira] Commented: (PIG-1338) Pig should exclude hadoop conf in local mode

2010-04-01 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12852584#action_12852584 ] Hadoop QA commented on PIG-1338: +1 overall. Here are the results of testing the latest

[jira] Updated: (PIG-1349) [Zebra] Hubson test failure in test case TestBasicUnion

2010-04-01 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated PIG-1349: - Status: Open (was: Patch Available) [Zebra] Hubson test failure in test case TestBasicUnion

[jira] Updated: (PIG-1349) [Zebra] Hubson test failure in test case TestBasicUnion

2010-04-01 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated PIG-1349: - Status: Patch Available (was: Open) [Zebra] Hubson test failure in test case TestBasicUnion

[jira] Created: (PIG-1350) [Zebra] Zebra column names cannot have leading _

2010-04-01 Thread Xuefu Zhang (JIRA)
[Zebra] Zebra column names cannot have leading _ -- Key: PIG-1350 URL: https://issues.apache.org/jira/browse/PIG-1350 Project: Pig Issue Type: Improvement Reporter: Xuefu Zhang

[jira] Updated: (PIG-1350) [Zebra] Zebra column names cannot have leading _

2010-04-01 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated PIG-1350: - Attachment: pig-1350.patch [Zebra] Zebra column names cannot have leading _

[jira] Updated: (PIG-1313) PigServer leaks memory over time

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

[jira] Updated: (PIG-1335) UDFFinder should find LoadFunc used by POCast

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

[jira] Updated: (PIG-1335) UDFFinder should find LoadFunc used by POCast

2010-04-01 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1335: Fix Version/s: 0.7.0 UDFFinder should find LoadFunc used by POCast

[jira] Updated: (PIG-1336) Optimize POStore serialized into JobConf

2010-04-01 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1336: Resolution: Fixed Fix Version/s: 0.7.0 Hadoop Flags: [Reviewed] Status: Resolved

[jira] Updated: (PIG-1350) [Zebra] Zebra column names cannot have leading _

2010-04-01 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated PIG-1350: - Status: Patch Available (was: Open) [Zebra] Zebra column names cannot have leading _

[jira] Updated: (PIG-1350) [Zebra] Zebra column names cannot have leading _

2010-04-01 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated PIG-1350: - Status: Open (was: Patch Available) [Zebra] Zebra column names cannot have leading _

[jira] Updated: (PIG-1346) In unit tests Util.executeShellCommand relies on java commands being in the path and does not consider JAVA_HOME

2010-04-01 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-1346: Status: Open (was: Patch Available) In unit tests Util.executeShellCommand relies on java commands

[jira] Updated: (PIG-1346) In unit tests Util.executeShellCommand relies on java commands being in the path and does not consider JAVA_HOME

2010-04-01 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-1346: Attachment: PIG-1346-2.patch The earlier patch was using System.getProperty(java.home) - apparently

[jira] Updated: (PIG-1346) In unit tests Util.executeShellCommand relies on java commands being in the path and does not consider JAVA_HOME

2010-04-01 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-1346: Status: Patch Available (was: Open) In unit tests Util.executeShellCommand relies on java commands

[jira] Commented: (PIG-1346) In unit tests Util.executeShellCommand relies on java commands being in the path and does not consider JAVA_HOME

2010-04-01 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12852599#action_12852599 ] Daniel Dai commented on PIG-1346: - +1 In unit tests Util.executeShellCommand relies on java

[jira] Updated: (PIG-1350) [Zebra] Zebra column names cannot have leading _

2010-04-01 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated PIG-1350: - Attachment: pig-1350.patch [Zebra] Zebra column names cannot have leading _

[jira] Updated: (PIG-1350) [Zebra] Zebra column names cannot have leading _

2010-04-01 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated PIG-1350: - Attachment: (was: pig-1350.patch) [Zebra] Zebra column names cannot have leading _

[jira] Commented: (PIG-1349) [Zebra] Hubson test failure in test case TestBasicUnion

2010-04-01 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12852688#action_12852688 ] Hadoop QA commented on PIG-1349: +1 overall. Here are the results of testing the latest

[jira] Updated: (PIG-1349) [Zebra] Hubson test failure in test case TestBasicUnion

2010-04-01 Thread Yan Zhou (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yan Zhou updated PIG-1349: -- Resolution: Fixed Fix Version/s: 0.8.0 Status: Resolved (was: Patch Available) Committed to

[jira] Commented: (PIG-1346) In unit tests Util.executeShellCommand relies on java commands being in the path and does not consider JAVA_HOME

2010-04-01 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12852695#action_12852695 ] Hadoop QA commented on PIG-1346: +1 overall. Here are the results of testing the latest