Re: Pig 0.4.0 release

2009-08-18 Thread Alan Gates
into pig's lib, it should be from 0.20 (or when available, 0.20.1). Alan. -Dmitriy On Tue, Aug 18, 2009 at 9:56 AM, Alan Gates wrote: Non-committers certainly get a vote, it just isn't binding. I agree on PIG-925 as a blocker. I don't see PIG-859 as a blocker since there

Re: questions about integration of pig and HBase

2009-09-08 Thread Alan Gates
Pig supports reading from Hbase (in Hadoop/Hbase 0.18 only). It does not yet support writing to hbase. We are open to accepting patches to add that functionality. However, currently Pig's StoreFunc interface isn't good at working with non file based data. We plan to make changes to that

Re: questions about integration of pig and HBase

2009-09-09 Thread Alan Gates
= LOAD 'HBase Table" USING HBaseStorage() ? Jeff Zhang a écrit : Using HBaseStorage as your loadFunc, it uses a customer slicer HBaseSlice You can refer this link for more information http://hadoop.apache.org/pig/docs/r0.3.0/udf.html#Custom+Slicer 2009/9/9 Vincent BARAT Alan Gat

Re: Request for feedback: cost-based optimizer

2009-09-11 Thread Alan Gates
This is a good start at adding a cost based optimizer to Pig. I have a number of comments: 1) Your argument for putting it in the physical layer rather than the logical is that the logical layer does not know physical statistics. This need not be true. You suggest adding a getStatistics

Re: [VOTE] Release Pig 0.4.0 (candidate 0)

2009-09-16 Thread Alan Gates
When I run this against a Hadoop 0.18.3 instance I can do DFS operations, but MR operations fail with: Error message from job controller - java.lang.AbstractMethodError: org.apache.xerces.dom.DocumentImpl.getXmlStandalone()Z at com .sun .org .apache.xa

Re: [VOTE] Release Pig 0.4.0 (candidate 0)

2009-09-16 Thread Alan Gates
/Checkin_2.pig it fails with the stack given earlier. Alan. On Sep 16, 2009, at 12:46 PM, Olga Natkovich wrote: Alan, I tried the jar packaged in the release and I am able to successfully run tests. Could you give it another try? Thanks, Olga -Original Message- From: Alan Gates

Re: [VOTE] Release Pig 0.4.0 (candidate 1)

2009-09-17 Thread Alan Gates
Now the code won't build because there's no hadoop jar in the lib directory. Alan. On Sep 17, 2009, at 12:09 PM, Olga Natkovich wrote: Hi, I have fixed the issue causing the failure that Alan reported. Please test the new release: http://people.apache.org/~olga/pig-0.4.0-candidate-1/. Vot

Re: Revisit Pig Philosophy?

2009-09-21 Thread Alan Gates
I agree with Milind that we should move to saying that Pig Latin is a data flow language independent of any particular platform, while the current implementation of Pig is tied to Hadoop. I'm not sure how thin that implementation will be, but I'm in favor of making it thin where possible (

Re: [VOTE] Release Pig 0.4.0 (candidate 2)

2009-09-22 Thread Alan Gates
private is the pmc list. Releases need pmc votes, hence we send to private. Alan. On Sep 21, 2009, at 7:46 PM, Milind A Bhandarkar wrote: Unrelated to the message content: why is there a priv...@hadoop.apache.org on the cc here? Is this even a valid alias? An open source project needs to c

Re: [VOTE] Release Pig 0.4.0 (candidate 2)

2009-09-22 Thread Alan Gates
+1. Tested local mode and tutorial on my mac. Tested hadoop mode on linux. Alan. On Sep 21, 2009, at 5:54 PM, Olga Natkovich wrote: Hi, The new version is available in http://people.apache.org/~olga/pig-0.4.0-candidate-2/. I see one failure in a unit test in piggybank (contrib.) but it i

Re: High(er) res Pig logo?

2009-09-28 Thread Alan Gates
I have a couple of higher resolution pigs in overalls and a pig on the Hadoop elephant. I've checked them into src/docs/src/documentation/ resources/images/ so all can use them. Also, we're working on cleaning up the Pig with Y! logo issue. Alan. On Sep 27, 2009, at 9:59 AM, Dmitriy Ryaboy

Re: LocalRearrange out of bounds exception - tips for debugging?

2009-10-13 Thread Alan Gates
Have you checked that each record your input data has at least the number of fields you specify? Have you checked that the field separator in your data matches the default for PigPerformanceLoader (^A I think)? Alan. On Oct 13, 2009, at 10:28 AM, Dmitriy Ryaboy wrote: We ran into what l

Hudson testing of patches

2009-10-22 Thread Alan Gates
We've had many questions on this, so I'm sending this to everyone on the dev list in hopes of clarifying the situation. Our Hudson setup for testing patches is falsely returning failures on all or most unit tests for all patches. So if you submit a patch and all the unit tests fail, don't

Re: [VOTE] Release Pig 0.5.0 (candidate 0)

2009-10-26 Thread Alan Gates
+1 On my laptop (mac) ran tutorial in both local and hadoop modes, ran a join/group/sort/limit script in both local and hadoop modes, did build of pig and contrib. On linux box did build of both pig and contrib, ran a join/group/sort/ limit script in both local and hadoop modes. Alan. On

[jira] Commented: (PIG-1501) need to investigate the impact of compression on pig performance

2010-08-10 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12896993#action_12896993 ] Alan Gates commented on PIG-1501: - It's not surprising that RCFile performs b

[jira] Commented: (PIG-1501) need to investigate the impact of compression on pig performance

2010-08-10 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897046#action_12897046 ] Alan Gates commented on PIG-1501: - You can install lzo with Hadoop (as Yahoo does on

[jira] Commented: (PIG-1518) multi file input format for loaders

2010-08-11 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897368#action_12897368 ] Alan Gates commented on PIG-1518: - bq. For mapside cogroup or mapside group by, though,

[jira] Commented: (PIG-1404) PigUnit - Pig script testing simplified.

2010-08-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12898382#action_12898382 ] Alan Gates commented on PIG-1404: - Unless there's any objections I'm going

[jira] Updated: (PIG-1520) Remove Owl from Pig contrib

2010-08-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1520: Status: Resolved (was: Patch Available) Resolution: Fixed Patch committed. > Remove Owl from

[jira] Commented: (PIG-1404) PigUnit - Pig script testing simplified.

2010-08-16 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899139#action_12899139 ] Alan Gates commented on PIG-1404: - Ashutosh made a point that we may want to use it for

[jira] Updated: (PIG-1404) PigUnit - Pig script testing simplified.

2010-08-17 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1404: Attachment: PIG-1404-5.patch A rework of the patch that moves the code from pigunit to test. To answer

[jira] Updated: (PIG-1404) PigUnit - Pig script testing simplified.

2010-08-17 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1404: Attachment: PIG-1404-5.patch Attaching patch take 2, with correct permissions this time. > PigUnit -

[jira] Updated: (PIG-1404) PigUnit - Pig script testing simplified.

2010-08-17 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1404: Attachment: (was: PIG-1404-5.patch) > PigUnit - Pig script testing simplif

[jira] Updated: (PIG-1404) PigUnit - Pig script testing simplified.

2010-08-17 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1404: Status: Patch Available (was: Open) > PigUnit - Pig script testing simplif

[jira] Commented: (PIG-1404) PigUnit - Pig script testing simplified.

2010-08-18 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12900014#action_12900014 ] Alan Gates commented on PIG-1404: - Unit tests pass. Contrib unit tests pass Result

[jira] Updated: (PIG-1404) PigUnit - Pig script testing simplified.

2010-08-18 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1404: Status: Resolved (was: Patch Available) Resolution: Fixed Patch checked in. Thanks Romain for all

[jira] Updated: (PIG-1311) Pig interfaces should be clearly classified in terms of scope and stability

2010-08-20 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1311: Attachment: PIG-1311.patch Interface documentation for the last few remaining interfaces. I also removed

[jira] Updated: (PIG-1311) Pig interfaces should be clearly classified in terms of scope and stability

2010-08-20 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1311: Status: Patch Available (was: Open) Release Note: Interfaces and important abstract classes in

[jira] Commented: (PIG-1555) [piggybank] add CSV Loader

2010-08-23 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901556#action_12901556 ] Alan Gates commented on PIG-1555: - +1 If you have a chance sometime I'd be curious

[jira] Commented: (PIG-1508) Make 'docs' target (forrest) work with Java 1.6

2010-08-23 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901559#action_12901559 ] Alan Gates commented on PIG-1508: - Alright, I'll get this checked in before we b

[jira] Commented: (PIG-1508) Make 'docs' target (forrest) work with Java 1.6

2010-08-23 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901586#action_12901586 ] Alan Gates commented on PIG-1508: - I can't figure out a way to test test-patch.s

[jira] Created: (PIG-1558) build.xml for site directory does not work

2010-08-23 Thread Alan Gates (JIRA)
Reporter: Alan Gates Assignee: Alan Gates Priority: Minor Fix For: 0.8.0 Going to the site directory and running ant produces: {code} ant Buildfile: build.xml clean: [delete] Deleting directory /Users/gates/src/pig/apache/site/author/build

[jira] Updated: (PIG-1558) build.xml for site directory does not work

2010-08-23 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1558: Attachment: PIG-1558.patch Attached patch makes it so that the ant invocation requires the user to specify

[jira] Created: (PIG-1559) Several things stated in Pig philosophy page are out of date

2010-08-23 Thread Alan Gates (JIRA)
: documentation Affects Versions: 0.7.0 Reporter: Alan Gates Assignee: Alan Gates Priority: Minor Fix For: 0.8.0 The Pig philosophy page says several things that are no longer true (such as that Pig does not have an optimizer (it does now), that

[jira] Commented: (PIG-1508) Make 'docs' target (forrest) work with Java 1.6

2010-08-23 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901617#action_12901617 ] Alan Gates commented on PIG-1508: - I'm guessing the contrib failures are just becau

[jira] Updated: (PIG-1559) Several things stated in Pig philosophy page are out of date

2010-08-23 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1559: Attachment: PIG-1559.patch > Several things stated in Pig philosophy page are out of d

[jira] Updated: (PIG-1559) Several things stated in Pig philosophy page are out of date

2010-08-23 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1559: Status: Patch Available (was: Open) > Several things stated in Pig philosophy page are out of d

[jira] Updated: (PIG-1311) Pig interfaces should be clearly classified in terms of scope and stability

2010-08-24 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1311: Status: Resolved (was: Patch Available) Resolution: Fixed Patch checked in. > Pig interfa

[jira] Resolved: (PIG-1503) Label interfaces for audience and stability in org.apache.pig.backend package

2010-08-24 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-1503. - Resolution: Duplicate The remaining interfaces were labeled as part PIG-1311. > Label interfaces

[jira] Resolved: (PIG-1558) build.xml for site directory does not work

2010-08-24 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-1558. - Resolution: Fixed Patch checked in. > build.xml for site directory does not w

[jira] Updated: (PIG-1559) Several things stated in Pig philosophy page are out of date

2010-08-24 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1559: Status: Resolved (was: Patch Available) Resolution: Fixed Patch checked in. > Several thi

[jira] Commented: (PIG-1205) Enhance HBaseStorage-- Make it support loading row key and implement StoreFunc

2010-08-26 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903043#action_12903043 ] Alan Gates commented on PIG-1205: - Comments # As discussed previously, LoadStoreCa

[jira] Commented: (PIG-1399) Logical Optimizer: Expression optimizor rule

2010-08-26 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903084#action_12903084 ] Alan Gates commented on PIG-1399: - Comments # Your extensive comment in the JIRA (h

[jira] Commented: (PIG-1565) additional piggybank datetime and string UDFs

2010-08-26 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903123#action_12903123 ] Alan Gates commented on PIG-1565: - Comments # ErrorCatchingBase swallows any

[jira] Assigned: (PIG-1565) additional piggybank datetime and string UDFs

2010-08-26 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1565: --- Assignee: Andrew Hitchcock > additional piggybank datetime and string U

[jira] Updated: (PIG-1565) additional piggybank datetime and string UDFs

2010-08-26 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1565: Fix Version/s: 0.8.0 > additional piggybank datetime and string U

[jira] Commented: (PIG-1564) add support for multiple filesystems

2010-08-26 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903128#action_12903128 ] Alan Gates commented on PIG-1564: - We do intend to remove it, though at the moment ther

[jira] Commented: (PIG-1565) additional piggybank datetime and string UDFs

2010-08-26 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903174#action_12903174 ] Alan Gates commented on PIG-1565: - [exec] +1 overall. [exec] [exec]

[jira] Commented: (PIG-1565) additional piggybank datetime and string UDFs

2010-08-27 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903515#action_12903515 ] Alan Gates commented on PIG-1565: - Unit tests run fine. When I run contrib tests, on

[jira] Updated: (PIG-1565) additional piggybank datetime and string UDFs

2010-08-27 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1565: Status: Open (was: Patch Available) > additional piggybank datetime and string U

[jira] Commented: (PIG-1399) Logical Optimizer: Expression optimizor rule

2010-08-30 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12904323#action_12904323 ] Alan Gates commented on PIG-1399: - Changes in the patch look good. Running unit tests,

[jira] Commented: (PIG-1399) Logical Optimizer: Expression optimizor rule

2010-08-30 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12904356#action_12904356 ] Alan Gates commented on PIG-1399: - {code} [exec] [exec] -1 overall. [

[jira] Updated: (PIG-1399) Logical Optimizer: Expression optimizor rule

2010-08-30 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1399: Attachment: newPatchFindbugsWarnings.html Results of findbugs from manual run of test-patch > Logi

[jira] Commented: (PIG-1399) Logical Optimizer: Expression optimizor rule

2010-08-31 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12904808#action_12904808 ] Alan Gates commented on PIG-1399: - [exec] +1 overall. [exec] [exec]

[jira] Updated: (PIG-1508) Make 'docs' target (forrest) work with Java 1.6

2010-09-01 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1508: Fix Version/s: 0.8.0 > Make 'docs' target (forrest) work

[jira] Commented: (PIG-1399) Logical Optimizer: Expression optimizor rule

2010-09-01 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12905206#action_12905206 ] Alan Gates commented on PIG-1399: - Checked into trunk. I'll be checking it into 0

[jira] Updated: (PIG-1399) Logical Optimizer: Expression optimizor rule

2010-09-01 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1399: Status: Resolved (was: Patch Available) Resolution: Fixed Checked into 0.8 branch. > Logi

[jira] Commented: (PIG-1606) flatten documentation does not discuss flatten of empty bag

2010-09-10 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12908259#action_12908259 ] Alan Gates commented on PIG-1606: - flatten of an empty bag has to be a black hole

[jira] Updated: (PIG-366) PigPen - Eclipse plugin for a graphical PigLatin editor

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-366: --- Assignee: Robert Gibbon (was: Daniel Dai) > PigPen - Eclipse plugin for a graphical PigLatin edi

[jira] Commented: (PIG-366) PigPen - Eclipse plugin for a graphical PigLatin editor

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12908931#action_12908931 ] Alan Gates commented on PIG-366: Robert, This looks great. A couple of questions. #

[jira] Commented: (PIG-1605) Adding soft link to plan to solve input file dependency

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12908937#action_12908937 ] Alan Gates commented on PIG-1605: - How in depth are the changes to the graphing package

[jira] Resolved: (PIG-542) pig gets confused about schema, when joining a table that has a known schema with one that doesn't

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-542. Resolution: Cannot Reproduce I tested this against version 0.7 and it works fine. > pig gets confused ab

[jira] Updated: (PIG-542) pig gets confused about schema, when joining a table that has a known schema with one that doesn't

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-542: --- Fix Version/s: 0.7.0 (was: 0.9.0) > pig gets confused about schema, when joining a ta

[jira] Closed: (PIG-542) pig gets confused about schema, when joining a table that has a known schema with one that doesn't

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates closed PIG-542. -- > pig gets confused about schema, when joining a table that has a known schema > with one that d

[jira] Assigned: (PIG-696) Fatal error produced when malformed scalar types within complex type is converted to given type

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-696: -- Assignee: Alan Gates > Fatal error produced when malformed scalar types within complex type

[jira] Assigned: (PIG-694) Schema merge should take into account bags with tuples and bags with schemas

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-694: -- Assignee: Alan Gates (was: Santhosh Srinivasan) > Schema merge should take into account bags with tup

[jira] Resolved: (PIG-698) Simple join fails on records not loaded with schema

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-698. Fix Version/s: 0.7.0 (was: 0.9.0) Resolution: Fixed Tested this against version

[jira] Closed: (PIG-698) Simple join fails on records not loaded with schema

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates closed PIG-698. -- > Simple join fails on records not loaded with sch

[jira] Assigned: (PIG-723) Pig generates incorrect schema for generated bags after FOREACH.

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-723: -- Assignee: Alan Gates > Pig generates incorrect schema for generated bags after FORE

[jira] Assigned: (PIG-730) problem combining schema from a union of several LOAD expressions, with a nested bag inside the schema.

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-730: -- Assignee: Alan Gates > problem combining schema from a union of several LOAD expressions, wit

[jira] Assigned: (PIG-767) Schema reported from DESCRIBE and actual schema of inner bags are different.

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-767: -- Assignee: Alan Gates > Schema reported from DESCRIBE and actual schema of inner bags are differ

[jira] Resolved: (PIG-768) Schema of a relation reported by DESCRIBE and allowed operations on the relation are not compatible

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-768. Resolution: Not A Problem This is the way Pig is supposed to work. If the loader or the user does not tell

[jira] Closed: (PIG-768) Schema of a relation reported by DESCRIBE and allowed operations on the relation are not compatible

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates closed PIG-768. -- > Schema of a relation reported by DESCRIBE and allowed operations on the > relation are not comp

[jira] Assigned: (PIG-206) Right granularity for a pig script

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-206: -- Assignee: Richard Ding > Right granularity for a pig scr

[jira] Assigned: (PIG-217) Syntax Errors

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-217: -- Assignee: Xuefu Zhang > Syntax Errors > - > >

[jira] Assigned: (PIG-239) illustrate followed by dump gives a runtime exception

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-239: -- Assignee: Yan Zhou (was: Shubham Chopra) > illustrate followed by dump gives a runtime except

[jira] Commented: (PIG-217) Syntax Errors

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12909025#action_12909025 ] Alan Gates commented on PIG-217: Since part of the current language specification is

[jira] Assigned: (PIG-394) Syntax for ?: requires parens in FOREACH

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-394: -- Assignee: Xuefu Zhang > Syntax for ?: requires parens in FORE

[jira] Assigned: (PIG-579) Adding newlines to format foreach statement with constants causes parse errors

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-579: -- Assignee: Xuefu Zhang > Adding newlines to format foreach statement with constants causes parse err

[jira] Assigned: (PIG-502) Limit and Illustrate do not work together

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-502: -- Assignee: Yan Zhou > Limit and Illustrate do not work toget

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

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-596: -- Assignee: Xuefu Zhang > Anonymous tuples in bags create ParseExcepti

[jira] Assigned: (PIG-618) Bad error message when period rather than comma appears as separator in UDF parameter list

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-618: -- Assignee: Xuefu Zhang > Bad error message when period rather than comma appears as separator in

[jira] Assigned: (PIG-709) Handling of NULL in Pig builtin functions needs to be reviewed

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-709: -- Assignee: Alan Gates > Handling of NULL in Pig builtin functions needs to be revie

[jira] Assigned: (PIG-731) Passing semicolon as a parameter in UDF causes parser error

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-731: -- Assignee: Xuefu Zhang > Passing semicolon as a parameter in UDF causes parser er

[jira] Assigned: (PIG-679) error message suppressed due to class cast exception

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-679: -- Assignee: Alan Gates > error message suppressed due to class cast except

[jira] Assigned: (PIG-534) Illustrate can't handle Map's or NULLs

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-534: -- Assignee: Yan Zhou > Illustrate can't handle Map&#x

[jira] Assigned: (PIG-798) Schema errors when using PigStorage and none when using BinStorage in FOREACH??

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-798: -- Assignee: Alan Gates > Schema errors when using PigStorage and none when using BinStorage in > F

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

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-838: -- Assignee: Xuefu Zhang > Parser does not handle ctrl-m ('\u000d') as argument

[jira] Assigned: (PIG-900) ORDER BY syntax wrt parentheses is somewhat different than GROUP BY and FILTER BY

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-900: -- Assignee: Xuefu Zhang > ORDER BY syntax wrt parentheses is somewhat different than GROUP BY and >

[jira] Assigned: (PIG-902) Allow schema matching for UDF with variable length arguments

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-902: -- Assignee: Daniel Dai > Allow schema matching for UDF with variable length argume

[jira] Commented: (PIG-900) ORDER BY syntax wrt parentheses is somewhat different than GROUP BY and FILTER BY

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12909031#action_12909031 ] Alan Gates commented on PIG-900: Filter is different, because you are providing one boo

[jira] Assigned: (PIG-903) ILLUSTRATE fails on 'Distinct' operator

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-903: -- Assignee: Yan Zhou > ILLUSTRATE fails on 'Distinct&#

[jira] Assigned: (PIG-998) revisit frontend logic and pig-latin semantics

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-998: -- Assignee: Alan Gates > revisit frontend logic and pig-latin semant

[jira] Assigned: (PIG-969) Default constructor of UDF gets called for UDF with parameterised constructor , if the udf has a getArgToFuncMapping function defined

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-969: -- Assignee: Daniel Dai > Default constructor of UDF gets called for UDF with parameterised construc

[jira] Assigned: (PIG-999) sorting on map-value fails if map-value is not of bytearray type

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-999: -- Assignee: Alan Gates > sorting on map-value fails if map-value is not of bytearray t

[jira] Assigned: (PIG-1065) In-determinate behaviour of Union when there are 2 non-matching schema's

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1065: --- Assignee: Alan Gates > In-determinate behaviour of Union when there are 2 non-matching schem

[jira] Assigned: (PIG-1152) bincond operator throws parser error

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1152: --- Assignee: Xuefu Zhang > bincond operator throws parser er

[jira] Assigned: (PIG-1066) ILLUSTRATE called after DESCRIBE results in "Grunt: ERROR 2999: Unexpected internal error. null"

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1066: --- Assignee: Yan Zhou > ILLUSTRATE called after DESCRIBE results in "Grunt: ERROR 2999: Un

[jira] Assigned: (PIG-1112) FLATTEN eliminates the alias

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1112: --- Assignee: Alan Gates (was: Daniel Dai) > FLATTEN eliminates the al

[jira] Assigned: (PIG-1188) Padding nulls to the input tuple according to input schema

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1188: --- Assignee: Alan Gates (was: Richard Ding) > Padding nulls to the input tuple according to input sch

<    1   2   3   4   5   6   7   8   9   10   >