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

2009-03-06 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-627: - Attachment: multiquery_0306.patch This patch contains the enhanced split operator to support multi-store

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

2009-03-06 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12679798#action_12679798 ] Richard Ding commented on PIG-627: -- This patch is for the multi query branch. PERFORMANCE:

[jira] Issue Comment Edited: (PIG-627) PERFORMANCE: multi-query optimization

2009-03-06 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12679797#action_12679797 ] rding edited comment on PIG-627 at 3/6/09 5:59 PM: -- This patch

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

2009-03-11 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12681066#action_12681066 ] Richard Ding commented on PIG-627: -- Thanks for reviewing the patch. These are excellent

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

2009-03-13 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-627: - Attachment: multiquery-phase2_0313.patch This patch completes the phase 2 development as sepecified in the

[jira] Issue Comment Edited: (PIG-627) PERFORMANCE: multi-query optimization

2009-03-13 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12681897#action_12681897 ] Richard Ding edited comment on PIG-627 at 3/13/09 2:18 PM: --- This

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

2009-04-23 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-627: - Attachment: multiquery-phase3_0423.patch This patch completes the phase 3 development which merges multiple

[jira] Created: (PIG-983) PERFORMANCE: multi-query optimization on multiple group bys following a join or cogroup

2009-09-30 Thread Richard Ding (JIRA)
PERFORMANCE: multi-query optimization on multiple group bys following a join or cogroup --- Key: PIG-983 URL: https://issues.apache.org/jira/browse/PIG-983 Project:

[jira] Created: (PIG-984) PERFORMANCE: Implement a map-side group operator to speed up processing of ordered data

2009-09-30 Thread Richard Ding (JIRA)
PERFORMANCE: Implement a map-side group operator to speed up processing of ordered data Key: PIG-984 URL: https://issues.apache.org/jira/browse/PIG-984

[jira] Commented: (PIG-984) PERFORMANCE: Implement a map-side group operator to speed up processing of ordered data

2009-09-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12761049#action_12761049 ] Richard Ding commented on PIG-984: -- The reason that no expressions are allowed now is that

[jira] Assigned: (PIG-920) optimizing diamond queries

2009-10-05 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding reassigned PIG-920: Assignee: Richard Ding optimizing diamond queries -- Key:

[jira] Updated: (PIG-976) Multi-query optimization throws ClassCastException

2009-10-08 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-976: - Status: Patch Available (was: Open) Multi-query optimization throws ClassCastException

[jira] Updated: (PIG-984) PERFORMANCE: Implement a map-side group operator to speed up processing of ordered data

2009-10-09 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-984: - Status: Patch Available (was: Open) PERFORMANCE: Implement a map-side group operator to speed up

[jira] Updated: (PIG-984) PERFORMANCE: Implement a map-side group operator to speed up processing of ordered data

2009-10-09 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-984: - Attachment: PIG-984.patch Based on the feedbacks, the hint is changed to 'using collected. It's now

[jira] Updated: (PIG-984) PERFORMANCE: Implement a map-side group operator to speed up processing of ordered data

2009-10-12 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-984: - Status: Open (was: Patch Available) PERFORMANCE: Implement a map-side group operator to speed up

[jira] Updated: (PIG-984) PERFORMANCE: Implement a map-side group operator to speed up processing of ordered data

2009-10-12 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-984: - Attachment: PIG-984_1.patch This patch fixed the above QA errors. PERFORMANCE: Implement a map-side group

[jira] Updated: (PIG-984) PERFORMANCE: Implement a map-side group operator to speed up processing of ordered data

2009-10-12 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-984: - Status: Patch Available (was: Open) PERFORMANCE: Implement a map-side group operator to speed up

[jira] Updated: (PIG-976) Multi-query optimization throws ClassCastException

2009-10-12 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-976: - Status: Open (was: Patch Available) Multi-query optimization throws ClassCastException

[jira] Updated: (PIG-976) Multi-query optimization throws ClassCastException

2009-10-12 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-976: - Attachment: PIG-976.patch Another corner case: {code} A = LOAD 'input'; B = GROUP A BY $0; C = FOREACH B

[jira] Updated: (PIG-976) Multi-query optimization throws ClassCastException

2009-10-13 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-976: - Status: Open (was: Patch Available) Multi-query optimization throws ClassCastException

[jira] Updated: (PIG-976) Multi-query optimization throws ClassCastException

2009-10-13 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-976: - Status: Patch Available (was: Open) Multi-query optimization throws ClassCastException

[jira] Updated: (PIG-976) Multi-query optimization throws ClassCastException

2009-10-15 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-976: - Status: Open (was: Patch Available) Multi-query optimization throws ClassCastException

[jira] Updated: (PIG-976) Multi-query optimization throws ClassCastException

2009-10-15 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-976: - Status: Patch Available (was: Open) Multi-query optimization throws ClassCastException

[jira] Updated: (PIG-976) Multi-query optimization throws ClassCastException

2009-10-15 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-976: - Attachment: PIG-976.patch This patch fixed the findbugs issues. Multi-query optimization throws

[jira] Updated: (PIG-984) PERFORMANCE: Implement a map-side group operator to speed up processing of ordered data

2009-10-15 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-984: - Status: Open (was: Patch Available) PERFORMANCE: Implement a map-side group operator to speed up

[jira] Updated: (PIG-984) PERFORMANCE: Implement a map-side group operator to speed up processing of ordered data

2009-10-15 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-984: - Status: Patch Available (was: Open) PERFORMANCE: Implement a map-side group operator to speed up

[jira] Updated: (PIG-976) Multi-query optimization throws ClassCastException

2009-10-16 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-976: - Status: Open (was: Patch Available) Multi-query optimization throws ClassCastException

[jira] Updated: (PIG-984) PERFORMANCE: Implement a map-side group operator to speed up processing of ordered data

2009-10-16 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-984: - Status: Open (was: Patch Available) PERFORMANCE: Implement a map-side group operator to speed up

[jira] Updated: (PIG-984) PERFORMANCE: Implement a map-side group operator to speed up processing of ordered data

2009-10-16 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-984: - Attachment: PIG-984_1.patch Fix the compile errors. PERFORMANCE: Implement a map-side group operator to

[jira] Reopened: (PIG-976) Multi-query optimization throws ClassCastException

2009-10-21 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding reopened PIG-976: -- Multi-query optimization throws ClassCastException --

[jira] Created: (PIG-1045) Integration with Hadoop 20 New API

2009-10-22 Thread Richard Ding (JIRA)
Integration with Hadoop 20 New API -- Key: PIG-1045 URL: https://issues.apache.org/jira/browse/PIG-1045 Project: Pig Issue Type: New Feature Reporter: Richard Ding Assignee: Richard

[jira] Updated: (PIG-1045) Integration with Hadoop 20 New API

2009-10-23 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1045: -- Attachment: PIG-1045.patch This patch uses the new API in Hadoop 20.1. Only one unit test suite

[jira] Updated: (PIG-1045) Integration with Hadoop 20 New API

2009-10-23 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1045: -- Attachment: PIG-1045.patch This patch resolves the conflicts with other patches committed today.

[jira] Assigned: (PIG-1030) explain and dump not working with two UDFs inside inner plan of foreach

2009-10-26 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding reassigned PIG-1030: - Assignee: Richard Ding explain and dump not working with two UDFs inside inner plan of foreach

[jira] Updated: (PIG-920) optimizing diamond queries

2009-10-27 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-920: - Attachment: PIG-920.patch This patch adds optimization for diamond queries as part of multi-query

[jira] Updated: (PIG-920) optimizing diamond queries

2009-10-27 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-920: - Status: Patch Available (was: Open) optimizing diamond queries --

[jira] Assigned: (PIG-746) Works in --exectype local, fails on grid - ERROR 2113: SingleTupleBag should never be serialized

2009-10-27 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding reassigned PIG-746: Assignee: Richard Ding Works in --exectype local, fails on grid - ERROR 2113: SingleTupleBag should

[jira] Updated: (PIG-1030) explain and dump not working with two UDFs inside inner plan of foreach

2009-10-28 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1030: -- Status: Patch Available (was: Open) explain and dump not working with two UDFs inside inner plan of

[jira] Updated: (PIG-746) Works in --exectype local, fails on grid - ERROR 2113: SingleTupleBag should never be serialized

2009-10-28 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-746: - Attachment: PIG-746.patch As Pradeep suggested, the combiner optimizer code in this patch identifies

[jira] Updated: (PIG-746) Works in --exectype local, fails on grid - ERROR 2113: SingleTupleBag should never be serialized

2009-10-28 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-746: - Status: Patch Available (was: Open) Works in --exectype local, fails on grid - ERROR 2113: SingleTupleBag

[jira] Commented: (PIG-1060) MultiQuery optimization throws error for multi-level splits

2009-10-29 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12771555#action_12771555 ] Richard Ding commented on PIG-1060: --- Hi Ankur, I can't reproduce the bug with the latest

[jira] Assigned: (PIG-1060) MultiQuery optimization throws error for multi-level splits

2009-10-29 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding reassigned PIG-1060: - Assignee: Richard Ding MultiQuery optimization throws error for multi-level splits

[jira] Commented: (PIG-1060) MultiQuery optimization throws error for multi-level splits

2009-10-29 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12771636#action_12771636 ] Richard Ding commented on PIG-1060: --- Never mind, there is a typo in my script. Here is the

[jira] Updated: (PIG-1030) explain and dump not working with two UDFs inside inner plan of foreach

2009-10-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1030: -- Attachment: PIG-1030.patch Add returns as suggested. explain and dump not working with two UDFs inside

[jira] Updated: (PIG-1030) explain and dump not working with two UDFs inside inner plan of foreach

2009-10-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1030: -- Status: Patch Available (was: Open) explain and dump not working with two UDFs inside inner plan of

[jira] Commented: (PIG-920) optimizing diamond queries

2009-10-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772066#action_12772066 ] Richard Ding commented on PIG-920: -- Add additional comments. optimizing diamond queries

[jira] Updated: (PIG-920) optimizing diamond queries

2009-10-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-920: - Attachment: PIG-920.patch optimizing diamond queries -- Key:

[jira] Assigned: (PIG-1071) Support comma separated file/directory names in load statements

2009-11-03 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding reassigned PIG-1071: - Assignee: Richard Ding Support comma separated file/directory names in load statements

[jira] Created: (PIG-1071) Support comma separated file/directory names in load statements

2009-11-03 Thread Richard Ding (JIRA)
Support comma separated file/directory names in load statements --- Key: PIG-1071 URL: https://issues.apache.org/jira/browse/PIG-1071 Project: Pig Issue Type: New Feature

[jira] Updated: (PIG-1071) Support comma separated file/directory names in load statements

2009-11-04 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1071: -- Attachment: PIG-1071.patch This patch implements the feature. Support comma separated file/directory

[jira] Updated: (PIG-1071) Support comma separated file/directory names in load statements

2009-11-04 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1071: -- Status: Patch Available (was: Open) Support comma separated file/directory names in load statements

[jira] Updated: (PIG-1060) MultiQuery optimization throws error for multi-level splits

2009-11-05 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1060: -- Status: Open (was: Patch Available) MultiQuery optimization throws error for multi-level splits

[jira] Updated: (PIG-1060) MultiQuery optimization throws error for multi-level splits

2009-11-05 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1060: -- Status: Patch Available (was: Open) MultiQuery optimization throws error for multi-level splits

[jira] Updated: (PIG-1071) Support comma separated file/directory names in load statements

2009-11-05 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1071: -- Attachment: PIG-1071.patch Added two more test cases. Support comma separated file/directory names in

[jira] Commented: (PIG-1056) table can not be loaded after store

2009-11-09 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12775208#action_12775208 ] Richard Ding commented on PIG-1056: --- The current Zebra loader doesn't work well in Pig

[jira] Created: (PIG-1080) PigStorage may miss records when loading a file

2009-11-10 Thread Richard Ding (JIRA)
PigStorage may miss records when loading a file --- Key: PIG-1080 URL: https://issues.apache.org/jira/browse/PIG-1080 Project: Pig Issue Type: Bug Reporter: Richard Ding

[jira] Updated: (PIG-1080) PigStorage may miss records when loading a file

2009-11-10 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1080: -- Attachment: PIG-1080.patch This patch fixes the problem. PigStorage may miss records when loading a

[jira] Updated: (PIG-1080) PigStorage may miss records when loading a file

2009-11-10 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1080: -- Status: Patch Available (was: Open) PigStorage may miss records when loading a file

[jira] Updated: (PIG-1080) PigStorage may miss records when loading a file

2009-11-10 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1080: -- Attachment: PIG-1080.patch PigStorage may miss records when loading a file

[jira] Updated: (PIG-1080) PigStorage may miss records when loading a file

2009-11-10 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1080: -- Status: Patch Available (was: Open) PigStorage may miss records when loading a file

[jira] Updated: (PIG-1080) PigStorage may miss records when loading a file

2009-11-10 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1080: -- Status: Open (was: Patch Available) PigStorage may miss records when loading a file

[jira] Updated: (PIG-1080) PigStorage may miss records when loading a file

2009-11-10 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1080: -- Attachment: PIG-1080.patch This patch excludes the bzip and gzip files from the change. PigStorage may

[jira] Commented: (PIG-1060) MultiQuery optimization throws error for multi-level splits

2009-11-12 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777096#action_12777096 ] Richard Ding commented on PIG-1060: --- The release audit warnings are all from html files.

[jira] Commented: (PIG-966) Proposed rework for LoadFunc, StoreFunc, and Slice/r interfaces

2009-11-12 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777130#action_12777130 ] Richard Ding commented on PIG-966: -- Since two methods on LoadFunc interface have default

[jira] Commented: (PIG-879) Pig should provide a way for input location string in load statement to be passed as-is to the Loader

2009-11-12 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777316#action_12777316 ] Richard Ding commented on PIG-879: -- As a related issue, there is a feature in Pig right now

[jira] Assigned: (PIG-1072) ReversibleLoadStoreFunc interface should be removed to enable different load and store implementation classes to be used in a reversible manner

2009-11-13 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding reassigned PIG-1072: - Assignee: Richard Ding ReversibleLoadStoreFunc interface should be removed to enable different

[jira] Updated: (PIG-879) Pig should provide a way for input location string in load statement to be passed as-is to the Loader

2009-11-17 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-879: - Attachment: PIG-879.patch Pig should provide a way for input location string in load statement to be

[jira] Commented: (PIG-879) Pig should provide a way for input location string in load statement to be passed as-is to the Loader

2009-11-17 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12779131#action_12779131 ] Richard Ding commented on PIG-879: -- The test-patch run results: [exec] -1

[jira] Updated: (PIG-879) Pig should provide a way for input location string in load statement to be passed as-is to the Loader

2009-11-17 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-879: - Attachment: PIG-879.patch This patch added apache header to the new unit test file. The remaining audit

[jira] Updated: (PIG-879) Pig should provide a way for input location string in load statement to be passed as-is to the Loader

2009-11-18 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-879: - Attachment: PIG-879.patch This patch is generated after applying the patch for PIG-1094. Here is the

[jira] Commented: (PIG-1094) Fix unit tests corresponding to source changes so far

2009-11-19 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12780312#action_12780312 ] Richard Ding commented on PIG-1094: --- The change of PIG-879 added the following failure

[jira] Commented: (PIG-1096) Make all unit tests run in MR or local mode based on a property

2009-11-24 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12782070#action_12782070 ] Richard Ding commented on PIG-1096: --- In fixing unit tests due to the change introduced by

[jira] Assigned: (PIG-847) Setting twoLevelAccessRequired field in a bag schema should not be required to access fields in the tuples of the bag

2009-11-24 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding reassigned PIG-847: Assignee: Richard Ding Setting twoLevelAccessRequired field in a bag schema should not be required

[jira] Assigned: (PIG-1096) Make all unit tests run in MR or local mode based on a property

2009-11-24 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding reassigned PIG-1096: - Assignee: Richard Ding Make all unit tests run in MR or local mode based on a property

[jira] Updated: (PIG-1094) Fix unit tests corresponding to source changes so far

2009-11-24 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1094: -- Attachment: PIG-1094_2.patch This patch replaces Util.generateURI(String) with Util.generateURI(String,

[jira] Assigned: (PIG-1108) Incorrect map output key type in MultiQuery optimization

2009-11-25 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding reassigned PIG-1108: - Assignee: Richard Ding Incorrect map output key type in MultiQuery optimization

[jira] Assigned: (PIG-1068) COGROUP fails with 'Type mismatch in key from map: expected org.apache.pig.impl.io.NullableText, recieved org.apache.pig.impl.io.NullableTuple'

2009-11-25 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding reassigned PIG-1068: - Assignee: Richard Ding COGROUP fails with 'Type mismatch in key from map: expected

[jira] Commented: (PIG-1108) Incorrect map output key type in MultiQuery optimization

2009-11-25 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12782651#action_12782651 ] Richard Ding commented on PIG-1108: --- Either disableing MQ optimization or disabling second

[jira] Created: (PIG-1110) Handle compressed file formats -- Gz, BZip with the new proposal

2009-11-25 Thread Richard Ding (JIRA)
Handle compressed file formats -- Gz, BZip with the new proposal Key: PIG-1110 URL: https://issues.apache.org/jira/browse/PIG-1110 Project: Pig Issue Type: Sub-task

[jira] Updated: (PIG-1108) Incorrect map output key type in MultiQuery optimization

2009-11-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1108: -- Status: Patch Available (was: Open) Incorrect map output key type in MultiQuery optimization

[jira] Updated: (PIG-1108) Incorrect map output key type in MultiQuery optimization

2009-11-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1108: -- Attachment: PIG-1108.patch With this patch, the multiquery optimizer doesn't merge MR jobs that use

[jira] Commented: (PIG-1072) ReversibleLoadStoreFunc interface should be removed to enable different load and store implementation classes to be used in a reversible manner

2009-11-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12783879#action_12783879 ] Richard Ding commented on PIG-1072: --- In the load-store branch, the ReversibleLoadStoreFunc

[jira] Commented: (PIG-1068) COGROUP fails with 'Type mismatch in key from map: expected org.apache.pig.impl.io.NullableText, recieved org.apache.pig.impl.io.NullableTuple'

2009-11-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12783978#action_12783978 ] Richard Ding commented on PIG-1068: --- The cause of this bug is this: On the one hand, the

[jira] Commented: (PIG-1113) Diamond query optimization throws error in JOIN

2009-11-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12783984#action_12783984 ] Richard Ding commented on PIG-1113: --- The problem here is that the diamond query

[jira] Commented: (PIG-1114) MultiQuery optimization throws error when merging 2 level splits

2009-11-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12783991#action_12783991 ] Richard Ding commented on PIG-1114: --- The reason we got this exception is that the

[jira] Commented: (PIG-1114) MultiQuery optimization throws error when merging 2 level splits

2009-11-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12784003#action_12784003 ] Richard Ding commented on PIG-1114: --- Ankur, Can you look into the log file to make sure

[jira] Updated: (PIG-1113) Diamond query optimization throws error in JOIN

2009-12-01 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1113: -- Attachment: PIG-1113.patch This patch fixed the problem. Diamond query optimization throws error in

[jira] Updated: (PIG-1113) Diamond query optimization throws error in JOIN

2009-12-01 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1113: -- Status: Patch Available (was: Open) Diamond query optimization throws error in JOIN

[jira] Commented: (PIG-1114) MultiQuery optimization throws error when merging 2 level splits

2009-12-01 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12784397#action_12784397 ] Richard Ding commented on PIG-1114: --- Ankur, I just checked and the latest pig 0.6 jar

[jira] Updated: (PIG-1114) MultiQuery optimization throws error when merging 2 level splits

2009-12-01 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1114: -- Status: Patch Available (was: Open) MultiQuery optimization throws error when merging 2 level splits

[jira] Updated: (PIG-1114) MultiQuery optimization throws error when merging 2 level splits

2009-12-01 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1114: -- Attachment: PIG-1114.patch This patch fixed the problem. MultiQuery optimization throws error when

[jira] Updated: (PIG-1068) COGROUP fails with 'Type mismatch in key from map: expected org.apache.pig.impl.io.NullableText, recieved org.apache.pig.impl.io.NullableTuple'

2009-12-02 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1068: -- Attachment: PIG-1068.patch This patch fixed the problem by moving the unwrapping logic from demuxer to

[jira] Updated: (PIG-1068) COGROUP fails with 'Type mismatch in key from map: expected org.apache.pig.impl.io.NullableText, recieved org.apache.pig.impl.io.NullableTuple'

2009-12-02 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1068: -- Status: Patch Available (was: Open) COGROUP fails with 'Type mismatch in key from map: expected

[jira] Commented: (PIG-1086) Nested sort by * throw exception

2009-12-02 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12784992#action_12784992 ] Richard Ding commented on PIG-1086: --- The script works if the input has no schema: {code} A

[jira] Commented: (PIG-1086) Nested sort by * throw exception

2009-12-03 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12785386#action_12785386 ] Richard Ding commented on PIG-1086: --- The above script has a typo. It should be {code} A =

[jira] Updated: (PIG-1086) Nested sort by * throw exception

2009-12-04 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1086: -- Status: Patch Available (was: Open) Nested sort by * throw exception

[jira] Updated: (PIG-1110) Handle compressed file formats -- Gz, BZip with the new proposal

2009-12-04 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1110: -- Attachment: PIG-1110.patch Handle compressed file formats -- Gz, BZip with the new proposal

[jira] Updated: (PIG-1110) Handle compressed file formats -- Gz, BZip with the new proposal

2009-12-04 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1110: -- Release Note: For compressed BZip files, the load-store branch only supports file extension .bz2. It

[jira] Commented: (PIG-1110) Handle compressed file formats -- Gz, BZip with the new proposal

2009-12-08 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12787584#action_12787584 ] Richard Ding commented on PIG-1110: --- The output from running ant test-patch target locally:

[jira] Updated: (PIG-1090) Update sources to reflect recent changes in load-store interfaces

2009-12-09 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1090: -- Attachment: PIG-1090-3.patch This patch deals with conversions between Pig Schema and the new Resource

  1   2   3   4   5   6   >