[jira] Commented: (PIG-1661) Add alternative search-provider to Pig site

2010-10-01 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12917117#action_12917117 ] Alan Gates commented on PIG-1661: - I like that JIRA, source code, javadocs, etc. get a

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

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

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

2010-10-01 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-1661) Add alternative search-provider to Pig site

2010-10-01 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12917064#action_12917064 ] Alan Gates commented on PIG-1661: - I have a few questions about this: # Can you tel

[jira] Created: (PIG-1663) Order by only allows ordering on columns, not expressions

2010-10-01 Thread Alan Gates (JIRA)
Reporter: Alan Gates Assignee: Xuefu Zhang Priority: Minor Fix For: 0.9.0 Currently the following Pig Latin will fail: {code} A = LOAD '/Users/gates/test/data/studenttab10' as (name, age, gpa); B = order A by (int)age; dump B; {code} wit

Re: help : error run pig

2010-09-27 Thread Alan Gates
Pig is failing to connect to your namenode. Is the address Pig is trying to use (hdfs://master:54310/) correct? Can you connect using that string from the same machine using bin/hadoop? Alan. On Sep 27, 2010, at 8:45 AM, Ngô Văn Vĩ wrote: I run Pig at Hadoop Mode (Pig-0.7.0 and hadoop-0.

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

2010-09-22 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913869#action_12913869 ] Alan Gates commented on PIG-1565: - I'll review this patch. > additional piggyb

[jira] Assigned: (PIG-1632) The core jar in the tarball contains the kitchen sink

2010-09-22 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1632: --- Assignee: Eli Collins > The core jar in the tarball contains the kitchen s

[jira] Resolved: (PIG-772) Semantics of Filter statement inside ForEach should support filtering on aliases used in the Group statement preceding it

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-772. Resolution: Invalid The error message here is bad, but this is an error. You are trying to secretly do a

[jira] Assigned: (PIG-419) Combiner optimizations extended to nested foreach statements as well

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-419: -- Assignee: Thejas M Nair > Combiner optimizations extended to nested foreach statements as w

[jira] Updated: (PIG-453) Scope resolution operators in flattened schemas need to be fixed

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-453: --- Assignee: Alan Gates (was: Santhosh Srinivasan) Fix Version/s: 0.9.0 > Scope resolution operators

[jira] Updated: (PIG-438) Handle realiasing of existing Alias (A=B;)

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-438: --- Assignee: Alan Gates Fix Version/s: 0.9.0 Priority: Minor (was: Major) > Handle realias

[jira] Assigned: (PIG-479) PERFORMANCE: more extensive use of the combier

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-479: -- Assignee: Thejas M Nair > PERFORMANCE: more extensive use of the comb

[jira] Updated: (PIG-496) project of bags from complex data causes failures

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-496: --- Assignee: Alan Gates Fix Version/s: 0.9.0 Priority: Minor (was: Major) > project of b

[jira] Updated: (PIG-516) order by

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-516: --- Assignee: Alan Gates Fix Version/s: 0.9.0 > order by > - > >

[jira] Updated: (PIG-666) Bug in Schema comparison for equality

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-666: --- Assignee: Alan Gates Fix Version/s: 0.9.0 > Bug in Schema comparison for equal

[jira] Updated: (PIG-667) Error in projection implementation or in typechecking when casting a member of Bag

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-667: --- Assignee: Alan Gates Fix Version/s: 0.9.0 Priority: Minor (was: Major) > Error in project

[jira] Resolved: (PIG-669) Bug in Schema comparison for casting

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-669. Resolution: Not A Problem This is correct behavior. SUM does not accept two arguments. > Bug in Sch

[jira] Updated: (PIG-670) DIFF contains an invalid expression - possible parser error

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-670: --- Assignee: Xuefu Zhang Fix Version/s: 0.9.0 Priority: Minor (was: Major) > DIFF contains

[jira] Updated: (PIG-678) "as" support for group-by

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-678: --- Assignee: Alan Gates Fix Version/s: 0.9.0 Priority: Minor (was: Major) > "as"

[jira] Updated: (PIG-719) store into 'filename'; should be valid syntax, but does not work

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-719: --- Assignee: Xuefu Zhang Fix Version/s: 0.9.0 > store into 'filename'; should be valid syn

[jira] Updated: (PIG-749) No attempt to check if 'flatten(group) as' has the same cardinality as 'group alias by'

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-749: --- Assignee: Alan Gates Fix Version/s: 0.9.0 > No attempt to check if 'flatten(group) as'

[jira] Assigned: (PIG-750) Use combiner when a mix of algebraic and non-algebraic functions are used

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-750: -- Assignee: Thejas M Nair Our performance tests have shown that having combiner and non-combiner functions

[jira] Updated: (PIG-772) Semantics of Filter statement inside ForEach should support filtering on aliases used in the Group statement preceding it

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-772: --- Assignee: Alan Gates Fix Version/s: 0.9.0 > Semantics of Filter statement inside ForEach sho

[jira] Resolved: (PIG-827) Redesign graph operations in OperatorPlan

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-827. Resolution: Fixed The new optimizer and plan structure introduced in 0.7 cover this. > Redesign gr

[jira] Updated: (PIG-828) Problem accessing a tuple within a bag

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-828: --- Assignee: Alan Gates Fix Version/s: 0.9.0 > Problem accessing a tuple within a

[jira] Resolved: (PIG-836) Allow setting of end-of-record delimiter in PigStorage

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-836. Resolution: Won't Fix PigStorage now depends on TextInputFormat to parse lines. It does not allow the

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

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-847: --- Fix Version/s: 0.9.0 > Setting twoLevelAccessRequired field in a bag schema should not be required > to

[jira] Assigned: (PIG-871) Improve distribution of keys in reduce phase

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-871: -- Assignee: Thejas M Nair > Improve distribution of keys in reduce ph

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

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913227#action_12913227 ] Alan Gates commented on PIG-904: I don't understand what the issue is here. CONCAT

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

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-904: --- Assignee: Alan Gates Fix Version/s: 0.9.0 > Conversion from double to chararray for udf in

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

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-946: --- Assignee: Thejas M Nair Fix Version/s: 0.9.0 > Combiner optimizer does not optimize when limit fol

[jira] Updated: (PIG-916) Change the pig hbase interface to get more than one row at a time when scanning

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-916: --- Assignee: Dmitriy V. Ryaboy Dmitriy, isn't this fixed by your recent changes to HBaseStorage? > Change

[jira] Updated: (PIG-1016) Allow map to take non-bytearray value types.

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1016: Assignee: Alan Gates Fix Version/s: 0.9.0 > Allow map to take non-bytearray value ty

[jira] Commented: (PIG-1076) Make PigOutputCommitter conform with new FileOututCommitter in hadoop trunk

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913205#action_12913205 ] Alan Gates commented on PIG-1076: - Why did this get abandoned? > Make PigOutputCo

[jira] Updated: (PIG-1222) cast ends up with NULL value

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1222: Assignee: Alan Gates Fix Version/s: 0.9.0 Priority: Minor (was: Major) > cast ends

[jira] Updated: (PIG-1244) parameter syntax in scripts, add support for ${VAR} (in addition to current $VAR)

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1244: Assignee: Xuefu Zhang Fix Version/s: 0.9.0 Priority: Minor (was: Major) > parame

[jira] Updated: (PIG-1297) algebraic interface of udf does not get used if the foreach with udf projects column within group

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1297: Assignee: Thejas M Nair Fix Version/s: 0.9.0 > algebraic interface of udf does not get used if

[jira] Commented: (PIG-1337) Need a way to pass distributed cache configuration information to hadoop backend in Pig's LoadFunc

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913154#action_12913154 ] Alan Gates commented on PIG-1337: - The problem with allowing load and store functions ac

[jira] Updated: (PIG-1371) Pig should handle deep casting of complex types

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1371: Fix Version/s: 0.9.0 > Pig should handle deep casting of complex ty

[jira] Updated: (PIG-1339) International characters in column names not supported

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1339: Assignee: Xuefu Zhang > International characters in column names not suppor

[jira] Resolved: (PIG-1412) Make Pig OwlLoader work with remote HDFS in secure mode

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-1412. - Resolution: Won't Fix Owl is dead, thus there is no need to fix OwlLoader. > Make Pig OwlLoader w

[jira] Updated: (PIG-1429) Add Boolean Data Type to Pig

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1429: Fix Version/s: 0.9.0 > Add Boolean Data Type to Pig > > >

[jira] Updated: (PIG-1479) Embed Pig in scripting languages

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1479: Assignee: Richard Ding Fix Version/s: 0.9.0 > Embed Pig in scripting langua

[jira] Updated: (PIG-1491) Failure planning nested FOREACH with DISTINCT, POLoad cannot be cast to POLocalRearrange

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1491: Fix Version/s: 0.9.0 > Failure planning nested FOREACH with DISTINCT, POLoad cannot be cast

[jira] Updated: (PIG-1545) Secondary alias gives problem, when it has alias in the group by statement.

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1545: Assignee: Xuefu Zhang Fix Version/s: 0.9.0 This is a parser issue. If you do the same operation in

[jira] Updated: (PIG-1554) PERF: create accumulative bag in RelationToExpressionProject

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1554: Assignee: Thejas M Nair Fix Version/s: 0.9.0 > PERF: create accumulative bag

[jira] Updated: (PIG-1576) Difference in Semantics between Load statement in Pig and HDFS client on Command line

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1576: Fix Version/s: 0.9.0 > Difference in Semantics between Load statement in Pig and HDFS client on > C

[jira] Updated: (PIG-1581) Parser fails to recognize semicolons in quoted strings

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1581: Assignee: Xuefu Zhang Fix Version/s: 0.9.0 > Parser fails to recognize semicolons in quoted stri

[jira] Commented: (PIG-1633) Using an alias withing Nested Foreach causes indeterminate behaviour

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913120#action_12913120 ] Alan Gates commented on PIG-1633: - This is a design decision we made when implemen

[jira] Commented: (PIG-1634) Multiple names for the "group" field

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913115#action_12913115 ] Alan Gates commented on PIG-1634: - In Pig's semantics c.group, c.foo, and c.ba

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

2010-09-20 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-847: -- Assignee: Alan Gates (was: Richard Ding) > Setting twoLevelAccessRequired field in a bag schema sho

[jira] Assigned: (PIG-1371) Pig should handle deep casting of complex types

2010-09-20 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1371: --- Assignee: Alan Gates (was: Richard Ding) > Pig should handle deep casting of complex ty

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

2010-09-20 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12912624#action_12912624 ] Alan Gates commented on PIG-1112: - In the example above, the user specified that he exp

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

2010-09-17 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: Status: Resolved (was: Patch Available) Resolution: Fixed Patch checked in. Thanks Carl. > M

[jira] Commented: (PIG-1627) Flattening of bags with unknown schemas produces wrong schema

2010-09-17 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12910757#action_12910757 ] Alan Gates commented on PIG-1627: - The problem is in the flatten, not the group. The g

[jira] Created: (PIG-1627) Flattening of bags with unknown schemas produces wrong schema

2010-09-17 Thread Alan Gates (JIRA)
: impl Affects Versions: 0.7.0 Reporter: Alan Gates Assignee: Alan Gates Fix For: 0.9.0 The following should produce an unknown schema: {code} A = load '/Users/gates/test/data/studenttab10'; B = group A by $0; C = foreach B generate flatten(A);

[jira] Created: (PIG-1625) Docs incorreclty say SAMPLE can be used in a nested FOREACH and do not mention projections in nested foreach

2010-09-17 Thread Alan Gates (JIRA)
/jira/browse/PIG-1625 Project: Pig Issue Type: Bug Components: documentation Affects Versions: 0.7.0 Reporter: Alan Gates Assignee: Corinne Chandel Fix For: 0.8.0 Currently the docs in http://hadoop.apache.org/pig/docs

[jira] Commented: (PIG-1624) FOREACH AS documentation is incorrect

2010-09-17 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12910705#action_12910705 ] Alan Gates commented on PIG-1624: - I should note as well that when a flatten is invo

[jira] Created: (PIG-1624) FOREACH AS documentation is incorrect

2010-09-17 Thread Alan Gates (JIRA)
Reporter: Alan Gates Assignee: Corinne Chandel Fix For: 0.9.0 According to the Pig Latin manual (http://hadoop.apache.org/pig/docs/r0.7.0/piglatin_ref2.html#FOREACH) the correct usage of AS in a FOREACH clause is: {code} B = foreach A generate $0, $1, $2 as (user

[jira] Created: (PIG-1623) Register syntax is ambiguous

2010-09-17 Thread Alan Gates (JIRA)
Register syntax is ambiguous Key: PIG-1623 URL: https://issues.apache.org/jira/browse/PIG-1623 Project: Pig Issue Type: Bug Affects Versions: 0.7.0 Reporter: Alan Gates Assignee

[jira] Created: (PIG-1622) DEFINE streaming options are ill defined and not properly documented

2010-09-17 Thread Alan Gates (JIRA)
Affects Versions: 0.7.0 Reporter: Alan Gates Assignee: Xuefu Zhang Priority: Minor Fix For: 0.9.0 According to the documentation (http://hadoop.apache.org/pig/docs/r0.7.0/piglatin_ref2.html#DEFINE) the syntax for DEFINE when used to define a

[jira] Created: (PIG-1621) What does EVAL keyword do?

2010-09-17 Thread Alan Gates (JIRA)
What does EVAL keyword do? -- Key: PIG-1621 URL: https://issues.apache.org/jira/browse/PIG-1621 Project: Pig Issue Type: Bug Affects Versions: 0.7.0 Reporter: Alan Gates Assignee: Xuefu

[jira] Created: (PIG-1620) ARRANGE keyword should be deprecated

2010-09-17 Thread Alan Gates (JIRA)
ARRANGE keyword should be deprecated Key: PIG-1620 URL: https://issues.apache.org/jira/browse/PIG-1620 Project: Pig Issue Type: Bug Affects Versions: 0.7.0 Reporter: Alan Gates

[jira] Created: (PIG-1619) Bad error message when a double constant is incorrectly specified

2010-09-17 Thread Alan Gates (JIRA)
Versions: 0.7.0 Reporter: Alan Gates Assignee: Xuefu Zhang Priority: Minor Fix For: 0.9.0 Given the following Pig Latin script (notice that the exponent for the floating point is a floating point when it should be a integer) {code} A = load '/

[jira] Created: (PIG-1618) Switch to new parser generator technology

2010-09-17 Thread Alan Gates (JIRA)
Switch to new parser generator technology - Key: PIG-1618 URL: https://issues.apache.org/jira/browse/PIG-1618 Project: Pig Issue Type: Bug Affects Versions: 0.8.0 Reporter: Alan Gates

[jira] Assigned: (PIG-1577) support to variable number of arguments in UDF

2010-09-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1577: --- Assignee: Daniel Dai > support to variable number of arguments in

[jira] Assigned: (PIG-1584) deal with inner cogroup

2010-09-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1584: --- Assignee: Alan Gates > deal with inner cogroup > --- > >

[jira] Assigned: (PIG-1573) PIG shouldn't pass all input to a UDF if the UDF specify no argument

2010-09-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1573: --- Assignee: Daniel Dai (was: Xuefu Zhang) > PIG shouldn't pass all input to a UDF if the UDF sp

[jira] Assigned: (PIG-1536) use same logic for merging inner schemas in "default union" and "union onschema"

2010-09-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1536: --- Assignee: Alan Gates > use same logic for merging inner schemas in "default union&quo

[jira] Assigned: (PIG-1538) isTwoLevelAccessRequired() returns false for nested relation

2010-09-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1538: --- Assignee: Alan Gates > isTwoLevelAccessRequired() returns false for nested relat

[jira] Assigned: (PIG-1499) Type error message does not include complex type

2010-09-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1499: --- Assignee: Xuefu Zhang > Type error message does not include complex t

[jira] Assigned: (PIG-1358) [piggybank] String functions should handle exceptions in a consistent manner

2010-09-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1358: --- Assignee: Daniel Dai > [piggybank] String functions should handle exceptions in a consistent man

[jira] Assigned: (PIG-1341) BinStorage cannot convert DataByteArray to Chararray and results in FIELD_DISCARDED_TYPE_CONVERSION_FAILED

2010-09-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1341: --- Assignee: Alan Gates (was: Richard Ding) > BinStorage cannot convert DataByteArray to Chararray

[jira] Assigned: (PIG-1092) Pig Latin Parser fails to recognize "\n" as a whitespace

2010-09-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1092: --- Assignee: Xuefu Zhang > Pig Latin Parser fails to recognize "\n" as

[jira] Commented: (PIG-1017) Converts strings to text in Pig

2010-09-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12909251#action_12909251 ] Alan Gates commented on PIG-1017: - Are we really going to do this? I doubt it now, as

[jira] Assigned: (PIG-747) Logical to Physical Plan Translation fails when temporary alias are created within foreach

2010-09-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-747: -- Assignee: Alan Gates (was: Daniel Dai) > Logical to Physical Plan Translation fails when temporary al

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

2010-09-14 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: Daniel Dai (was: Alan Gates) > Handling of NULL in Pig builtin functions needs to be revie

[jira] Assigned: (PIG-674) Improve errors in Pig parser

2010-09-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-674: -- Assignee: Xuefu Zhang > Improve errors in Pig par

[jira] Assigned: (PIG-671) typechecker does not throw an error when multiple arguments are passed to COUNT

2010-09-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-671: -- Assignee: Daniel Dai > typechecker does not throw an error when multiple arguments are passed to >

[jira] Assigned: (PIG-673) several aggregate functions do not check the number of arguments and do not correctly check for a type "bag"

2010-09-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-673: -- Assignee: Daniel Dai > several aggregate functions do not check the number of arguments and do

[jira] Assigned: (PIG-583) Bag constants used in non foreach statements cause lexical errors

2010-09-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-583: -- Assignee: Xuefu Zhang > Bag constants used in non foreach statements cause lexical err

[jira] Assigned: (PIG-435) wrong columns produced if incomplete definition provided during load

2010-09-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-435: -- Assignee: Alan Gates (was: Pradeep Kamath) > wrong columns produced if incomplete definition provi

[jira] Assigned: (PIG-377) Grunt parser doesn't handle escape codes correctly

2010-09-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-377: -- Assignee: Xuefu Zhang > Grunt parser doesn't handle escape codes c

[jira] Assigned: (PIG-548) ParseException involving "as" keyword

2010-09-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-548: -- Assignee: Xuefu Zhang > ParseException involving "as&q

[jira] Assigned: (PIG-356) map lookup on empty key should be disallowed at parse time

2010-09-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-356: -- Assignee: Xuefu Zhang > map lookup on empty key should be disallowed at parse t

[jira] Assigned: (PIG-144) The error message should be more meaningful when there is a typo in PIg script

2010-09-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-144: -- Assignee: Xuefu Zhang > The error message should be more meaningful when there is a typo in PIg scr

[jira] Assigned: (PIG-333) MIN on strings (undeclared) gives strange error in store

2010-09-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-333: -- Assignee: Alan Gates (was: Santhosh Srinivasan) > MIN on strings (undeclared) gives strange error

[jira] Assigned: (PIG-313) Error handling aggregate of a computation

2010-09-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-313: -- Assignee: Alan Gates > Error handling aggregate of a computat

[jira] Assigned: (PIG-19) A=load causes parse error

2010-09-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-19: - Assignee: Xuefu Zhang > A=load causes parse error > - > >

[jira] Assigned: (PIG-1462) No informative error message on parse problem

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1462: --- Assignee: Xuefu Zhang > No informative error message on parse prob

[jira] Assigned: (PIG-621) Casts swallow exceptions when there are issues with conversion of bytes to Pig types

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-621: -- Assignee: Alan Gates > Casts swallow exceptions when there are issues with conversion of bytes to &g

[jira] Assigned: (PIG-1387) Syntactical Sugar for PIG-1385

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

[jira] Assigned: (PIG-1281) Detect org.apache.pig.data.DataByteArray cannot be cast to org.apache.pig.data.Tuple type of errors at Compile Type during creation of logical plan

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1281: --- Assignee: Alan Gates > Detect org.apache.pig.data.DataByteArray cannot be cast

[jira] Assigned: (PIG-1277) Pig should give error message when cogroup on tuple keys of different inner type

2010-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1277: --- Assignee: Alan Gates > Pig should give error message when cogroup on tuple keys of different in

[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

[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-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

  1   2   3   4   5   6   7   8   9   10   >