[jira] Updated: (PIG-519) allow for '#' to signify a comment in a PIG script

2008-11-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-519: --- Resolution: Fixed Fix Version/s: types_branch Hadoop Flags: [Reviewed] Status: Resolved

[jira] Commented: (PIG-512) Expressions in foreach lead to errors

2008-11-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647700#action_12647700 ] Alan Gates commented on PIG-512: In LogicalPlanCloneHelper, why do you need this: {code}

[jira] Commented: (PIG-460) PERFORMANCE: Order by done in 3 MR jobs, could be done in 2

2008-12-02 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12652642#action_12652642 ] Alan Gates commented on PIG-460: Here's a quick write up of what will need to be done to

[jira] Resolved: (PIG-6) Addition of Hbase Storage Option In Load/Store Statement

2008-12-16 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-6. -- Resolution: Fixed Fix Version/s: types_branch Hadoop Flags: [Reviewed] V01 patch checked in. Thanks

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

2008-12-22 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12658573#action_12658573 ] Alan Gates commented on PIG-554: A couple of questions: 1) I'm still not clear on why the

[jira] Commented: (PIG-572) A PigServer.registerScript() method, which lets a client programmatically register a Pig Script.

2008-12-31 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12660148#action_12660148 ] Alan Gates commented on PIG-572: The code in the patch looks fine. I have a couple of

[jira] Commented: (PIG-596) Anonymous tuples in bags create ParseExceptions

2009-01-02 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12660351#action_12660351 ] Alan Gates commented on PIG-596: Flattening a bag gets rid of two layers of containment, both

[jira] Commented: (PIG-572) A PigServer.registerScript() method, which lets a client programmatically register a Pig Script.

2009-01-02 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12660388#action_12660388 ] Alan Gates commented on PIG-572: Passes all the tests. I'd like to wait until the Christmas

[jira] Issue Comment Edited: (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

2009-01-05 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12660944#action_12660944 ] alangates edited comment on PIG-580 at 1/5/09 1:51 PM: In

[jira] Commented: (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

2009-01-05 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12660944#action_12660944 ] Alan Gates commented on PIG-580: In CombinerOptimizer.visitDistinct you have: {code} +

[jira] Created: (PIG-599) BufferedPositionedInputStream isn't buffered

2009-01-05 Thread Alan Gates (JIRA)
BufferedPositionedInputStream isn't buffered Key: PIG-599 URL: https://issues.apache.org/jira/browse/PIG-599 Project: Pig Issue Type: Bug Components: impl Affects Versions:

[jira] Updated: (PIG-599) BufferedPositionedInputStream isn't buffered

2009-01-05 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-599: --- Status: Patch Available (was: Open) BufferedPositionedInputStream isn't buffered

[jira] Updated: (PIG-599) BufferedPositionedInputStream isn't buffered

2009-01-05 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-599: --- Attachment: loadperf.patch This patch changes BufferedPositionedInputStream to wrap a BufferedInputStream

[jira] Resolved: (PIG-572) A PigServer.registerScript() method, which lets a client programmatically register a Pig Script.

2009-01-06 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-572. Resolution: Fixed Hadoop Flags: [Reviewed] Patch committed. Thanks Shubham. A

[jira] Commented: (PIG-608) Compile or validate the whole script before execution

2009-01-07 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12661710#action_12661710 ] Alan Gates commented on PIG-608: Pig does parse, type check, and plan an entire query up to a

[jira] Commented: (PIG-553) EvalFunc.finish() not getting called

2009-01-20 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12665475#action_12665475 ] Alan Gates commented on PIG-553: We don't want a different interface for local and MR mode.

[jira] Resolved: (PIG-269) Merge changes from trunk to types branch

2009-01-20 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-269. Resolution: Fixed Done. Merge changes from trunk to types branch

[jira] Commented: (PIG-49) optimize bag usage

2009-01-20 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12665624#action_12665624 ] Alan Gates commented on PIG-49: --- At this point I think there is no plan to fix this. We have

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

2009-01-20 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12665650#action_12665650 ] Alan Gates commented on PIG-545: I ran the pigmix queries L9 (order by a single column) and

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

2009-01-20 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12665669#action_12665669 ] Alan Gates commented on PIG-627: I propose to implement this as follows. Currently split

[jira] Commented: (PIG-620) find Max Tuple by 1st field UDF (for piggybank)

2009-01-20 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12665672#action_12665672 ] Alan Gates commented on PIG-620: Thanks for the patch. A couple of comments. One, the file

[jira] Updated: (PIG-620) find Max Tuple by 1st field UDF (for piggybank)

2009-01-22 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-620: --- Resolution: Fixed Status: Resolved (was: Patch Available) Patch committed after adding the apache

[jira] Commented: (PIG-626) Statistics (records read by each mapper and reducer)

2009-01-29 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12668678#action_12668678 ] Alan Gates commented on PIG-626: I ran the unit tests on the latest patch and saw failures in

[jira] Updated: (PIG-626) Statistics (records read by each mapper and reducer)

2009-01-29 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-626: --- Attachment: TEST-org.apache.pig.test.TestBZip.txt Results of TestBZIp Statistics (records read by each mapper

[jira] Commented: (PIG-560) UTFDataFormatException (encoded string too long) is thrown when storing strings 65536 bytes (in UTF8 form) using BinStorage()

2009-01-29 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12668682#action_12668682 ] Alan Gates commented on PIG-560: I'm concerned here that we're adding 2 bytes to every string

[jira] Commented: (PIG-647) memory sized passed on pig command line does not get propagated to JobConf

2009-01-29 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12668743#action_12668743 ] Alan Gates commented on PIG-647: +1 memory sized passed on pig command line does not get

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

2009-01-30 Thread Alan Gates (JIRA)
Need to give user control of OutputFormat - Key: PIG-652 URL: https://issues.apache.org/jira/browse/PIG-652 Project: Pig Issue Type: New Feature Components: impl Reporter: Alan

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

2009-02-05 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-545: -- Assignee: Pradeep Kamath (was: Amir Youssefi) PERFORMANCE: Sampler for order bys does not produce a

[jira] Assigned: (PIG-460) PERFORMANCE: Order by done in 3 MR jobs, could be done in 2

2009-02-05 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-460: -- Assignee: Pradeep Kamath (was: Amir Youssefi) Assigning to Pradeep for review. PERFORMANCE: Order by

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

2009-02-05 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12670977#action_12670977 ] Alan Gates commented on PIG-652: I propose that we add a method to the StoreFunc interface:

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

2009-02-06 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12671224#action_12671224 ] Alan Gates commented on PIG-652: In response to Ben's question in comment

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

2009-02-06 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12671240#action_12671240 ] Alan Gates commented on PIG-652: Sorry, forgot to include the schema part. A second function

[jira] Created: (PIG-661) Add a query to pig mix that tests unions in the map phase

2009-02-09 Thread Alan Gates (JIRA)
Add a query to pig mix that tests unions in the map phase - Key: PIG-661 URL: https://issues.apache.org/jira/browse/PIG-661 Project: Pig Issue Type: Bug Components: tools

[jira] Created: (PIG-662) Add a queries to pig mix that tests scalability of joins

2009-02-09 Thread Alan Gates (JIRA)
Add a queries to pig mix that tests scalability of joins Key: PIG-662 URL: https://issues.apache.org/jira/browse/PIG-662 Project: Pig Issue Type: Bug Components: tools

[jira] Commented: (PIG-6) Addition of Hbase Storage Option In Load/Store Statement

2009-02-09 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12671935#action_12671935 ] Alan Gates commented on PIG-6: -- Are you submitting this patch for us to include to make hbase 19

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

2009-02-10 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12672324#action_12672324 ] Alan Gates commented on PIG-652: As far as getting the schema in the output format, that will

[jira] Assigned: (PIG-602) Pass global configurations to UDF

2009-02-10 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-602: -- Assignee: Alan Gates Pass global configurations to UDF -

[jira] Commented: (PIG-641) Fragment replicate join does not work in local mode

2009-02-10 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12672349#action_12672349 ] Alan Gates commented on PIG-641: So why can't FRJoin be written to Cogroup + Foreach as well?

[jira] Commented: (PIG-602) Pass global configurations to UDF

2009-02-10 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12672360#action_12672360 ] Alan Gates commented on PIG-602: I propose the following solution. First, a singleton class

[jira] Resolved: (PIG-273) Need to optimize the ways splits are handled, both in the top level plan and in nested plans.

2009-02-10 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-273. Resolution: Fixed Inner plans are not optimal in that they are cloned. But I don't think we're going to

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

2009-03-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12678441#action_12678441 ] Alan Gates commented on PIG-692: Looks good, passes unit and checkin tests. IMO this is large

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

2009-03-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12678510#action_12678510 ] Alan Gates commented on PIG-692: If you set a name via set job.name 'foo' in your script, then

[jira] Created: (PIG-697) Proposed improvements to pig's optimizer

2009-03-03 Thread Alan Gates (JIRA)
Proposed improvements to pig's optimizer Key: PIG-697 URL: https://issues.apache.org/jira/browse/PIG-697 Project: Pig Issue Type: Bug Components: impl Reporter: Alan Gates

[jira] Commented: (PIG-704) Interactive mode doesn't list defined aliases

2009-03-10 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12680635#action_12680635 ] Alan Gates commented on PIG-704: A comment on the general approach. I'm wondering if it would

[jira] Commented: (PIG-704) Interactive mode doesn't list defined aliases

2009-03-11 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12681125#action_12681125 ] Alan Gates commented on PIG-704: Patch looks good to me. Anyone have objections or concerns

[jira] Commented: (PIG-713) Autocompletion doesn't complete aliases

2009-03-25 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12689214#action_12689214 ] Alan Gates commented on PIG-713: Patch looks good to me. I downloaded it and played with it a

[jira] Created: (PIG-734) Non-string keys in maps

2009-03-25 Thread Alan Gates (JIRA)
Non-string keys in maps --- Key: PIG-734 URL: https://issues.apache.org/jira/browse/PIG-734 Project: Pig Issue Type: Bug Affects Versions: 1.0.0 Reporter: Alan Gates Assignee: Alan Gates

[jira] Resolved: (PIG-713) Autocompletion doesn't complete aliases

2009-03-26 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-713. Resolution: Fixed Fix Version/s: 1.1.0 Fix checked in. Thanks Eric for your contribution.

[jira] Commented: (PIG-724) Treating integers and strings in PigStorage

2009-04-08 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12697054#action_12697054 ] Alan Gates commented on PIG-724: Currently Pig doesn't require that all keys and values in a

[jira] Commented: (PIG-745) Please add DataTypes.toString() conversion function

2009-04-08 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12697056#action_12697056 ] Alan Gates commented on PIG-745: I'm reviewing this patch. Please add DataTypes.toString()

[jira] Commented: (PIG-712) Need utilities to create schemas for bags and tuples

2009-04-08 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12697075#action_12697075 ] Alan Gates commented on PIG-712: Jeff, Thanks for the patch. I'll take a look at this, but

[jira] Commented: (PIG-745) Please add DataTypes.toString() conversion function

2009-04-08 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12697237#action_12697237 ] Alan Gates commented on PIG-745: Responses to comments: 1) Java's Boolean.toString() is

[jira] Updated: (PIG-745) Please add DataTypes.toString() conversion function

2009-04-08 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-745: --- Resolution: Fixed Fix Version/s: 0.3.0 Status: Resolved (was: Patch Available) Patch checked

[jira] Updated: (PIG-712) Need utilities to create schemas for bags and tuples

2009-04-09 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-712: --- Status: Open (was: Patch Available) The patch looks good. A couple of comments: 1) You set up a set of

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

2009-04-09 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12697627#action_12697627 ] Alan Gates commented on PIG-729: -1 to requiring parallel as a keyword. Users move their

[jira] Commented: (PIG-697) Proposed improvements to pig's optimizer

2009-04-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12698481#action_12698481 ] Alan Gates commented on PIG-697: Patch looks good. A few comments on comments. It looks like

[jira] Commented: (PIG-766) ava.lang.OutOfMemoryError: Java heap space

2009-04-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12698996#action_12698996 ] Alan Gates commented on PIG-766: It isn't overall data size that matters. It is the size of a

[jira] Commented: (PIG-697) Proposed improvements to pig's optimizer

2009-04-20 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700958#action_12700958 ] Alan Gates commented on PIG-697: +1 on Part2 of Phase 1 patch. Proposed improvements to

[jira] Commented: (PIG-759) HBaseStorage scheme for Load/Slice function

2009-04-23 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702002#action_12702002 ] Alan Gates commented on PIG-759: Are you suggesting that the hbase scheme include ways to

[jira] Commented: (PIG-712) Need utilities to create schemas for bags and tuples

2009-04-23 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702007#action_12702007 ] Alan Gates commented on PIG-712: My apologies, I dropped the ball on this. As SchemaUtil

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

2009-04-23 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702183#action_12702183 ] Alan Gates commented on PIG-775: +1 PORelationToExprProject should create a

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

2009-04-24 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702445#action_12702445 ] Alan Gates commented on PIG-774: Two lines of change are needed to fix this: 1. In

[jira] Created: (PIG-783) PigStorage does not handle unicode characters above \u007f as a separator in the data.

2009-04-24 Thread Alan Gates (JIRA)
PigStorage does not handle unicode characters above \u007f as a separator in the data. -- Key: PIG-783 URL: https://issues.apache.org/jira/browse/PIG-783 Project:

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

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

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

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

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

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

[jira] Commented: (PIG-741) Add LIMIT as a statement that works in nested FOREACH

2009-04-30 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704672#action_12704672 ] Alan Gates commented on PIG-741: Since limit distributes rather nicely, I'd very much like it

[jira] Commented: (PIG-741) Add LIMIT as a statement that works in nested FOREACH

2009-04-30 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704775#action_12704775 ] Alan Gates commented on PIG-741: I only added tests for local mode because inner operators are

[jira] Commented: (PIG-795) Command that selects a random sample of the rows, similar to LIMIT

2009-05-01 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705037#action_12705037 ] Alan Gates commented on PIG-795: Eric, Thanks for the patch. I agree this is a feature that

[jira] Commented: (PIG-626) Statistics (records read by each mapper and reducer)

2009-05-01 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705152#action_12705152 ] Alan Gates commented on PIG-626: Shubham, I apologize for being so slow to get to this. I

[jira] Assigned: (PIG-697) Proposed improvements to pig's optimizer

2009-05-01 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-697: -- Assignee: Santhosh Srinivasan (was: Alan Gates) Proposed improvements to pig's optimizer

[jira] Commented: (PIG-795) Command that selects a random sample of the rows, similar to LIMIT

2009-05-01 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705134#action_12705134 ] Alan Gates commented on PIG-795: I think it's fine to have sample as a keyword. It's valuable

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

2009-05-04 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-789. Resolution: Fixed Fix Version/s: 0.3.0 Patch checked in. Thanks Gunther. coupling load and store in

[jira] Updated: (PIG-741) Add LIMIT as a statement that works in nested FOREACH

2009-05-05 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-741: --- Resolution: Fixed Status: Resolved (was: Patch Available) Patch checked in. Add LIMIT as a statement

[jira] Resolved: (PIG-357) PERFORMANCE: progress reported on every tuple

2009-05-06 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-357. Resolution: Won't Fix I made a change in ProgressableReporter to only report progress every 2 minutes. I

[jira] Created: (PIG-800) script1-hadoop.pig in pig tutorial hangs when run in local mode

2009-05-06 Thread Alan Gates (JIRA)
script1-hadoop.pig in pig tutorial hangs when run in local mode --- Key: PIG-800 URL: https://issues.apache.org/jira/browse/PIG-800 Project: Pig Issue Type: Bug Affects

[jira] Updated: (PIG-800) script1-hadoop.pig in pig tutorial hangs when run in local mode

2009-05-07 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-800: --- Attachment: PIG-800.patch script1-hadoop.pig in pig tutorial hangs when run in local mode

[jira] Updated: (PIG-800) script1-hadoop.pig in pig tutorial hangs when run in local mode

2009-05-07 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-800: --- Attachment: PIG-800.patch script1-hadoop.pig in pig tutorial hangs when run in local mode

[jira] Updated: (PIG-800) script1-hadoop.pig in pig tutorial hangs when run in local mode

2009-05-07 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-800: --- Status: Patch Available (was: Open) Changed POSort and PODistinct to swallow POStatus.STATUS_NULL instead of

[jira] Updated: (PIG-800) script1-hadoop.pig in pig tutorial hangs when run in local mode

2009-05-07 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-800: --- Resolution: Fixed Fix Version/s: 0.3.0 Status: Resolved (was: Patch Available) Patch

[jira] Updated: (PIG-734) Non-string keys in maps

2009-05-07 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-734: --- Attachment: PIG-734.patch Non-string keys in maps --- Key: PIG-734

[jira] Commented: (PIG-734) Non-string keys in maps

2009-05-07 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12707174#action_12707174 ] Alan Gates commented on PIG-734: For serialization, a type discovery has to happen on every

[jira] Commented: (PIG-734) Non-string keys in maps

2009-05-07 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12707195#action_12707195 ] Alan Gates commented on PIG-734: Changing maps to allow the user to specify a type would be

[jira] Updated: (PIG-626) Statistics (records read by each mapper and reducer)

2009-05-08 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-626: --- Assignee: Shubham Chopra Status: Patch Available (was: Open) Statistics (records read by each mapper

[jira] Updated: (PIG-626) Statistics (records read by each mapper and reducer)

2009-05-08 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-626: --- Resolution: Fixed Fix Version/s: 0.3.0 Status: Resolved (was: Patch Available) Patch checked

[jira] Reopened: (PIG-626) Statistics (records read by each mapper and reducer)

2009-05-08 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reopened PIG-626: I should have checked my other window before I marked the bug as fixed. The commit failed, I can't seem to

[jira] Updated: (PIG-626) Statistics (records read by each mapper and reducer)

2009-05-08 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-626: --- Attachment: PIG-626.patch A version of the patch that deals with the findbugs and javac warnings. Statistics

[jira] Updated: (PIG-626) Statistics (records read by each mapper and reducer)

2009-05-11 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-626: --- Status: Patch Available (was: Reopened) Statistics (records read by each mapper and reducer)

[jira] Assigned: (PIG-788) Proposal to remove float from Pig data types

2009-05-11 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-788: -- Assignee: Alan Gates Proposal to remove float from Pig data types

[jira] Commented: (PIG-806) to remove author tags in the pig source code

2009-05-12 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12708508#action_12708508 ] Alan Gates commented on PIG-806: http://wiki.apache.org/pig/HowToContribute see section on

[jira] Commented: (PIG-788) Proposal to remove float from Pig data types

2009-05-12 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12708512#action_12708512 ] Alan Gates commented on PIG-788: Reading the latest comments on AVRO-17 it looks like they are

[jira] Commented: (PIG-809) number of input lines it processed, number of output lines it produced for PIG job

2009-05-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12709440#action_12709440 ] Alan Gates commented on PIG-809: Is this a duplicate of PIG-619, which was just committed?

[jira] Updated: (PIG-810) Scripts failing with NPE

2009-05-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-810: --- Attachment: PIG-810.patch Scripts failing with NPE Key: PIG-810

[jira] Updated: (PIG-810) Scripts failing with NPE

2009-05-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-810: --- Fix Version/s: 0.3.0 Status: Patch Available (was: Open) Scripts failing with NPE

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

2009-05-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-619: --- Fix Version/s: 0.3.0 Status: Patch Available (was: Open) In order to see this behavior, you need

[jira] Commented: (PIG-697) Proposed improvements to pig's optimizer

2009-05-18 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12710473#action_12710473 ] Alan Gates commented on PIG-697: +1 for OptimizerPhase2.patch Proposed improvements to pig's

[jira] Commented: (PIG-697) Proposed improvements to pig's optimizer

2009-05-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12711861#action_12711861 ] Alan Gates commented on PIG-697: Comments on OptimizerPhase3_parrt1.patch Why does LOSplit

[jira] Commented: (PIG-697) Proposed improvements to pig's optimizer

2009-05-22 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12712153#action_12712153 ] Alan Gates commented on PIG-697: +1 for latest rev of part 3. Proposed improvements to pig's

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

2009-05-26 Thread Alan Gates (JIRA)
PERFORMANCE: The RandomSampleLoader should be changed to allow it subsume another loader - Key: PIG-820 URL: https://issues.apache.org/jira/browse/PIG-820

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

2009-05-28 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-619: --- Resolution: Fixed Status: Resolved (was: Patch Available) Patch checked in. Dumping empty results

  1   2   3   4   5   6   7   8   9   >