RE: [jira] Commented: (PIG-777) Code refactoring: Create optimization out of store/load post processing code

2009-04-28 Thread Richard Ding
Hi David, This is exactly the problem that the multi-query optimization project is addressing. Please see the following link for details: http://wiki.apache.org/pig/PigMultiQueryPerformanceSpecification Thanks, -Richard -Original Message- From: David Ciemiewicz (JIRA)

[jira] Commented: (PIG-777) Code refactoring: Create optimization out of store/load post processing code

2009-04-28 Thread David Ciemiewicz (JIRA)
[ https://issues.apache.org/jira/browse/PIG-777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703764#action_12703764 ] David Ciemiewicz commented on PIG-777: -- Another thing ... If you eliminate the D = load

[jira] Commented: (PIG-627) PERFORMANCE: multi-query optimization

2009-04-28 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703792#action_12703792 ] Alan Gates commented on PIG-627: Checked in multiquery-phase3_0423.patch to multiquery branch.

[jira] Commented: (PIG-774) Pig does not handle Chinese characters (in both the parameter subsitution using -param_file or embedded in the Pig script) correctly

2009-04-28 Thread Viraj Bhat (JIRA)
[ https://issues.apache.org/jira/browse/PIG-774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703937#action_12703937 ] Viraj Bhat commented on PIG-774: Daniel, Thanks again for your patch, I worked with Pradeep

[jira] Commented: (PIG-619) Dumping empty results produces Unable to get results for /tmp/temp-1964806069/tmp256878619 org.apache.pig.builtin.BinStorage message

2009-04-28 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703940#action_12703940 ] Alan Gates commented on PIG-619: Does fixing this still make sense? IIRC the main reason for

[jira] Created: (PIG-789) coupling load and store in script no longer works

2009-04-28 Thread Alan Gates (JIRA)
coupling load and store in script no longer works - Key: PIG-789 URL: https://issues.apache.org/jira/browse/PIG-789 Project: Pig Issue Type: Bug Components: impl Affects

[jira] Commented: (PIG-619) Dumping empty results produces Unable to get results for /tmp/temp-1964806069/tmp256878619 org.apache.pig.builtin.BinStorage message

2009-04-28 Thread Viraj Bhat (JIRA)
[ https://issues.apache.org/jira/browse/PIG-619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703941#action_12703941 ] Viraj Bhat commented on PIG-619: So when does the Multi-Store query optimization get

[jira] Created: (PIG-790) Error message should indicate in which line number in the Pig script the error occured (debugging BinCond)

2009-04-28 Thread Viraj Bhat (JIRA)
Error message should indicate in which line number in the Pig script the error occured (debugging BinCond) -- Key: PIG-790 URL:

[jira] Commented: (PIG-774) Pig does not handle Chinese characters (in both the parameter subsitution using -param_file or embedded in the Pig script) correctly

2009-04-28 Thread Viraj Bhat (JIRA)
[ https://issues.apache.org/jira/browse/PIG-774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703977#action_12703977 ] Viraj Bhat commented on PIG-774: I modified the file PigScriptParser.jj, and it works. Pig