[jira] Assigned: (HIVE-682) add UDF concat_ws

2009-09-30 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur reassigned HIVE-682: - Assignee: Jonathan Chang > add UDF concat_ws > - > > Key: H

[jira] Updated: (HIVE-861) NumberFormatException in sum and avg

2009-09-30 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-861: Attachment: HIVE-861.1.patch This patch fixes the problem and adds a test. > NumberFormatException in sum an

[jira] Updated: (HIVE-31) Hive: support CREATE TABLE xxx SELECT yyy.* FROM yyy

2009-09-30 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-31: --- Attachment: HIVE-31_3.patch This patch incorporated Prasad's comment about early exception when the target tabl

RE: [VOTE] vote for release candidate for hive

2009-09-30 Thread Ashish Thusoo
+1. Also sending this to the PMC for approval. Hi PMC, The release candidate that Namit prepared can be found at the following location: http://people.apache.org/~namit/hive-0.4.0-candidate-2/ It has the hive 0.4.0 releases for hadoop 0.17, 0.18, 0.19 and 0.20. Please try it out and vote on

[jira] Created: (HIVE-861) NumberFormatException in sum and avg

2009-09-30 Thread Zheng Shao (JIRA)
NumberFormatException in sum and avg Key: HIVE-861 URL: https://issues.apache.org/jira/browse/HIVE-861 Project: Hadoop Hive Issue Type: Bug Reporter: Zheng Shao {code} SELECT sum('a'), avg('

RE: Hive-74

2009-09-30 Thread Namit Jain
What you are doing seems OK ? Can you get the stack trace from /tmp//hive.log ? -Original Message- From: Matt Pestritto [mailto:m...@pestritto.com] Sent: Wednesday, September 30, 2009 6:51 AM To: hive-dev@hadoop.apache.org; hive-u...@hadoop.apache.org Subject: Fwd: Hive-74 Including

[jira] Commented: (HIVE-31) Hive: support CREATE TABLE xxx SELECT yyy.* FROM yyy

2009-09-30 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12760983#action_12760983 ] Ning Zhang commented on HIVE-31: Additional changes in HIVE-31_2.patch: 3) added sort by and

[jira] Updated: (HIVE-682) add UDF concat_ws

2009-09-30 Thread Jonathan Chang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Chang updated HIVE-682: Attachment: concat_ws.patch > add UDF concat_ws > - > > Key: HIVE-682

[jira] Updated: (HIVE-682) add UDF concat_ws

2009-09-30 Thread Jonathan Chang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Chang updated HIVE-682: Status: Patch Available (was: Open) Here's a start at a patch. Hasn't really been test yet though.

[jira] Updated: (HIVE-31) Hive: support CREATE TABLE xxx SELECT yyy.* FROM yyy

2009-09-30 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-31: --- Attachment: HIVE-31_2.patch fixes issues raised by Namit and Prasad. 1) output file is the table only in the po

Fwd: Hive-74

2009-09-30 Thread Matt Pestritto
Including hive-user in case someone has any experience with this.. Thanks -Matt -- Forwarded message -- From: Matt Pestritto Date: Tue, Sep 29, 2009 at 5:26 PM Subject: Hive-74 To: hive-dev@hadoop.apache.org Hi- I'm having a problem using CombineHiveInputSplit. I believe this

[jira] Created: (HIVE-860) Persistent distributed cache

2009-09-30 Thread Zheng Shao (JIRA)
Persistent distributed cache Key: HIVE-860 URL: https://issues.apache.org/jira/browse/HIVE-860 Project: Hadoop Hive Issue Type: Improvement Reporter: Zheng Shao DistributedCache is shared across mul