[jira] Updated: (PIG-537) Failure in Hadoop map collect stage due to type mismatch in the keys used in cogroup

2008-11-20 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-537: --- Status: Patch Available (was: Open) The issue was in Implicit Split inserter. In this query, the same

[jira] Updated: (PIG-563) PERFORMANCE: enable combiner to be called 0 or more times whenver the combiner is used for a pig query

2008-12-17 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-563: --- Attachment: PIG-563.patch PERFORMANCE: enable combiner to be called 0 or more times whenver the

[jira] Updated: (PIG-573) Changes to make Pig run with Hadoop 19

2008-12-19 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-573: --- Attachment: hadoop19.jar PIG-573-combinerflag.patch PIG-573.patch

[jira] Commented: (PIG-573) Changes to make Pig run with Hadoop 19

2008-12-22 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12658662#action_12658662 ] Pradeep Kamath commented on PIG-573: Hbase code in pig doesn't work with hadoop 19 and the

[jira] Updated: (PIG-563) PERFORMANCE: enable combiner to be called 0 or more times whenver the combiner is used for a pig query

2008-12-22 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-563: --- Attachment: PIG-563-v3.patch COUNT.Initial was implemented that way so that in case it is called in the

[jira] Updated: (PIG-580) PERFORMANCE: Combiner should also be used when there are distinct aggregates in a foreach following a group provided there are no non-algebraics in the foreach

2008-12-31 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-580: --- Attachment: PIG-580-v2.patch Attaching a new version (PIG-580-v2.patch) - the only difference from the

[jira] Updated: (PIG-581) Pig should enable an option to disable the use of combiner optimizer

2008-12-31 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-581: --- Summary: Pig should enable an option to disable the use of combiner optimizer (was: Pig should enable

[jira] Updated: (PIG-554) Fragment Replicate Join

2009-01-07 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-554: --- Attachment: PIG-554-v4.patch Changes in new patch (attached): 1) The HashMap now has (tuple, ListTuple)

[jira] Created: (PIG-628) PERFORMANCE: Misc. optimizations including optimization in Tuple serialization, set up of PigMapReduce PigCombiner, accessing index in POLocalRearrange

2009-01-20 Thread Pradeep Kamath (JIRA)
PERFORMANCE: Misc. optimizations including optimization in Tuple serialization, set up of PigMapReduce PigCombiner, accessing index in POLocalRearrange

[jira] Updated: (PIG-628) PERFORMANCE: Misc. optimizations including optimization in Tuple serialization, set up of PigMapReduce PigCombiner, accessing index in POLocalRearrange

2009-01-20 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-628: --- Attachment: PIG-628.patch Attached patch which implements the changes described in the issue

[jira] Updated: (PIG-634) When POUnion is one of the roots of a map plan, POUnion.getNext() gives a null pointer exception

2009-01-26 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-634: --- Resolution: Fixed Status: Resolved (was: Patch Available) When POUnion is one of the roots of

[jira] Commented: (PIG-634) When POUnion is one of the roots of a map plan, POUnion.getNext() gives a null pointer exception

2009-01-26 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12667439#action_12667439 ] Pradeep Kamath commented on PIG-634: Patch committed When POUnion is one of the roots of

[jira] Created: (PIG-636) PERFORMANCE: Use lightweight bag implementations which do not register with SpillableMemoryManager with Combiner

2009-01-26 Thread Pradeep Kamath (JIRA)
PERFORMANCE: Use lightweight bag implementations which do not register with SpillableMemoryManager with Combiner Key: PIG-636 URL:

[jira] Updated: (PIG-645) Streaming is broken with the latest trunk

2009-01-29 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-645: --- Attachment: PIG-645.patch Streaming is broken with the latest trunk

[jira] Updated: (PIG-645) Streaming is broken with the latest trunk

2009-01-29 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-645: --- Fix Version/s: types_branch Affects Version/s: types_branch Status: Patch

[jira] Created: (PIG-649) RandomSampleLoader does not handle skipping correctly in getNext()

2009-01-30 Thread Pradeep Kamath (JIRA)
RandomSampleLoader does not handle skipping correctly in getNext() -- Key: PIG-649 URL: https://issues.apache.org/jira/browse/PIG-649 Project: Pig Issue Type: Bug Affects

[jira] Updated: (PIG-651) PERFORMANCE: Use specialized POForEachNoFlatten for cases where the foreach has no flattens

2009-01-30 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-651: --- Status: Patch Available (was: Open) Attached patch implements a simpler POForEachNoFlatten whenever no

[jira] Updated: (PIG-649) RandomSampleLoader does not handle skipping correctly in getNext()

2009-01-30 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-649: --- Status: Patch Available (was: Open) The attached patch fixes the issue by keep track of the return

[jira] Updated: (PIG-649) RandomSampleLoader does not handle skipping correctly in getNext()

2009-01-30 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-649: --- Attachment: PIG-649.patch RandomSampleLoader does not handle skipping correctly in getNext()

[jira] Updated: (PIG-648) BinStorage fails when it finds markers unexpectedly in the data

2009-01-30 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-648: --- Status: Patch Available (was: Open) Attached patch which now uses ctrl-A, Ctrl-B, Ctrl-C

[jira] Updated: (PIG-649) RandomSampleLoader does not handle skipping correctly in getNext()

2009-01-30 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-649: --- Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available)

[jira] Commented: (PIG-428) TypeCastInserter does not replace projects in inner plans correctly

2009-02-02 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12669687#action_12669687 ] Pradeep Kamath commented on PIG-428: Have you tried your query with top of trunk? The

[jira] Updated: (PIG-653) Make fieldsToRead work in loader

2009-02-09 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-653: --- Attachment: PIG-653-2.comment A new proposal has been attached as a revision of the proposal in comment

[jira] Created: (PIG-665) Map key type not correctly set (for use when key is null) when map plan does not have localrearrange

2009-02-11 Thread Pradeep Kamath (JIRA)
Map key type not correctly set (for use when key is null) when map plan does not have localrearrange Key: PIG-665 URL:

[jira] Updated: (PIG-665) Map key type not correctly set (for use when key is null) when map plan does not have localrearrange

2009-02-12 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-665: --- Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available)

[jira] Updated: (PIG-545) PERFORMANCE: Sampler for order bys does not produce a good distribution

2009-02-18 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-545: --- Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available)

[jira] Updated: (PIG-652) Need to give user control of OutputFormat

2009-02-19 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-652: --- Fix Version/s: types_branch Assignee: Pradeep Kamath (was: Alan Gates) Affects

[jira] Updated: (PIG-652) Need to give user control of OutputFormat

2009-02-19 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-652: --- Attachment: PIG-652.patch Need to give user control of OutputFormat

[jira] Updated: (PIG-652) Need to give user control of OutputFormat

2009-02-19 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-652: --- Attachment: PIG-652-v2.patch Attached new version which addresses the comment regarding having a

[jira] Updated: (PIG-652) Need to give user control of OutputFormat

2009-02-23 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-652: --- Attachment: PIG-652-v3.patch Attached a new version of the patch. Changes include: 1) Included

[jira] Commented: (PIG-591) Error handling phase four

2009-02-24 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12676399#action_12676399 ] Pradeep Kamath commented on PIG-591: Code review comments The patch looks good to go

[jira] Resolved: (PIG-591) Error handling phase four

2009-02-25 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath resolved PIG-591. Resolution: Fixed Hadoop Flags: [Reviewed] Santhosh, thanks for the feature contribution. Patch

[jira] Commented: (PIG-682) Fix the ssh tunneling code

2009-02-25 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12676810#action_12676810 ] Pradeep Kamath commented on PIG-682: As noted in

[jira] Updated: (PIG-652) Need to give user control of OutputFormat

2009-02-27 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-652: --- Attachment: PIG-652-v4.patch Attaching new patch - the only difference is: (old code is the first input

[jira] Issue Comment Edited: (PIG-652) Need to give user control of OutputFormat

2009-02-27 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12677603#action_12677603 ] pkamath edited comment on PIG-652 at 2/27/09 4:06 PM: - Attaching

[jira] Updated: (PIG-691) BinStorage skips tuples when ^A is present in data

2009-03-02 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-691: --- Fix Version/s: types_branch Affects Version/s: types_branch Status: Patch

[jira] Updated: (PIG-691) BinStorage skips tuples when ^A is present in data

2009-03-02 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-691: --- Attachment: PIG-691.patch BinStorage skips tuples when ^A is present in data

[jira] Updated: (PIG-690) UNION doesn't work in the latest code

2009-03-02 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-690: --- Attachment: PIG-690.patch UNION doesn't work in the latest code -

[jira] Commented: (PIG-655) Comparison of schemas of bincond operands is flawed

2009-03-02 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12678210#action_12678210 ] Pradeep Kamath commented on PIG-655: I will be reviewing this patch Comparison of

[jira] Commented: (PIG-692) when running script file, automatically set up job name based on the file name

2009-03-03 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12678458#action_12678458 ] Pradeep Kamath commented on PIG-692: +1 for the change when running script file,

[jira] Resolved: (PIG-577) outer join query looses name information

2009-03-03 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath resolved PIG-577. Resolution: Fixed outer join query looses name information

[jira] Updated: (PIG-577) outer join query looses name information

2009-03-03 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-577: --- Hadoop Flags: [Reviewed] +1, Patch committed - thanks for the fix Santhosh. outer join query looses

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

2009-03-04 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12679021#action_12679021 ] Pradeep Kamath commented on PIG-627: I committed multi-store-0304.patch into the

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

2009-03-10 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12680724#action_12680724 ] Pradeep Kamath commented on PIG-627: multiquery_0306.patch seems to have a lot of code

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

2009-03-11 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12680997#action_12680997 ] Pradeep Kamath commented on PIG-627: Sorry about the misunderstanding, I think I looked at

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

2009-03-11 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12681085#action_12681085 ] Pradeep Kamath commented on PIG-627: Committed patch per previous comment that the review

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

2009-03-23 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12688339#action_12688339 ] Pradeep Kamath commented on PIG-627: Comments for Richard's patch -

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

2009-03-23 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12688356#action_12688356 ] Pradeep Kamath commented on PIG-627: +1 on Gunther's patch - multiquery_explain_fix.patch.

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

2009-03-23 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12688461#action_12688461 ] Pradeep Kamath commented on PIG-627: +1 on Richard's patch -

[jira] Commented: (PIG-729) Use of default parallelism

2009-03-24 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12688755#action_12688755 ] Pradeep Kamath commented on PIG-729: Another option maybe to detect mapreduce boundaries

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

2009-03-24 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12688957#action_12688957 ] Pradeep Kamath commented on PIG-627: +1 - committed patch by Gunther to merge changes in

[jira] Created: (PIG-733) Order by sampling dumps entire sample to hdfs which causes dfs FileSystem closed error on large input

2009-03-25 Thread Pradeep Kamath (JIRA)
Order by sampling dumps entire sample to hdfs which causes dfs FileSystem closed error on large input --- Key: PIG-733 URL:

[jira] Updated: (PIG-733) Order by sampling dumps entire sample to hdfs which causes dfs FileSystem closed error on large input

2009-04-01 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-733: --- Fix Version/s: 0.3.0 Affects Version/s: 0.2.0 Status: Patch Available (was:

[jira] Updated: (PIG-733) Order by sampling dumps entire sample to hdfs which causes dfs FileSystem closed error on large input

2009-04-01 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-733: --- Attachment: PIG-733.patch Order by sampling dumps entire sample to hdfs which causes dfs FileSystem

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

2009-04-01 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12694859#action_12694859 ] Pradeep Kamath commented on PIG-627: +1, patch committed - thanks for the contribution

[jira] Commented: (PIG-733) Order by sampling dumps entire sample to hdfs which causes dfs FileSystem closed error on large input

2009-04-06 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12696244#action_12696244 ] Pradeep Kamath commented on PIG-733: Tests are not included in this patch since there are

[jira] Updated: (PIG-733) Order by sampling dumps entire sample to hdfs which causes dfs FileSystem closed error on large input

2009-04-06 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-733: --- Attachment: PIG-733-v2.patch Order by sampling dumps entire sample to hdfs which causes dfs FileSystem

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

2009-04-06 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12696350#action_12696350 ] Pradeep Kamath commented on PIG-627: +1, patch committed. Thanks for the contribution

[jira] Updated: (PIG-733) Order by sampling dumps entire sample to hdfs which causes dfs FileSystem closed error on large input

2009-04-09 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-733: --- Resolution: Fixed Status: Resolved (was: Patch Available) patch committed Order by sampling

[jira] Resolved: (PIG-739) Filter in foreach seems to drop records resulting in decreased count of records

2009-04-16 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath resolved PIG-739. Resolution: Duplicate Assignee: Pradeep Kamath This issue has the same root cause of PIG-514 -

[jira] Commented: (PIG-514) COUNT returns no results as a result of two filter statements in FOREACH

2009-04-16 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12699801#action_12699801 ] Pradeep Kamath commented on PIG-514: I am currently working on implementing the above

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

2009-04-20 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700925#action_12700925 ] Pradeep Kamath commented on PIG-627: reviewed error_handling_0416.patch for additional

[jira] Created: (PIG-773) Empty complex constants (empty bag, empty tuple and empty map) should be supported

2009-04-21 Thread Pradeep Kamath (JIRA)
Empty complex constants (empty bag, empty tuple and empty map) should be supported -- Key: PIG-773 URL: https://issues.apache.org/jira/browse/PIG-773 Project: Pig

[jira] Resolved: (PIG-514) COUNT returns no results as a result of two filter statements in FOREACH

2009-04-22 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath resolved PIG-514. Resolution: Fixed Fix Version/s: 0.3.0 Hadoop Flags: [Reviewed] Patch committed with the

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

2009-04-23 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702005#action_12702005 ] Pradeep Kamath commented on PIG-627: All the work till now (phase 1 and phase2) has now

[jira] Resolved: (PIG-775) PORelationToExprProject should create a NonSpillableDataBag to create empty bags

2009-04-24 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath resolved PIG-775. Resolution: Fixed Patch committed. PORelationToExprProject should create a NonSpillableDataBag to

[jira] Commented: (PIG-802) PERFORMANCE: not creating bags for ORDER BY

2009-05-07 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12707064#action_12707064 ] Pradeep Kamath commented on PIG-802: PIG-744 is a duplicate - will be marking that one as

[jira] Created: (PIG-807) PERFORMANCE: Provide a way for UDFs to use read-once bags (backed by the Hadoop values iterator)

2009-05-12 Thread Pradeep Kamath (JIRA)
PERFORMANCE: Provide a way for UDFs to use read-once bags (backed by the Hadoop values iterator) Key: PIG-807 URL: https://issues.apache.org/jira/browse/PIG-807

[jira] Commented: (PIG-802) PERFORMANCE: not creating bags for ORDER BY

2009-05-12 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12708551#action_12708551 ] Pradeep Kamath commented on PIG-802: Adding some more details: A new kind of bag -

[jira] Updated: (PIG-804) problem with lineage with double map redirection

2009-05-13 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-804: --- Fix Version/s: 0.3.0 Affects Version/s: 0.2.1 Status: Patch Available (was:

[jira] Updated: (PIG-804) problem with lineage with double map redirection

2009-05-13 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-804: --- Attachment: PIG-804.patch The root cause was in the parsers, in CastExp(), a getFieldSchema() was being

[jira] Created: (PIG-808) getFieldSchema() in ExpressionOperators also sets up lineage information - this can cause issues if getFieldSchema() is called too early

2009-05-13 Thread Pradeep Kamath (JIRA)
getFieldSchema() in ExpressionOperators also sets up lineage information - this can cause issues if getFieldSchema() is called too early Key:

[jira] Commented: (PIG-802) PERFORMANCE: not creating bags for ORDER BY

2009-05-21 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12711769#action_12711769 ] Pradeep Kamath commented on PIG-802: Review comments: In MRCompiler, does POPackageLite

[jira] Commented: (PIG-802) PERFORMANCE: not creating bags for ORDER BY

2009-05-21 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12711811#action_12711811 ] Pradeep Kamath commented on PIG-802: I think even in the future if ReadOnceBags are used

[jira] Created: (PIG-814) Make Binstorage more robust when data contains record markers

2009-05-21 Thread Pradeep Kamath (JIRA)
Make Binstorage more robust when data contains record markers - Key: PIG-814 URL: https://issues.apache.org/jira/browse/PIG-814 Project: Pig Issue Type: Bug Affects Versions:

[jira] Updated: (PIG-804) problem with lineage with double map redirection

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

[jira] Commented: (PIG-802) PERFORMANCE: not creating bags for ORDER BY

2009-05-26 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12713181#action_12713181 ] Pradeep Kamath commented on PIG-802: Changes look good - still have a comment about the

[jira] Updated: (PIG-816) PigStorage() does not accept Unicode characters in its contructor

2009-05-29 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-816: --- Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available)

[jira] Commented: (PIG-796) support conversion from numeric types to chararray

2009-06-01 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12715325#action_12715325 ] Pradeep Kamath commented on PIG-796: A few comments: - In TestPOCast.java the variables

[jira] Updated: (PIG-796) support conversion from numeric types to chararray

2009-06-03 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-796: --- Status: Patch Available (was: Open) support conversion from numeric types to chararray

[jira] Updated: (PIG-796) support conversion from numeric types to chararray

2009-06-03 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-796: --- Status: Open (was: Patch Available) support conversion from numeric types to chararray

[jira] Updated: (PIG-796) support conversion from numeric types to chararray

2009-06-03 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-796: --- Status: Patch Available (was: Open) support conversion from numeric types to chararray

[jira] Updated: (PIG-796) support conversion from numeric types to chararray

2009-06-03 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-796: --- Status: Open (was: Patch Available) support conversion from numeric types to chararray

[jira] Updated: (PIG-796) support conversion from numeric types to chararray

2009-06-04 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-796: --- Resolution: Fixed Fix Version/s: 0.3.0 Hadoop Flags: [Reviewed] Status: Resolved

[jira] Updated: (PIG-835) Multiquery optimization does not handle the case where the map keys in the split plans have different key types (tuple and non tuple key type)

2009-06-05 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-835: --- Attachment: PIG-835.patch The root cause of the issue is that the current multiQueryOptimizer checks if

[jira] Created: (PIG-838) Parser does not handle ctrl-m ('\u000d') as argument to PigStorage

2009-06-05 Thread Pradeep Kamath (JIRA)
Parser does not handle ctrl-m ('\u000d') as argument to PigStorage -- Key: PIG-838 URL: https://issues.apache.org/jira/browse/PIG-838 Project: Pig Issue Type: Bug Affects

[jira] Updated: (PIG-835) Multiquery optimization does not handle the case where the map keys in the split plans have different key types (tuple and non tuple key type)

2009-06-05 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-835: --- Status: Patch Available (was: Open) Multiquery optimization does not handle the case where the map

[jira] Updated: (PIG-835) Multiquery optimization does not handle the case where the map keys in the split plans have different key types (tuple and non tuple key type)

2009-06-08 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-835: --- Status: Open (was: Patch Available) Multiquery optimization does not handle the case where the map

[jira] Updated: (PIG-835) Multiquery optimization does not handle the case where the map keys in the split plans have different key types (tuple and non tuple key type)

2009-06-08 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-835: --- Attachment: PIG-835-v2.patch New patch with findbugs warnings addressed - essentially findbugs wanted

[jira] Updated: (PIG-835) Multiquery optimization does not handle the case where the map keys in the split plans have different key types (tuple and non tuple key type)

2009-06-08 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-835: --- Status: Patch Available (was: Open) Multiquery optimization does not handle the case where the map

[jira] Created: (PIG-841) PERFORMANCE: The sample MR job in order by implementation can use Hadoop sorting instead of doing a POSort

2009-06-09 Thread Pradeep Kamath (JIRA)
PERFORMANCE: The sample MR job in order by implementation can use Hadoop sorting instead of doing a POSort -- Key: PIG-841 URL:

[jira] Commented: (PIG-841) PERFORMANCE: The sample MR job in order by implementation can use Hadoop sorting instead of doing a POSort

2009-06-09 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12717835#action_12717835 ] Pradeep Kamath commented on PIG-841: This mechanism can be used for any join which

[jira] Updated: (PIG-835) Multiquery optimization does not handle the case where the map keys in the split plans have different key types (tuple and non tuple key type)

2009-06-09 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-835: --- Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available)

[jira] Updated: (PIG-846) MultiQuery optimization in some cases has an issue when there is a split in the map plan

2009-06-12 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-846: --- Attachment: PIG-846.patch MultiQuery optimization in some cases has an issue when there is a split in

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

2009-06-12 Thread Pradeep Kamath (JIRA)
Setting twoLevelAccessRequired field in a bag schema should not be required to access fields in the tuples of the bag - Key: PIG-847 URL:

[jira] Created: (PIG-848) Explain output sometimes may not match the exact plan that is executed in terms of the order in which inner plans and operators are presented - (semantically the plans are th

2009-06-12 Thread Pradeep Kamath (JIRA)
Explain output sometimes may not match the exact plan that is executed in terms of the order in which inner plans and operators are presented - (semantically the plans are the same)

[jira] Updated: (PIG-846) MultiQuery optimization in some cases has an issue when there is a split in the map plan

2009-06-12 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-846: --- Status: Open (was: Patch Available) Will be resubmitting a new patch - just realized that a few unit

[jira] Updated: (PIG-846) MultiQuery optimization in some cases has an issue when there is a split in the map plan

2009-06-12 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-846: --- Attachment: PIG-846-v2.patch New patch - the only change is to not add extra information in

[jira] Updated: (PIG-835) Multiquery optimization does not handle the case where the map keys in the split plans have different key types (tuple and non tuple key type)

2009-06-12 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-835: --- Attachment: PIG-846-v2.patch New patch - the only change is to not add extra information in

[jira] Updated: (PIG-846) MultiQuery optimization in some cases has an issue when there is a split in the map plan

2009-06-12 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-846: --- Status: Patch Available (was: Open) MultiQuery optimization in some cases has an issue when there is

  1   2   3   4   5   6   >