[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: --- Comment: was deleted (was: 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: --- Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available)

[jira] Commented: (PIG-820) PERFORMANCE: The RandomSampleLoader should be changed to allow it subsume another loader

2009-06-25 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12724204#action_12724204 ] Pradeep Kamath commented on PIG-820: In SampleOptimizer the following should change:

[jira] Commented: (PIG-820) PERFORMANCE: The RandomSampleLoader should be changed to allow it subsume another loader

2009-06-26 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12724717#action_12724717 ] Pradeep Kamath commented on PIG-820: +1 PERFORMANCE: The RandomSampleLoader should be

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

2009-06-26 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12724729#action_12724729 ] Pradeep Kamath commented on PIG-573: Steps to apply this patch: 1) svn co

[jira] Commented: (PIG-865) Performance: Unnnecessary computation in FRJoin

2009-06-29 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12725361#action_12725361 ] Pradeep Kamath commented on PIG-865: Looks good. Minor comment: Since the constant

[jira] Commented: (PIG-872) use distributed cache for the replicated data set in FR join

2009-07-06 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12727648#action_12727648 ] Pradeep Kamath commented on PIG-872: Distributed cache can be used for the case where the

[jira] Commented: (PIG-820) PERFORMANCE: The RandomSampleLoader should be changed to allow it subsume another loader

2009-07-06 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12727834#action_12727834 ] Pradeep Kamath commented on PIG-820: Review comments - two observations: 1. In PigStorage

[jira] Updated: (PIG-820) PERFORMANCE: The RandomSampleLoader should be changed to allow it subsume another loader

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

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

2009-07-10 Thread Pradeep Kamath (JIRA)
Pig should provide a way for input location string in load statement to be passed as-is to the Loader - Key: PIG-879 URL:

[jira] Commented: (PIG-880) Order by is borken with complex fields

2009-07-10 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12729882#action_12729882 ] Pradeep Kamath commented on PIG-880: The root cause of this issue is that in interpreting

[jira] Updated: (PIG-724) Treating map values in PigStorage

2009-07-10 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-724: --- Summary: Treating map values in PigStorage (was: Treating integers and strings in PigStorage)

[jira] Updated: (PIG-880) Order by is borken with complex fields

2009-07-16 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-880: --- Attachment: PIG-880-bytearray-mapvalue-code-without-tests.patch Attached code only patch which changes

[jira] Commented: (PIG-695) Pig should not fail when error logs cannot be created

2009-07-20 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12733415#action_12733415 ] Pradeep Kamath commented on PIG-695: +1 Pig should not fail when error logs cannot be

[jira] Commented: (PIG-880) Order by is borken with complex fields

2009-07-30 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12737310#action_12737310 ] Pradeep Kamath commented on PIG-880: +1 - looks good. Order by is borken with complex

[jira] Commented: (PIG-845) PERFORMANCE: Merge Join

2009-07-30 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12737377#action_12737377 ] Pradeep Kamath commented on PIG-845: Some initial comments on POMergeJoin.java: If status

[jira] Commented: (PIG-880) Order by is borken with complex fields

2009-07-30 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12737379#action_12737379 ] Pradeep Kamath commented on PIG-880: +1 to the new changes. Order by is borken with

[jira] Created: (PIG-901) InputSplit (SliceWrapper) created by Pig is big in size due to serialized PigContext

2009-08-03 Thread Pradeep Kamath (JIRA)
InputSplit (SliceWrapper) created by Pig is big in size due to serialized PigContext Key: PIG-901 URL: https://issues.apache.org/jira/browse/PIG-901 Project: Pig

[jira] Updated: (PIG-660) Integration with Hadoop 0.20

2009-08-03 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-660: --- Attachment: PIG-660-for-branch-0.3.patch Attached a patch for branch-0.3 based on PIG-660_5.patch. The

[jira] Created: (PIG-904) Conversion from double to chararray for udf input arguments does not occur

2009-08-03 Thread Pradeep Kamath (JIRA)
Conversion from double to chararray for udf input arguments does not occur -- Key: PIG-904 URL: https://issues.apache.org/jira/browse/PIG-904 Project: Pig Issue Type:

[jira] Updated: (PIG-901) InputSplit (SliceWrapper) created by Pig is big in size due to serialized PigContext

2009-08-03 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-901: --- Attachment: PIG-901-branch-0.3.patch Patch for 0.3 branch InputSplit (SliceWrapper) created by Pig is

[jira] Updated: (PIG-901) InputSplit (SliceWrapper) created by Pig is big in size due to serialized PigContext

2009-08-04 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-901: --- Attachment: PIG-901-trunk.patch InputSplit (SliceWrapper) created by Pig is big in size due to

[jira] Updated: (PIG-901) InputSplit (SliceWrapper) created by Pig is big in size due to serialized PigContext

2009-08-04 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-901: --- Status: Patch Available (was: Open) PIG-901-trunk.patch is for the trunk. The change is in

[jira] Created: (PIG-906) Need a way to test integration points with Hadoop from unit tests

2009-08-04 Thread Pradeep Kamath (JIRA)
Need a way to test integration points with Hadoop from unit tests - Key: PIG-906 URL: https://issues.apache.org/jira/browse/PIG-906 Project: Pig Issue Type: Improvement

[jira] Commented: (PIG-901) InputSplit (SliceWrapper) created by Pig is big in size due to serialized PigContext

2009-08-04 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12739056#action_12739056 ] Pradeep Kamath commented on PIG-901: https://issues.apache.org/jira/browse/PIG-906 has

[jira] Commented: (PIG-845) PERFORMANCE: Merge Join

2009-08-10 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12741621#action_12741621 ] Pradeep Kamath commented on PIG-845: Review comments: 1) In LogicalPlanTester.java, why is

[jira] Updated: (PIG-845) PERFORMANCE: Merge Join

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

[jira] Created: (PIG-927) null should be handled consistently in Join

2009-08-18 Thread Pradeep Kamath (JIRA)
null should be handled consistently in Join --- Key: PIG-927 URL: https://issues.apache.org/jira/browse/PIG-927 Project: Pig Issue Type: Bug Affects Versions: 0.3.0 Reporter: Pradeep

[jira] Commented: (PIG-926) Merge-Join phase 2

2009-08-18 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744705#action_12744705 ] Pradeep Kamath commented on PIG-926: Review commments Merge-Join phase 2

[jira] Commented: (PIG-926) Merge-Join phase 2

2009-08-18 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744706#action_12744706 ] Pradeep Kamath commented on PIG-926: Review comments: In MergeJoinIndexer: Is there a

[jira] Commented: (PIG-926) Merge-Join phase 2

2009-08-19 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12745181#action_12745181 ] Pradeep Kamath commented on PIG-926: In MRCompiler: You should change: {code}

[jira] Commented: (PIG-926) Merge-Join phase 2

2009-08-20 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12745535#action_12745535 ] Pradeep Kamath commented on PIG-926: Patch committed - thanks for the contribution

[jira] Commented: (PIG-930) merge join should handle compressed bz2 sorted files

2009-08-24 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12747172#action_12747172 ] Pradeep Kamath commented on PIG-930: A couple of proposals: 1) We record in the

[jira] Created: (PIG-934) Merge join implementation currently does not seek to right point on the right side input based on the offset provided by the index

2009-08-26 Thread Pradeep Kamath (JIRA)
Merge join implementation currently does not seek to right point on the right side input based on the offset provided by the index -- Key: PIG-934

[jira] Commented: (PIG-934) Merge join implementation currently does not seek to right point on the right side input based on the offset provided by the index

2009-08-26 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12748070#action_12748070 ] Pradeep Kamath commented on PIG-934: To get an idea of how this seeking in case of regular

[jira] Commented: (PIG-930) merge join should handle compressed bz2 sorted files

2009-08-27 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12748468#action_12748468 ] Pradeep Kamath commented on PIG-930: I had spoken to Ben (who wrote the bzip2 code) and

[jira] Commented: (PIG-934) Merge join implementation currently does not seek to right point on the right side input based on the offset provided by the index

2009-08-28 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12749042#action_12749042 ] Pradeep Kamath commented on PIG-934: The reason I thought a separate function with a

[jira] Commented: (PIG-935) Skewed join throws an exception when used with map keys

2009-08-31 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12749664#action_12749664 ] Pradeep Kamath commented on PIG-935: Review Comment: The fix looks good - the only change

[jira] Updated: (PIG-934) Merge join implementation currently does not seek to right point on the right side input based on the offset provided by the index

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

[jira] Updated: (PIG-935) Skewed join throws an exception when used with map keys

2009-09-02 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-935: --- Assignee: (was: Santhosh Srinivasan) Skewed join throws an exception when used with map keys

[jira] Updated: (PIG-578) join ... outer, ... outer semantics are a no-ops, should produce corresponding null values

2009-09-03 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-578: --- Fix Version/s: 0.4.0 Assignee: Pradeep Kamath Status: Patch Available (was: Open)

[jira] Updated: (PIG-578) join ... outer, ... outer semantics are a no-ops, should produce corresponding null values

2009-09-03 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-578: --- Attachment: PIG-578-2.patch Addressed the javadoc warning and 4 of the findbugs. There will still be 1

[jira] Commented: (PIG-578) join ... outer, ... outer semantics are a no-ops, should produce corresponding null values

2009-09-03 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12751224#action_12751224 ] Pradeep Kamath commented on PIG-578: Correction to previous comment: At some point we

[jira] Updated: (PIG-943) Pig crash when it cannot get counter from hadoop

2009-09-04 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-943: --- Assignee: Daniel Dai Status: Patch Available (was: Open) Pig crash when it cannot get counter

[jira] Commented: (PIG-943) Pig crash when it cannot get counter from hadoop

2009-09-04 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12751560#action_12751560 ] Pradeep Kamath commented on PIG-943: I am wondering if we should report that we were

[jira] Created: (PIG-946) Combiner optimizer does not optimize when limit follow group, foreach

2009-09-04 Thread Pradeep Kamath (JIRA)
Combiner optimizer does not optimize when limit follow group, foreach - Key: PIG-946 URL: https://issues.apache.org/jira/browse/PIG-946 Project: Pig Issue Type: Bug

[jira] Updated: (PIG-953) Enable merge join in pig to work with loaders which can internally index sorted data

2009-09-10 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-953: --- Attachment: PIG-953.patch Attached patch has the changes in pig to support interacting with Loaders

[jira] Commented: (PIG-953) Enable merge join in pig to work with loaders and store functions which can internally index sorted data

2009-09-10 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12753827#action_12753827 ] Pradeep Kamath commented on PIG-953: I see the first part as a coding style preference - I

[jira] Updated: (PIG-951) Reset parallelism to 1 for indexing job in MergeJoin

2009-09-10 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-951: --- Status: Patch Available (was: Open) Reset parallelism to 1 for indexing job in MergeJoin

[jira] Updated: (PIG-957) Tutorial is broken with 0.4 branch and trunk

2009-09-11 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-957: --- Attachment: PIG-957.patch Attached patch to address the issue. LOJoin's getSchema() now keeps both the

[jira] Updated: (PIG-957) Tutorial is broken with 0.4 branch and trunk

2009-09-11 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-957: --- Status: Patch Available (was: Open) Tutorial is broken with 0.4 branch and trunk

[jira] Updated: (PIG-957) Tutorial is broken with 0.4 branch and trunk

2009-09-14 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-957: --- Status: Open (was: Patch Available) Tutorial is broken with 0.4 branch and trunk

[jira] Updated: (PIG-957) Tutorial is broken with 0.4 branch and trunk

2009-09-14 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-957: --- Attachment: PIG-957-2.patch There were two unit test failures in the last patch 1) TestPigServer had a

[jira] Updated: (PIG-957) Tutorial is broken with 0.4 branch and trunk

2009-09-14 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-957: --- Status: Patch Available (was: Open) Tutorial is broken with 0.4 branch and trunk

[jira] Updated: (PIG-957) Tutorial is broken with 0.4 branch and trunk

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

[jira] Created: (PIG-963) Join in local mode matches null keys

2009-09-15 Thread Pradeep Kamath (JIRA)
Join in local mode matches null keys Key: PIG-963 URL: https://issues.apache.org/jira/browse/PIG-963 Project: Pig Issue Type: Bug Affects Versions: 0.4.0 Reporter: Pradeep Kamath

[jira] Updated: (PIG-963) Join in local mode matches null keys

2009-09-15 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-963: --- Attachment: PIG-963.patch Attached patch which addresses the issue - the fix is in POCogroup to make

[jira] Updated: (PIG-963) Join in local mode matches null keys

2009-09-15 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-963: --- Status: Patch Available (was: Open) Join in local mode matches null keys

[jira] Updated: (PIG-963) Join in local mode matches null keys

2009-09-16 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-963: --- Status: Open (was: Patch Available) Join in local mode matches null keys

[jira] Updated: (PIG-963) Join in local mode matches null keys

2009-09-16 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-963: --- Status: Patch Available (was: Open) Join in local mode matches null keys

[jira] Updated: (PIG-963) Join in local mode matches null keys

2009-09-16 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-963: --- Attachment: PIG-963-2.patch Attached new patch with the only diff to address the findbugs warning -

[jira] Commented: (PIG-963) Join in local mode matches null keys

2009-09-16 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12756168#action_12756168 ] Pradeep Kamath commented on PIG-963: This patch does not address the case where the join

[jira] Commented: (PIG-927) null should be handled consistently in Join

2009-09-16 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12756169#action_12756169 ] Pradeep Kamath commented on PIG-927: This is a known issue in both map reduce and local

[jira] Commented: (PIG-927) null should be handled consistently in Join

2009-09-16 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12756170#action_12756170 ] Pradeep Kamath commented on PIG-927: I meant This is a issue in both map reduce and local

[jira] Updated: (PIG-963) Join in local mode matches null keys

2009-09-16 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-963: --- Status: Patch Available (was: Open) Join in local mode matches null keys

[jira] Updated: (PIG-963) Join in local mode matches null keys

2009-09-16 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-963: --- Status: Open (was: Patch Available) Join in local mode matches null keys

[jira] Updated: (PIG-963) Join in local mode matches null keys

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

[jira] Updated: (PIG-942) Maps are not implicitly casted

2009-09-18 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-942: --- Attachment: PIG-942.patch Attached patch which addresses the issue by introducing implicit cast to Map

[jira] Updated: (PIG-942) Maps are not implicitly casted

2009-09-18 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-942: --- Fix Version/s: 0.6.0 Assignee: Pradeep Kamath Status: Patch Available (was: Open)

[jira] Updated: (PIG-942) Maps are not implicitly casted

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

[jira] Commented: (PIG-948) [Usability] Relating pig script with MR jobs

2009-09-18 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12757587#action_12757587 ] Pradeep Kamath commented on PIG-948: In my opinion, pig should only print the jobid. Users

[jira] Assigned: (PIG-738) Regexp passed from pigscript fails in UDF

2009-09-21 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath reassigned PIG-738: -- Assignee: Pradeep Kamath Regexp passed from pigscript fails in UDF

[jira] Updated: (PIG-738) Regexp passed from pigscript fails in UDF

2009-09-21 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-738: --- Fix Version/s: 0.6.0 Status: Patch Available (was: Open) Regexp passed from pigscript

[jira] Updated: (PIG-738) Regexp passed from pigscript fails in UDF

2009-09-21 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-738: --- Attachment: PIG-738.patch Attached patch which will allow define statements to treat strings the same

[jira] Updated: (PIG-738) Regexp passed from pigscript fails in UDF

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

[jira] Reopened: (PIG-513) PERFORMANCE: optimize some of the code in DefaultTuple

2009-09-22 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath reopened PIG-513: Pig is supposed to provide nulls for columns not present in the data. For example if a file has 3

[jira] Updated: (PIG-513) PERFORMANCE: optimize some of the code in DefaultTuple

2009-09-22 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-513: --- Status: Patch Available (was: Reopened) PERFORMANCE: optimize some of the code in DefaultTuple

[jira] Updated: (PIG-513) PERFORMANCE: optimize some of the code in DefaultTuple

2009-09-22 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-513: --- Attachment: PIG-513-3.patch Attached patch to fix the issue. The fix involves changing POProject to

[jira] Updated: (PIG-513) PERFORMANCE: optimize some of the code in DefaultTuple

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

[jira] Reopened: (PIG-942) Maps are not implicitly casted

2009-09-23 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath reopened PIG-942: In LOCast.getFieldSchema the following code needs to change: {code}

[jira] Updated: (PIG-942) Maps are not implicitly casted

2009-09-23 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-942: --- Attachment: PIG-942-2.patch Attached patch which calls getExpression().getFieldSchema() to get the

[jira] Updated: (PIG-953) Enable merge join in pig to work with loaders and store functions which can internally index sorted data

2009-09-23 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-953: --- Attachment: PIG-953-2.patch Attached new patch against latest trunk: Addressing the previous two

[jira] Updated: (PIG-958) Splitting output data on key field

2009-09-23 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-958: --- Status: Open (was: Patch Available) Splitting output data on key field

[jira] Updated: (PIG-958) Splitting output data on key field

2009-09-23 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-958: --- Status: Patch Available (was: Open) Splitting output data on key field

[jira] Updated: (PIG-958) Splitting output data on key field

2009-09-23 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-958: --- Status: Patch Available (was: Open) Splitting output data on key field

[jira] Updated: (PIG-958) Splitting output data on key field

2009-09-23 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-958: --- Status: Open (was: Patch Available) Splitting output data on key field

[jira] Commented: (PIG-958) Splitting output data on key field

2009-09-23 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12758952#action_12758952 ] Pradeep Kamath commented on PIG-958: In general the patch looks good - do address the

[jira] Updated: (PIG-942) Maps are not implicitly casted

2009-09-23 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-942: --- Status: Patch Available (was: Reopened) Maps are not implicitly casted

[jira] Updated: (PIG-942) Maps are not implicitly casted

2009-09-24 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-942: --- Status: Patch Available (was: Open) Maps are not implicitly casted --

[jira] Commented: (PIG-975) Need a databag that does not register with SpillableMemoryManager and spill data pro-actively

2009-09-25 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12759645#action_12759645 ] Pradeep Kamath commented on PIG-975: I think it might be a good idea to have a config

[jira] Updated: (PIG-958) Splitting output data on key field

2009-09-25 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-958: --- Status: Open (was: Patch Available) Splitting output data on key field

[jira] Updated: (PIG-958) Splitting output data on key field

2009-09-25 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-958: --- Status: Patch Available (was: Open) Splitting output data on key field

[jira] Updated: (PIG-942) Maps are not implicitly casted

2009-09-25 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-942: --- Resolution: Fixed Status: Resolved (was: Patch Available) Unit test was present in the

[jira] Commented: (PIG-958) Splitting output data on key field

2009-09-25 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12759742#action_12759742 ] Pradeep Kamath commented on PIG-958: The release audit warning I think is related to

[jira] Created: (PIG-981) Merge join should restrict join key expressions to simple projects

2009-09-28 Thread Pradeep Kamath (JIRA)
Merge join should restrict join key expressions to simple projects -- Key: PIG-981 URL: https://issues.apache.org/jira/browse/PIG-981 Project: Pig Issue Type: Bug Affects

[jira] Commented: (PIG-953) Enable merge join in pig to work with loaders and store functions which can internally index sorted data

2009-09-28 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12760423#action_12760423 ] Pradeep Kamath commented on PIG-953: Here is a proposal for dealing with Sort Column

[jira] Commented: (PIG-953) Enable merge join in pig to work with loaders and store functions which can internally index sorted data

2009-09-29 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12760710#action_12760710 ] Pradeep Kamath commented on PIG-953: Dmitriy, I looked at the ResourceSchema proposed in

[jira] Commented: (PIG-948) [Usability] Relating pig script with MR jobs

2009-09-30 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12760981#action_12760981 ] Pradeep Kamath commented on PIG-948: +1 [Usability] Relating pig script with MR jobs

[jira] Updated: (PIG-953) Enable merge join in pig to work with loaders and store functions which can internally index sorted data

2009-10-02 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-953: --- Attachment: PIG-953-3.patch Attached patch which has the SortColInfo implementation to convey sort

[jira] Resolved: (PIG-981) Merge join should restrict join key expressions to simple projects

2009-10-02 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath resolved PIG-981. Resolution: Duplicate Fixed in

<    1   2   3   4   5   6   >