[jira] Commented: (HIVE-594) Add isNull, hashCode, equals, compareTo to ObjectInspector

2009-07-17 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732363#action_12732363 ] Zheng Shao commented on HIVE-594: - Without this, we could not do complete object reuse. For

[jira] Commented: (HIVE-609) optimize multi-group by

2009-07-17 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732398#action_12732398 ] Zheng Shao commented on HIVE-609: - @hive.609.1.patch: 1. GroupByOperator.java:

Hudson build is back to normal: Hive-trunk-h0.19 #158

2009-07-17 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.19/158/changes

[jira] Commented: (HIVE-609) optimize multi-group by

2009-07-17 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732615#action_12732615 ] Namit Jain commented on HIVE-609: - For cleanup, I have filed the following jira:

[jira] Created: (HIVE-651) cleanup for group by in semanticanalyzer

2009-07-17 Thread Namit Jain (JIRA)
cleanup for group by in semanticanalyzer Key: HIVE-651 URL: https://issues.apache.org/jira/browse/HIVE-651 Project: Hadoop Hive Issue Type: Bug Components: Query Processor

[jira] Commented: (HIVE-640) Add LazyBinarySerDe to Hive

2009-07-17 Thread Yuntao Jia (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732621#action_12732621 ] Yuntao Jia commented on HIVE-640: - Here is my initial proposal for the Lazy Binary SerDe. It

[jira] Commented: (HIVE-591) create new type of join ( 1 row for a given key from multiple tables)

2009-07-17 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732627#action_12732627 ] Namit Jain commented on HIVE-591: - I agree - SELECT ... FROM UNIQUEJOIN

[jira] Commented: (HIVE-591) create new type of join ( 1 row for a given key from multiple tables)

2009-07-17 Thread Prasad Chakka (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732668#action_12732668 ] Prasad Chakka commented on HIVE-591: this means that user will not be able to add

[jira] Commented: (HIVE-591) create new type of join ( 1 row for a given key from multiple tables)

2009-07-17 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732704#action_12732704 ] Namit Jain commented on HIVE-591: - But the workaround is to put the unrelated predicate in a

[jira] Updated: (HIVE-609) optimize multi-group by

2009-07-17 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-609: Attachment: hive.609.2.patch optimize multi-group by Key:

[jira] Updated: (HIVE-609) optimize multi-group by

2009-07-17 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-609: Status: Patch Available (was: Open) optimize multi-group by

[jira] Created: (HIVE-652) turn off auto-merge for insert local

2009-07-17 Thread Namit Jain (JIRA)
turn off auto-merge for insert local - Key: HIVE-652 URL: https://issues.apache.org/jira/browse/HIVE-652 Project: Hadoop Hive Issue Type: Bug Components: Query Processor Reporter:

[jira] Created: (HIVE-653) Limit job hive queries to conform to underlying hadoop capacities

2009-07-17 Thread dhruba borthakur (JIRA)
Limit job hive queries to conform to underlying hadoop capacities -- Key: HIVE-653 URL: https://issues.apache.org/jira/browse/HIVE-653 Project: Hadoop Hive Issue Type:

[jira] Commented: (HIVE-653) Limit job hive queries to conform to underlying hadoop capacities

2009-07-17 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732720#action_12732720 ] dhruba borthakur commented on HIVE-653: --- The Hadoop JobClient class could be extended

[jira] Commented: (HIVE-647) SORT BY with GROUP ignored without LIMIT

2009-07-17 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732735#action_12732735 ] Namit Jain commented on HIVE-647: - order by should use only 1 reducer - if you see otherwise,

[jira] Commented: (HIVE-647) SORT BY with GROUP ignored without LIMIT

2009-07-17 Thread Bill Graham (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732750#action_12732750 ] Bill Graham commented on HIVE-647: -- Thanks for you explanation re the first LIMIT query,

[jira] Resolved: (HIVE-647) SORT BY with GROUP ignored without LIMIT

2009-07-17 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain resolved HIVE-647. - Resolution: Fixed Not a problem - behavior is as expected SORT BY with GROUP ignored without LIMIT

[jira] Reopened: (HIVE-647) SORT BY with GROUP ignored without LIMIT

2009-07-17 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain reopened HIVE-647: - SORT BY with GROUP ignored without LIMIT Key:

[jira] Updated: (HIVE-643) Hive to recognized escaped strings

2009-07-17 Thread Emil Ibrishimov (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emil Ibrishimov updated HIVE-643: - Attachment: HIVE-643.1.patch Hive to recognized escaped strings

[jira] Updated: (HIVE-643) Hive to recognized escaped strings

2009-07-17 Thread Emil Ibrishimov (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emil Ibrishimov updated HIVE-643: - Fix Version/s: 0.4.0 Status: Patch Available (was: Open) Hive to recognized escaped

[jira] Commented: (HIVE-647) SORT BY with GROUP ignored without LIMIT

2009-07-17 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732775#action_12732775 ] Namit Jain commented on HIVE-647: - Are you sure - I just tried the same query and it works

[jira] Created: (HIVE-654) Renaming the thrift SerDe

2009-07-17 Thread Zheng Shao (JIRA)
Renaming the thrift SerDe - Key: HIVE-654 URL: https://issues.apache.org/jira/browse/HIVE-654 Project: Hadoop Hive Issue Type: Bug Affects Versions: 0.3.0, 0.3.1 Reporter: Zheng Shao

[jira] Commented: (HIVE-652) turn off auto-merge for insert local

2009-07-17 Thread Raghotham Murthy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732790#action_12732790 ] Raghotham Murthy commented on HIVE-652: --- the patch is output from svn st, not svn diff.

[jira] Commented: (HIVE-652) turn off auto-merge for insert local

2009-07-17 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732797#action_12732797 ] Namit Jain commented on HIVE-652: - my mistake, regenerated the patch turn off auto-merge

[jira] Updated: (HIVE-652) turn off auto-merge for insert local

2009-07-17 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-652: Attachment: hive.652.2.patch turn off auto-merge for insert local -

[jira] Commented: (HIVE-654) Renaming the thrift SerDe

2009-07-17 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732800#action_12732800 ] Namit Jain commented on HIVE-654: - looks good Renaming the thrift SerDe

[jira] Updated: (HIVE-652) turn off auto-merge for insert local

2009-07-17 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-652: Attachment: hive.652.3.patch added more comments on raghu's suggestion turn off auto-merge for insert

[jira] Resolved: (HIVE-647) SORT BY with GROUP ignored without LIMIT

2009-07-17 Thread Bill Graham (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Graham resolved HIVE-647. -- Resolution: Invalid Verified expected behavior using trunk. SORT BY with GROUP ignored without LIMIT

[jira] Updated: (HIVE-654) Renaming the thrift SerDe

2009-07-17 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-654: Attachment: HIVE-654.2.patch The last patch didn't include the test file changes. This one should pass the

[jira] Updated: (HIVE-654) Renaming the thrift SerDe

2009-07-17 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-654: Status: Patch Available (was: Open) Renaming the thrift SerDe -

[jira] Updated: (HIVE-609) optimize multi-group by

2009-07-17 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-609: Attachment: hive.609.3.patch optimize multi-group by Key:

[jira] Commented: (HIVE-609) optimize multi-group by

2009-07-17 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732817#action_12732817 ] Namit Jain commented on HIVE-609: - incorporated comments optimize multi-group by

[jira] Commented: (HIVE-243) ^C breaks out of running query, but not whole CLI

2009-07-17 Thread Adam Kramer (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732825#action_12732825 ] Adam Kramer commented on HIVE-243: -- A lot of scripts are currently being used to extend the

[jira] Commented: (HIVE-243) ^C breaks out of running query, but not whole CLI

2009-07-17 Thread Adam Kramer (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732827#action_12732827 ] Adam Kramer commented on HIVE-243: -- Also also, ^C when a query is half-entered should cancel

[jira] Commented: (HIVE-512) [GenericUDF] new string function ELT(N,str1,str2,str3,...)

2009-07-17 Thread Min Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732828#action_12732828 ] Min Zhou commented on HIVE-512: --- actually, elt return only two types of results in mysql :

[jira] Created: (HIVE-655) Add support for user defined table generating functions

2009-07-17 Thread Raghotham Murthy (JIRA)
Add support for user defined table generating functions --- Key: HIVE-655 URL: https://issues.apache.org/jira/browse/HIVE-655 Project: Hadoop Hive Issue Type: New Feature

[jira] Commented: (HIVE-655) Add support for user defined table generating functions

2009-07-17 Thread Raghotham Murthy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732848#action_12732848 ] Raghotham Murthy commented on HIVE-655: --- One option for the syntax would be: {code}