[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-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] 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-tabpanelfocusedCommentId=12910705#action_12910705 ] Alan Gates commented on PIG-1624: - I should note as well that when a flatten is involved

[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] 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); describe C

[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-tabpanelfocusedCommentId=12910757#action_12910757 ] Alan Gates commented on PIG-1627: - The problem is in the flatten, not the group. The group

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

[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-tabpanelfocusedCommentId=12912624#action_12912624 ] Alan Gates commented on PIG-1112: - In the example above, the user specified that he expects

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

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

[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-tabpanelfocusedCommentId=12913115#action_12913115 ] Alan Gates commented on PIG-1634: - In Pig's semantics c.group, c.foo, and c.bar are all

[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-tabpanelfocusedCommentId=12913120#action_12913120 ] Alan Gates commented on PIG-1633: - This is a design decision we made when implementing nested

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

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

[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

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

[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 Key: PIG

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

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

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

[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-tabpanelfocusedCommentId=12913154#action_12913154 ] Alan Gates commented on PIG-1337: - The problem with allowing load and store functions access

[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

[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) parameter syntax

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

[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-tabpanelfocusedCommentId=12913205#action_12913205 ] Alan Gates commented on PIG-1076: - Why did this get abandoned? Make PigOutputCommitter

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

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

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

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

[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-tabpanelfocusedCommentId=12913227#action_12913227 ] Alan Gates commented on PIG-904: I don't understand what the issue is here. CONCAT does

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

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

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

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

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

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

[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-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' has the same

[jira] Updated: (PIG-719) store expr 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 expr into 'filename'; should be valid syntax

[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 support for group

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

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

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

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

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 expression

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

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

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

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

[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

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

[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-tabpanelfocusedCommentId=12913869#action_12913869 ] Alan Gates commented on PIG-1565: - I'll review this patch. additional piggybank datetime

[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} with an error

[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-tabpanelfocusedCommentId=12917064#action_12917064 ] Alan Gates commented on PIG-1661: - I have a few questions about this: # Can you tell me

[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-tabpanelfocusedCommentId=12917081#action_12917081 ] Alan Gates commented on PIG-1565: - [exec] -1 overall. [exec] [exec] +1

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

[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-tabpanelfocusedCommentId=12917117#action_12917117 ] Alan Gates commented on PIG-1661: - I like that JIRA, source code, javadocs, etc. get added

<    5   6   7   8   9   10