[jira] [Commented] (PIG-2652) Skew join and order by don't trigger reducer estimation

2012-04-15 Thread Bill Graham (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13254394#comment-13254394 ] Bill Graham commented on PIG-2652: -- I was able to reproduce with a similar script that

[jira] [Commented] (PIG-2652) Skew join and order by don't trigger reducer estimation

2012-04-15 Thread Bill Graham (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13254397#comment-13254397 ] Bill Graham commented on PIG-2652: -- FYI, here's my script that reproduces with an initial

[jira] [Commented] (PIG-2587) Compute LogicalPlan signature and store in job conf

2012-03-29 Thread Bill Graham (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13241007#comment-13241007 ] Bill Graham commented on PIG-2587: -- I agree if cosmetic changes happen to the script, all

[jira] [Commented] (PIG-2257) AvroStorage doesn't recognize schema_file field when JSON isn't used in the constructor

2012-03-27 Thread Bill Graham (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13240117#comment-13240117 ] Bill Graham commented on PIG-2257: -- This is actually a bug that should be patched. All

[jira] [Commented] (PIG-2611) HBaseStorage not casting correctly

2012-03-23 Thread Bill Graham (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13236662#comment-13236662 ] Bill Graham commented on PIG-2611: -- I believe that declaring a long an int does not make it

[jira] [Commented] (PIG-2600) Better Map support

2012-03-16 Thread Bill Graham (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231282#comment-13231282 ] Bill Graham commented on PIG-2600: -- +1 for overloading. People often try to use these with

[jira] [Commented] (PIG-2583) Add Grunt command to list the statements in cache

2012-03-13 Thread Bill Graham (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13228925#comment-13228925 ] Bill Graham commented on PIG-2583: -- Great idea. What about {{history}} instead of {{list}}?

[jira] [Commented] (PIG-2495) Using merge JOIN from a HBaseStorage produces an error

2012-03-13 Thread Bill Graham (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13228967#comment-13228967 ] Bill Graham commented on PIG-2495: -- Looks good to me besides one last nit, which is to

[jira] [Commented] (PIG-2573) Automagically setting parallelism based on input file size does not work with HCatalog

2012-03-08 Thread Bill Graham (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13225676#comment-13225676 ] Bill Graham commented on PIG-2573: -- Another approach that would be backward compatible

[jira] [Commented] (PIG-2570) LimitOptimizer fails with dynamic LIMIT argument

2012-03-07 Thread Bill Graham (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13224603#comment-13224603 ] Bill Graham commented on PIG-2570: -- +1 Thanks Daniel! This patch does the trick.

[jira] [Commented] (PIG-2495) Using merge JOIN from a HBaseStorage produces an error

2012-03-06 Thread Bill Graham (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13223404#comment-13223404 ] Bill Graham commented on PIG-2495: -- Thanks for the patch Kevin! A few note about Pig code

[jira] [Commented] (PIG-1891) Enable StoreFunc to make intelligent decision based on job success or failure

2012-02-21 Thread Bill Graham (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13212800#comment-13212800 ] Bill Graham commented on PIG-1891: -- This would be a useful feature and I've wanted to have

[jira] [Commented] (PIG-2547) Easier UDFs: Convenient EvalFunc super-classes

2012-02-21 Thread Bill Graham (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13213163#comment-13213163 ] Bill Graham commented on PIG-2547: -- No uploaded patch yet to look at, still in the process

[jira] [Commented] (PIG-2511) Enable '*' to skip any fields that have already been generated and cast in other parts of the GENERATE, as in: foo = FOREACH my_relation GENERATE manipulate(foo1) as foo1

2012-02-10 Thread Bill Graham (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13205549#comment-13205549 ] Bill Graham commented on PIG-2511: -- I agree with Prashant about avoiding hidden logic. The