[jira] Updated: (HIVE-308) UNION ALL should create different destination directories for different operands

2009-03-08 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-308: Attachment: HIVE-308.1.patch Fixing the bug (the second case) and added a test case. UNION ALL should

JIRA_HIVE-308.1.patch_UNIT_TEST_FAILED

2009-03-08 Thread Murli Varadachari
ERROR: UNIT TEST using PATCH HIVE-308.1.patch FAILED!! [junit] Test org.apache.hadoop.hive.cli.TestCliDriver FAILED BUILD FAILED

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

2009-03-08 Thread Johan Oskarsson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Oskarsson updated HIVE-286: - Resolution: Fixed Release Note: HIVE-286. Use round(xxx,12) to make sure there is no

Please check grammar for TIMESTAMP

2009-03-08 Thread Shyam Sarkar
Hi Zheng and others, Could you please check Hive.g grammar changes for TIMESTAMP (See the comments with // Change by Shyam)? Please review and let me know your feedback. I shall write a short design doc later for review after these short exchanges. Thanks, shyam_sar...@yahoo.com

Re: Please check grammar for TIMESTAMP

2009-03-08 Thread Tim Hawkins
Is there going to be any Timezone Support?, ie will the time-stamp be stored in a recognised standard such as UTC regardless of the actual time submitted, given that hive/hadoop tend to be used for log processing and reporting in many use cases, understanding the normalising time-zone

Re: Please check grammar for TIMESTAMP

2009-03-08 Thread Shyam Sarkar
Yes there will be Timezone support. We shall follow MySQL 6.0 TIMESTAMP specification:: http://dev.mysql.com/doc/refman/6.0/en/timestamp.html Thanks, shyam_sar...@yahoo.com --- On Sun, 3/8/09, Tim Hawkins tim.hawk...@bejant.com wrote: From: Tim Hawkins tim.hawk...@bejant.com Subject: Re:

[jira] Commented: (HIVE-308) UNION ALL should create different destination directories for different operands

2009-03-08 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12679992#action_12679992 ] Namit Jain commented on HIVE-308: - I saw your other mail just now - if you are in a hurry, go

[jira] Commented: (HIVE-308) UNION ALL should create different destination directories for different operands

2009-03-08 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12679990#action_12679990 ] Namit Jain commented on HIVE-308: - Zheng, there are a lot of problems with union, and I am in

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

2009-03-08 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.17/25/changes

Hudson build is back to normal: Hive-trunk-h0.18 #26

2009-03-08 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.18/26/changes

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

2009-03-08 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.19/25/changes

[jira] Commented: (HIVE-322) cannot create temporary udf dynamically, with a ClassNotFoundException

2009-03-08 Thread Min Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12680030#action_12680030 ] Min Zhou commented on HIVE-322: --- Hey Joydeep, I'll try to implement it, however, we will make

[jira] Issue Comment Edited: (HIVE-329) start and stop hive thrift server in daemon mode

2009-03-08 Thread Min Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12680045#action_12680045 ] coderplay edited comment on HIVE-329 at 3/8/09 8:37 PM: --- I prefer to my

[jira] Issue Comment Edited: (HIVE-329) start and stop hive thrift server in daemon mode

2009-03-08 Thread Min Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12680045#action_12680045 ] coderplay edited comment on HIVE-329 at 3/8/09 8:37 PM: --- I prefer my

[jira] Commented: (HIVE-329) start and stop hive thrift server in daemon mode

2009-03-08 Thread Raghotham Murthy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12680049#action_12680049 ] Raghotham Murthy commented on HIVE-329: --- How about, if --action option is present, it

[jira] Updated: (HIVE-313) add UDF date_add, date_sub, datediff

2009-03-08 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-313: Attachment: HIVE-313.1.patch Added the UDFs. add UDF date_add, date_sub, datediff