[jira] Updated: (PIG-1574) Optimization rule PushUpFilter causes filter to be pushed up out joins

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

[jira] Updated: (PIG-1568) Optimization rule FilterAboveForeach is too restrictive and doesn't handle project * correctly

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

[jira] Created: (PIG-1579) Intermittent unit test failure for TestScriptUDF.testPythonScriptUDFNullInputOutput

2010-08-30 Thread Daniel Dai (JIRA)
Intermittent unit test failure for TestScriptUDF.testPythonScriptUDFNullInputOutput --- Key: PIG-1579 URL: https://issues.apache.org/jira/browse/PIG-1579 Project: Pig

[jira] Updated: (PIG-1579) Intermittent unit test failure for TestScriptUDF.testPythonScriptUDFNullInputOutput

2010-08-30 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1579: Attachment: PIG-1579-1.patch Attach a fix. However, this fix is shallow and may need an in-depth look.

[jira] Updated: (PIG-1579) Intermittent unit test failure for TestScriptUDF.testPythonScriptUDFNullInputOutput

2010-08-30 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1579: Description: Error message: org.apache.pig.backend.executionengine.ExecException: ERROR 0: Error executing

[jira] Updated: (PIG-1482) Pig gets confused when more than one loader is involved

2010-08-30 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated PIG-1482: --- Status: Resolved (was: Patch Available) Hadoop Flags: [Reviewed] Resolution: Fixed

[jira] Commented: (PIG-1570) native mapreduce operator MR job does not follow same failure handling logic as other pig MR jobs

2010-08-30 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904258#action_12904258 ] Thejas M Nair commented on PIG-1570: Regarding bq. Another thing to investigate

[jira] Updated: (PIG-1570) native mapreduce operator MR job does not follow same failure handling logic as other pig MR jobs

2010-08-30 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated PIG-1570: --- Attachment: PIG-1570.1.patch Patch passed test-patch and core tests. Patch is ready for review.

[jira] Commented: (PIG-1570) native mapreduce operator MR job does not follow same failure handling logic as other pig MR jobs

2010-08-30 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904263#action_12904263 ] Thejas M Nair commented on PIG-1570: The code path that is followed in case of the native

[jira] Commented: (PIG-1343) pig_log file missing even though Main tells it is creating one and an M/R job fails

2010-08-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904267#action_12904267 ] Richard Ding commented on PIG-1343: --- Patch is committed to the trunk. Thanks Niraj.

[jira] Updated: (PIG-1343) pig_log file missing even though Main tells it is creating one and an M/R job fails

2010-08-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1343: -- Attachment: PIG-1343_6.patch pig_log file missing even though Main tells it is creating one and an M/R

[jira] Updated: (PIG-1343) pig_log file missing even though Main tells it is creating one and an M/R job fails

2010-08-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1343: -- Status: Resolved (was: Patch Available) Hadoop Flags: [Reviewed] Resolution: Fixed

[jira] Created: (PIG-1580) new syntax for native mapreduce operator

2010-08-30 Thread Thejas M Nair (JIRA)
new syntax for native mapreduce operator Key: PIG-1580 URL: https://issues.apache.org/jira/browse/PIG-1580 Project: Pig Issue Type: Task Reporter: Thejas M Nair Assignee:

[jira] Updated: (PIG-1580) new syntax for native mapreduce operator

2010-08-30 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated PIG-1580: --- Fix Version/s: 0.8.0 new syntax for native mapreduce operator

[jira] Created: (PIG-1581) Parser fails to recognize semicolons in quoted strings

2010-08-30 Thread Christopher Hackman (JIRA)
Parser fails to recognize semicolons in quoted strings -- Key: PIG-1581 URL: https://issues.apache.org/jira/browse/PIG-1581 Project: Pig Issue Type: Bug Components: grunt

[jira] Commented: (PIG-1580) new syntax for native mapreduce operator

2010-08-30 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904298#action_12904298 ] Thejas M Nair commented on PIG-1580: Updating syntax to include support for parameters -

[jira] Commented: (PIG-1570) native mapreduce operator MR job does not follow same failure handling logic as other pig MR jobs

2010-08-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904321#action_12904321 ] Richard Ding commented on PIG-1570: --- +1. native mapreduce operator MR job does not follow

[jira] Updated: (PIG-1205) Enhance HBaseStorage-- Make it support loading row key and implement StoreFunc

2010-08-30 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy updated PIG-1205: --- Attachment: PIG_1205_9.patch Patch with the StoreCaster changes as suggested by Alan. With +1s

[jira] Commented: (PIG-1205) Enhance HBaseStorage-- Make it support loading row key and implement StoreFunc

2010-08-30 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904325#action_12904325 ] Dmitriy V. Ryaboy commented on PIG-1205: Re HBASE-1933, they are publishing snapshots

[jira] Updated: (PIG-1458) aggregate files for replicated join

2010-08-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1458: -- Attachment: PIG-1458_1.patch New patch addressing review comments. aggregate files for replicated join

[jira] Updated: (PIG-1205) Enhance HBaseStorage-- Make it support loading row key and implement StoreFunc

2010-08-30 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy updated PIG-1205: --- Status: Resolved (was: Patch Available) Release Note: HBaseStorage has been

[jira] Commented: (PIG-1458) aggregate files for replicated join

2010-08-30 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904346#action_12904346 ] Koji Noguchi commented on PIG-1458: --- Can we increase the replication to 10 for the

[jira] Commented: (PIG-1399) Logical Optimizer: Expression optimizor rule

2010-08-30 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904356#action_12904356 ] Alan Gates commented on PIG-1399: - {code} [exec] [exec] -1 overall. [exec]

[jira] Updated: (PIG-1569) java properties not honored in case of properties such as stop.on.failure

2010-08-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1569: -- Status: Patch Available (was: Open) java properties not honored in case of properties such as

[jira] Updated: (PIG-1569) java properties not honored in case of properties such as stop.on.failure

2010-08-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1569: -- Attachment: PIG-1569.patch java properties not honored in case of properties such as stop.on.failure

[jira] Updated: (PIG-1399) Logical Optimizer: Expression optimizor rule

2010-08-30 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1399: Attachment: newPatchFindbugsWarnings.html Results of findbugs from manual run of test-patch Logical

[jira] Commented: (PIG-1458) aggregate files for replicated join

2010-08-30 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904358#action_12904358 ] Thejas M Nair commented on PIG-1458: +1 aggregate files for replicated join

[jira] Updated: (PIG-1399) Logical Optimizer: Expression optimizor rule

2010-08-30 Thread Yan Zhou (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yan Zhou updated PIG-1399: -- Attachment: PIG-1399.patch I use findbugs 1.3.9 and it finds the patch clean. The attached findbugs results

[jira] Commented: (PIG-1569) java properties not honored in case of properties such as stop.on.failure

2010-08-30 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904369#action_12904369 ] Thejas M Nair commented on PIG-1569: looks good. +1 java properties not honored in

[jira] Updated: (PIG-1399) Logical Optimizer: Expression optimizor rule

2010-08-30 Thread Yan Zhou (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yan Zhou updated PIG-1399: -- Status: Patch Available (was: Open) Release Note: This logical simplification contains the following

[jira] Commented: (PIG-1458) aggregate files for replicated join

2010-08-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904385#action_12904385 ] Richard Ding commented on PIG-1458: --- Koji, Please open a jira on increasing the

[jira] Updated: (PIG-1569) java properties not honored in case of properties such as stop.on.failure

2010-08-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1569: -- Status: Resolved (was: Patch Available) Hadoop Flags: [Reviewed] Resolution: Fixed

[jira] Updated: (PIG-1572) change default datatype when relations are used as scalar to bytearray

2010-08-30 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated PIG-1572: --- Attachment: PIG-1572.1.patch Summary of changes - Changed default type (ie type when input relation to

[jira] Resolved: (PIG-1570) native mapreduce operator MR job does not follow same failure handling logic as other pig MR jobs

2010-08-30 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair resolved PIG-1570. Hadoop Flags: [Reviewed] Resolution: Fixed Patch committed to trunk. native mapreduce

[jira] Resolved: (PIG-1458) aggregate files for replicated join

2010-08-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding resolved PIG-1458. --- Hadoop Flags: [Reviewed] Resolution: Fixed aggregate files for replicated join

[jira] Commented: (PIG-1563) SUBSTRING function is broken

2010-08-30 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904450#action_12904450 ] Olga Natkovich commented on PIG-1563: - Dmitry, thanks for the review. I did not discard

[jira] Commented: (PIG-1458) aggregate files for replicated join

2010-08-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904451#action_12904451 ] Richard Ding commented on PIG-1458: --- Patch committed to trunk. aggregate files for

[jira] Commented: (PIG-1483) [piggybank] Add HadoopJobHistoryLoader to the piggybank

2010-08-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904453#action_12904453 ] Richard Ding commented on PIG-1483: --- Patch committed to trunk. [piggybank] Add

[jira] Commented: (PIG-1557) couple of issue mapping aliases to jobs

2010-08-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904456#action_12904456 ] Richard Ding commented on PIG-1557: --- Patch committed to trunk. couple of issue mapping

[jira] Commented: (PIG-1563) Some string functions don't work with bytearray arguments

2010-08-30 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904462#action_12904462 ] Olga Natkovich commented on PIG-1563: - +1 overall. [exec] [exec] +1

[jira] Commented: (PIG-1563) Some string functions don't work with bytearray arguments

2010-08-30 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904467#action_12904467 ] Olga Natkovich commented on PIG-1563: - I made one additional change and renamed SPLIT

[jira] Updated: (PIG-1563) Some string functions don't work with bytearray arguments

2010-08-30 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich updated PIG-1563: Attachment: PIG_1563_v3.patch latest patch Some string functions don't work with bytearray

[jira] Updated: (PIG-1563) Some string functions don't work with bytearray arguments

2010-08-30 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich updated PIG-1563: Status: Resolved (was: Patch Available) Resolution: Fixed patch committed. Thanks Dmitry

[jira] Commented: (PIG-1531) Pig gobbles up error messages

2010-08-30 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904497#action_12904497 ] Ashutosh Chauhan commented on PIG-1531: --- Niraj ran all the unit tests. All passed. No