Hudson nightly builds setup

2009-02-12 Thread Johan Oskarsson
I have setup three nightly Hive builds on the Apache hosted Hudson install, thanks to Dhruba for all the help. Builds, http://hudson.zones.apache.org/hudson/view/Hive/ Hive with hadoop 0.17 Hive with hadoop 0.18 Hive with hadoop 0.19 The builds are fairly simple right now, it only checks out the

Re: Hudson nightly builds setup

2009-02-12 Thread Johan Oskarsson
Forgot to mention, a code coverage tool would also be handy to have. We use Cobertura at Last.fm, works fine, not sure if it would mean any licensing issues to use in Hive. Hadoop uses Clover, don't know much about it. /Johan Johan Oskarsson wrote: I have setup three nightly Hive builds on the

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

2009-02-12 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.17/2/changes -- [...truncated 16557 lines...] [junit] diff http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.17/ws/hive/build/ql/test/logs/negative/unknown_column2.q.out

Build failed in Hudson: Hive-trunk-h0.19 #2

2009-02-12 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.19/2/changes -- [...truncated 18616 lines...] [junit] diff http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.19/ws/hive/build/ql/test/logs/negative/unknown_column2.q.out

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

2009-02-12 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.18/3/changes -- [...truncated 19008 lines...] [junit] diff http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.18/ws/hive/build/ql/test/logs/negative/unknown_column2.q.out

Build failed in Hudson: Hive-trunk-h0.19 #1

2009-02-12 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.19/1/changes -- [...truncated 20169 lines...] [junit] diff http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.19/ws/hive/build/ql/test/logs/negative/unknown_column2.q.out

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

2009-02-12 Thread Namit Jain (JIRA)
[hive] distinct on multiple columns does not work - Key: HIVE-287 URL: https://issues.apache.org/jira/browse/HIVE-287 Project: Hadoop Hive Issue Type: Bug Components: Query Processor

[jira] Updated: (HIVE-283) partition pruning not happening for uppercase table aliases

2009-02-12 Thread Ashish Thusoo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Thusoo updated HIVE-283: --- Resolution: Fixed Fix Version/s: 0.2.0 Hadoop Flags: [Reviewed] Status: Resolved

[jira] Created: (HIVE-288) Remove the old serde package

2009-02-12 Thread Zheng Shao (JIRA)
Remove the old serde package Key: HIVE-288 URL: https://issues.apache.org/jira/browse/HIVE-288 Project: Hadoop Hive Issue Type: Improvement Components: Serializers/Deserializers Affects Versions:

Server time zone !

2009-02-12 Thread Shyam Sarkar
Is there any 'Server's time zone' implementation inside Hive? For proper implementation of TIMESTAMP data type, this is necessay to translate from stored string type. I am focusing on MySQL 6.0 (with limited properties) for TIMESTAMP. http://dev.mysql.com/doc/refman/6.0/en/timestamp.html

Re: Server time zone !

2009-02-12 Thread Zheng Shao
Not yet. I think JVM take the environment variable TZ for that purpose for all java-related functions. In build-common.xml you should find the following: env key=TZ value=US/Pacific/ This makes sure all current UDFs related to time/date are using the US/Pacific time zone. (Note: all these UDFs

RE: Server time zone !

2009-02-12 Thread Ashish Thusoo
You could just use the java.util.TimeZone to get the current timezone. Ashish -Original Message- From: Zheng Shao [mailto:zsh...@gmail.com] Sent: Thursday, February 12, 2009 2:31 PM To: hive-dev@hadoop.apache.org; shyam_sar...@yahoo.com Subject: Re: Server time zone ! Not yet. I

[jira] Commented: (HIVE-286) testCliDriver_udf7 fails

2009-02-12 Thread Ashish Thusoo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12673098#action_12673098 ] Ashish Thusoo commented on HIVE-286: Seems to be related to precision? diff -a -I

[jira] Assigned: (HIVE-276) input3_limit.q fails under 0.17

2009-02-12 Thread Ashish Thusoo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Thusoo reassigned HIVE-276: -- Assignee: Ashish Thusoo input3_limit.q fails under 0.17 ---

[jira] Assigned: (HIVE-276) input3_limit.q fails under 0.17

2009-02-12 Thread Ashish Thusoo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Thusoo reassigned HIVE-276: -- Assignee: Zheng Shao (was: Ashish Thusoo) sorry. I thought you were not working on this.

[jira] Updated: (HIVE-79) Print number of rows inserted to table(s) when the query is finished.

2009-02-12 Thread Suresh Antony (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Antony updated HIVE-79: -- Attachment: patch_79_3.txt 1. Added printing row count to output 2. Also added row count to Query hisory

[jira] Updated: (HIVE-288) Remove the old serde package

2009-02-12 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-288: Attachment: HIVE-288.1.patch Remove the old serde package

Re: hive installation can't find my installed hadoop.

2009-02-12 Thread Zheng Shao
Hi Forbbs, You need to have access to the internet while building hive because it will try to download the hadoop distribution from the web. If you do not have access, you might still be able to do it. Please refer to the documentation of ivy. Zheng On Thu, Feb 12, 2009 at 10:39 PM, forbbs

Re: hive installation can't find my installed hadoop.

2009-02-12 Thread Jeff Hammerbacher
Hey Zheng, When the 0.2 release is cut for Hive, will that also require access to the internet? Thanks, Jeff On Thu, Feb 12, 2009 at 11:09 PM, Zheng Shao zsh...@gmail.com wrote: Hi Forbbs, You need to have access to the internet while building hive because it will try to download the hadoop