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

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

ODBC 3.0

2009-10-14 Thread Jeff Hammerbacher
Hey, I started working with the ODBC patch today ( https://issues.apache.org/jira/browse/HIVE-187) and noticed that the ODBC driver off of which the work is based (unixODBC) is 2.x, not 3.0. One of the database GUIs we're working with here requires ODBC 3.0. What was the reason for using

Re: ODBC 3.0

2009-10-14 Thread Ning Zhang
Hi Jeff, The unixODBC implementation supports ODBC 3.0 standard (see http://en.wikipedia.org/wiki/Open_Database_Connectivity#UnixODBC ), although the version number of unixODBC on which we had a patch is 2.x. However, patches in Hive-187 only implemented a subset of ODBC 3.0 interface (see

Re: ODBC 3.0

2009-10-14 Thread Jeff Hammerbacher
Hey Ning, Thanks for the quick reply. I'll do some more investigation on my end to see which APIs the GUI is using and which are not supported. The GUI, btw, is http://www.sqldbx.com. Regards, Jeff On Wed, Oct 14, 2009 at 2:03 PM, Ning Zhang nzh...@facebook.com wrote: Hi Jeff, The unixODBC

[jira] Updated: (HIVE-688) add UDF find_in_set

2009-10-14 Thread Jonathan Pythagoras Hsu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Pythagoras Hsu updated HIVE-688: - Status: Patch Available (was: Open) add UDF find_in_set ---

[jira] Updated: (HIVE-688) add UDF find_in_set

2009-10-14 Thread Jonathan Pythagoras Hsu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Pythagoras Hsu updated HIVE-688: - Attachment: HIVE-688.patch - Added find_in_set UDF - Added test query with many

[jira] Created: (HIVE-875) Hive server does not work with standalone mode

2009-10-14 Thread Ning Zhang (JIRA)
Hive server does not work with standalone mode -- Key: HIVE-875 URL: https://issues.apache.org/jira/browse/HIVE-875 Project: Hadoop Hive Issue Type: Bug Reporter: Ning Zhang

Re: ODBC 3.0

2009-10-14 Thread Ning Zhang
BTW, the Hive server standalone mode unit test is failing in the latest revision. This will affect the ODBC connection as well. I'm working on a fix (HIVE-875). If you have a working revision, stick with it first before this JIRA is fixed. Thanks, Ning On Oct 14, 2009, at 3:10 PM, Jeff

[ANNOUNCE] Hive 0.4.0 released

2009-10-14 Thread Ashish Thusoo
Hi Folks, We have release the rc2 candidate that Namit had generated as Hive 0.4.0. You can find download it from the download page. http://hadoop.apache.org/hive/releases.html#Download Thanks, Ashish

Re: [ANNOUNCE] Hive 0.4.0 released

2009-10-14 Thread Jeff Hammerbacher
Congratulations to the Hive team! On Wed, Oct 14, 2009 at 4:14 PM, Ryan LeCompte lecom...@gmail.com wrote: Congrats on the release! On Oct 14, 2009, at 7:04 PM, Ashish Thusoo athu...@facebook.com wrote: Hi Folks, We have release the rc2 candidate that Namit had generated as Hive

[jira] Assigned: (HIVE-876) UDFOPNegative should deal with NULL gracefully

2009-10-14 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang reassigned HIVE-876: --- Assignee: Ning Zhang UDFOPNegative should deal with NULL gracefully

[jira] Updated: (HIVE-876) UDFOPNegative should deal with NULL gracefully

2009-10-14 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-876: Attachment: Hive-876.patch fixes the issue. UDFOPNegative should deal with NULL gracefully

[jira] Created: (HIVE-877) error with cast(null as short)

2009-10-14 Thread Ning Zhang (JIRA)
error with cast(null as short) -- Key: HIVE-877 URL: https://issues.apache.org/jira/browse/HIVE-877 Project: Hadoop Hive Issue Type: Bug Reporter: Ning Zhang Assignee: Ning Zhang also

[jira] Resolved: (HIVE-876) UDFOPNegative should deal with NULL gracefully

2009-10-14 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao resolved HIVE-876. - Resolution: Fixed Fix Version/s: 0.5.0 Release Note: HIVE-876. UDFOPNegative should deal with

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

2009-10-14 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao reassigned HIVE-655: --- Assignee: Paul Yang (was: Raghotham Murthy) Add support for user defined table generating functions

[jira] Updated: (HIVE-877) error with cast(null as short)

2009-10-14 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-877: Attachment: Hive-877.patch Verified this is not a bug, but a syntax error in the test case. Adding the two

[jira] Created: (HIVE-878) Update the hash table entry before flushing in Group By hash aggregation

2009-10-14 Thread Zheng Shao (JIRA)
Update the hash table entry before flushing in Group By hash aggregation Key: HIVE-878 URL: https://issues.apache.org/jira/browse/HIVE-878 Project: Hadoop Hive Issue

[jira] Updated: (HIVE-878) Update the hash table entry before flushing in Group By hash aggregation

2009-10-14 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-878: Affects Version/s: 0.5.0 0.4.0 Fix Version/s: 0.5.0

[jira] Created: (HIVE-879) null pointer for empty dir

2009-10-14 Thread Namit Jain (JIRA)
null pointer for empty dir --- Key: HIVE-879 URL: https://issues.apache.org/jira/browse/HIVE-879 Project: Hadoop Hive Issue Type: Bug Components: Query Processor Reporter: Namit Jain

[jira] Updated: (HIVE-879) null pointer for empty dir

2009-10-14 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-879: Attachment: hive.879.1.patch null pointer for empty dir ---

[jira] Updated: (HIVE-879) null pointer for empty dir

2009-10-14 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-879: Status: Patch Available (was: Open) null pointer for empty dir ---

[jira] Updated: (HIVE-878) Update the hash table entry before flushing in Group By hash aggregation

2009-10-14 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-878: Attachment: HIVE-878.1.patch Still running the test. Update the hash table entry before flushing in Group

[jira] Resolved: (HIVE-877) error with cast(null as short)

2009-10-14 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao resolved HIVE-877. - Resolution: Fixed Fix Version/s: 0.5.0 Release Note: HIVE-877. More test cases for

[jira] Created: (HIVE-880) user group information not populated for pre and post hook

2009-10-14 Thread Namit Jain (JIRA)
user group information not populated for pre and post hook -- Key: HIVE-880 URL: https://issues.apache.org/jira/browse/HIVE-880 Project: Hadoop Hive Issue Type: Bug

[jira] Updated: (HIVE-880) user group information not populated for pre and post hook

2009-10-14 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-880: Status: Patch Available (was: Open) user group information not populated for pre and post hook

[jira] Updated: (HIVE-880) user group information not populated for pre and post hook

2009-10-14 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-880: Attachment: hive.880.1.patch user group information not populated for pre and post hook

[jira] Assigned: (HIVE-688) add UDF find_in_set

2009-10-14 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain reassigned HIVE-688: --- Assignee: Jonathan Pythagoras Hsu add UDF find_in_set --- Key:

[jira] Commented: (HIVE-879) null pointer for empty dir

2009-10-14 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12765920#action_12765920 ] Zheng Shao commented on HIVE-879: - Looks good. Testing for trunk now. The patch does not work

[jira] Commented: (HIVE-688) add UDF find_in_set

2009-10-14 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12765919#action_12765919 ] Namit Jain commented on HIVE-688: - Did you run all the tests, most probably you will get an

[jira] Commented: (HIVE-880) user group information not populated for pre and post hook

2009-10-14 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12765923#action_12765923 ] Namit Jain commented on HIVE-880: - still running the tests user group information not

[jira] Commented: (HIVE-879) null pointer for empty dir

2009-10-14 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12765922#action_12765922 ] Namit Jain commented on HIVE-879: - still running the tests null pointer for empty dir

[jira] Commented: (HIVE-878) Update the hash table entry before flushing in Group By hash aggregation

2009-10-14 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12765921#action_12765921 ] Namit Jain commented on HIVE-878: - The changes look good, will commit if the tests pass