[jira] Commented: (HIVE-287) count distinct on multiple columns does not work

2009-06-17 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12720511#action_12720511 ] Namit Jain commented on HIVE-287: - can you try: select count(1) from (select col1, col2,

Build failed in Hudson: Hive-trunk-h0.17 #125

2009-06-17 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.17/125/ -- [...truncated 13705 lines...] [junit] OK [junit] Loading data to table src_sequencefile [junit] OK [junit] Loading data to table src_thrift [junit] OK [junit]

Build failed in Hudson: Hive-trunk-h0.18 #127

2009-06-17 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.18/127/ -- [...truncated 15563 lines...] [junit] Loading data to table src1 [junit] OK [junit] Loading data to table src_sequencefile [junit] OK [junit] Loading data to table

[jira] Created: (HIVE-566) support for submitting jobs to Elastic mapreduce cluster

2009-06-17 Thread Joydeep Sen Sarma (JIRA)
support for submitting jobs to Elastic mapreduce cluster Key: HIVE-566 URL: https://issues.apache.org/jira/browse/HIVE-566 Project: Hadoop Hive Issue Type: New Feature

[jira] Commented: (HIVE-566) support for submitting jobs to Elastic mapreduce cluster

2009-06-17 Thread Joydeep Sen Sarma (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12720690#action_12720690 ] Joydeep Sen Sarma commented on HIVE-566: as a side-note - we will not be able to

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

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

Hudson build is back to normal: Hive-trunk-h0.17 #126

2009-06-17 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.17/126/

Re: Post Summit Developer Offsite

2009-06-17 Thread Tom White
Here are the notes from last Friday's meeting: http://wiki.apache.org/hadoop/DeveloperOffsite20090612. Thanks to everyone who contributed! Cheers, Tom On Tue, May 26, 2009 at 1:08 PM, Christophe Biscigliachristo...@cloudera.com wrote: Hadoop Developers, we'd like to let you know about a special

[jira] Commented: (HIVE-287) count distinct on multiple columns does not work

2009-06-17 Thread Patrick Salami (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12720900#action_12720900 ] Patrick Salami commented on HIVE-287: - Thanks for the reply! However, I get a parse error

[jira] Commented: (HIVE-287) count distinct on multiple columns does not work

2009-06-17 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12720917#action_12720917 ] Namit Jain commented on HIVE-287: - You need to use an alias for the sub-query select

[jira] Updated: (HIVE-439) merge small files whenever possible

2009-06-17 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-439: Attachment: hive.439.1.patch merge small files whenever possible ---

[jira] Updated: (HIVE-439) merge small files whenever possible

2009-06-17 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-439: Status: Patch Available (was: Open) merge small files whenever possible

[jira] Commented: (HIVE-439) merge small files whenever possible

2009-06-17 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12720977#action_12720977 ] Zheng Shao commented on HIVE-439: - @hive.439.1.patch We don't need anything in sort key in

[jira] Commented: (HIVE-439) merge small files whenever possible

2009-06-17 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12720980#action_12720980 ] Namit Jain commented on HIVE-439: - But, doesnt that mean that all rows will go to the same

[jira] Commented: (HIVE-439) merge small files whenever possible

2009-06-17 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12720989#action_12720989 ] Zheng Shao commented on HIVE-439: - @hive.439.1.patch rand_partitionpruner2.q: -query: select

[jira] Updated: (HIVE-521) Move size, if, isnull, isnotnull to GenericUDF

2009-06-17 Thread Min Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Min Zhou updated HIVE-521: -- Attachment: HIVE-521-all-v5.patch Move size, if, isnull, isnotnull to GenericUDF

[jira] Updated: (HIVE-439) merge small files whenever possible

2009-06-17 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-439: Attachment: hive.439.2.patch merge small files whenever possible ---

[jira] Commented: (HIVE-439) merge small files whenever possible

2009-06-17 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12721065#action_12721065 ] Namit Jain commented on HIVE-439: - incorporated comments merge small files whenever

[jira] Updated: (HIVE-521) Move size, if, isnull, isnotnull to GenericUDF

2009-06-17 Thread Min Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Min Zhou updated HIVE-521: -- Attachment: HIVE-521-all-v6.patch Move size, if, isnull, isnotnull to GenericUDF