[jira] [Commented] (HIVE-2935) Implement HiveServer2

2012-06-05 Thread eric baldeschwieler (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13289197#comment-13289197 ] eric baldeschwieler commented on HIVE-2935: --- Alan and I have been talking about

[jira] [Created] (HIVE-3087) Implement stored procedure

2012-06-05 Thread Biju Devassy (JIRA)
Biju Devassy created HIVE-3087: -- Summary: Implement stored procedure Key: HIVE-3087 URL: https://issues.apache.org/jira/browse/HIVE-3087 Project: Hive Issue Type: Improvement

[jira] [Updated] (HIVE-3087) Implement stored procedure

2012-06-05 Thread Biju Devassy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Biju Devassy updated HIVE-3087: --- Description: Stored procedure style of execution is missing in hive. It will be very useful for

[jira] [Updated] (HIVE-3087) Implement stored procedure

2012-06-05 Thread Biju Devassy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Biju Devassy updated HIVE-3087: --- Description: Stored procedure implementation is missing in hive. It will be very useful for

[jira] [Updated] (HIVE-3087) Implement stored procedure

2012-06-05 Thread Biju Devassy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Biju Devassy updated HIVE-3087: --- Affects Version/s: (was: 0.9.1) 0.10.0 Fix Version/s: 0.10.0

Developing Hive UDF in eclipse

2012-06-05 Thread Arun Prakash
Hi Friends, I tried to develop udf for hive but i am getting package import error in eclipse. import org.apache.hadoop.hive.ql.exec.UDF; How to import hive package in eclipse? Any inputs much appreciated. Best Regards Arun Prakash C.K Keep On Sharing Your Knowledge with Others

Re: Developing Hive UDF in eclipse

2012-06-05 Thread kulkarni.swar...@gmail.com
Did you try this[1]? It had got me most of my way through the process. [1] https://cwiki.apache.org/Hive/gettingstarted-eclipsesetup.html On Tue, Jun 5, 2012 at 8:49 AM, Arun Prakash ckarunprak...@gmail.comwrote: Hi Friends, I tried to develop udf for hive but i am getting package import

[jira] [Commented] (HIVE-895) Add SerDe for Avro serialized data

2012-06-05 Thread Lars Francke (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13289505#comment-13289505 ] Lars Francke commented on HIVE-895: --- Thanks! This is awesome to have in Hive. Could I

Build failed in Jenkins: Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false #38

2012-06-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/38/ -- [...truncated 10108 lines...] [echo] Project: odbc [copy] Warning: https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/ws/hive/odbc/src/conf

[jira] [Updated] (HIVE-3055) store the query that populated the partition in the hive metastore

2012-06-05 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-3055: - Component/s: Metastore store the query that populated the partition in the hive metastore

[jira] [Commented] (HIVE-895) Add SerDe for Avro serialized data

2012-06-05 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13289638#comment-13289638 ] Carl Steinbach commented on HIVE-895: - @Jakob: Thanks for contributing this to Hive!

[jira] [Commented] (HIVE-3067) Shutdown HiveMetaStore on client disconnect or timeout

2012-06-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13289706#comment-13289706 ] Hudson commented on HIVE-3067: -- Integrated in Thrift #496 (See

[jira] [Commented] (HIVE-3057) metastore.HiveMetaStore$HMSHandler should set the thread local raw store to null in shutdown()

2012-06-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13289708#comment-13289708 ] Hudson commented on HIVE-3057: -- Integrated in Thrift #496 (See

Re: Developing Hive UDF in eclipse

2012-06-05 Thread Aniket Mokashi
Put hive-exec*.jar in your eclipse classpath. (project properties- java build path - libraries) On Tue, Jun 5, 2012 at 8:52 AM, kulkarni.swar...@gmail.com kulkarni.swar...@gmail.com wrote: Did you try this[1]? It had got me most of my way through the process. [1]

[jira] [Commented] (HIVE-2989) Adding Table Links to Hive

2012-06-05 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13289815#comment-13289815 ] Carl Steinbach commented on HIVE-2989: -- @Bhushan: I added more code review comments

[jira] [Created] (HIVE-3089) Support for add/drop partition and querying of static table links

2012-06-05 Thread Sambavi Muthukrishnan (JIRA)
Sambavi Muthukrishnan created HIVE-3089: --- Summary: Support for add/drop partition and querying of static table links Key: HIVE-3089 URL: https://issues.apache.org/jira/browse/HIVE-3089 Project:

[jira] [Commented] (HIVE-2989) Adding Table Links to Hive

2012-06-05 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13289887#comment-13289887 ] Carl Steinbach commented on HIVE-2989: -- @Bhushan/Namit: Any thoughts on this? {quote}

[jira] [Commented] (HIVE-2989) Adding Table Links to Hive

2012-06-05 Thread Sambavi Muthukrishnan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13289890#comment-13289890 ] Sambavi Muthukrishnan commented on HIVE-2989: - Is there a command to move a

[jira] [Commented] (HIVE-2989) Adding Table Links to Hive

2012-06-05 Thread Bhushan Mandhani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13289891#comment-13289891 ] Bhushan Mandhani commented on HIVE-2989: Carl, we discussed this among us and

[jira] [Commented] (HIVE-2989) Adding Table Links to Hive

2012-06-05 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13289894#comment-13289894 ] Carl Steinbach commented on HIVE-2989: -- bq. we discussed this among us and strongly

[jira] [Commented] (HIVE-2989) Adding Table Links to Hive

2012-06-05 Thread Bhushan Mandhani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13289897#comment-13289897 ] Bhushan Mandhani commented on HIVE-2989: One criteria was that the user should not

[jira] [Commented] (HIVE-2418) replace or translate function in hive

2012-06-05 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13289914#comment-13289914 ] Mark Grover commented on HIVE-2418: --- No worries, Ed. I thought about that too. However,

[jira] [Created] (HIVE-3090) Timestamp type values not having nano-second part breaks row

2012-06-05 Thread Navis (JIRA)
Navis created HIVE-3090: --- Summary: Timestamp type values not having nano-second part breaks row Key: HIVE-3090 URL: https://issues.apache.org/jira/browse/HIVE-3090 Project: Hive Issue Type: Bug

[jira] [Updated] (HIVE-3090) Timestamp type values not having nano-second part breaks row

2012-06-05 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-3090: Status: Patch Available (was: Open) https://reviews.facebook.net/D3501 Timestamp type values not

[jira] [Commented] (HIVE-2989) Adding Table Links to Hive

2012-06-05 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13289955#comment-13289955 ] Namit Jain commented on HIVE-2989: -- The semantics of rename table and drop table can be

[jira] [Created] (HIVE-3091) Fix eclipse classpath for hadoop-2.0.1 support

2012-06-05 Thread rohithsharma (JIRA)
rohithsharma created HIVE-3091: -- Summary: Fix eclipse classpath for hadoop-2.0.1 support Key: HIVE-3091 URL: https://issues.apache.org/jira/browse/HIVE-3091 Project: Hive Issue Type: Bug

[jira] [Commented] (HIVE-3091) Fix eclipse classpath for hadoop-2.0.1 support

2012-06-05 Thread rohithsharma (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13289966#comment-13289966 ] rohithsharma commented on HIVE-3091: I have 2 approached to handle this problem. 1.