Re: exception when build Hive from source then start Hive CLI

2013-11-06 Thread Vaibhav Gumashta
Zhang, You can find instructions to build the tarball here: https://cwiki.apache.org/confluence/display/Hive/HiveDeveloperFAQ#HiveDeveloperFAQ-Howtogeneratetarball%3F --Vaibhav On Wed, Nov 6, 2013 at 5:45 PM, 金杰 wrote: > You can go to this page > https://cwiki.apache.org/confluence/display/Hi

Re: exception when build Hive from source then start Hive CLI

2013-11-06 Thread 金杰
You can go to this page https://cwiki.apache.org/confluence/display/Hive/HiveDeveloperFAQ for reference. Best Regards 金杰 (Jay Jin) On Thu, Nov 7, 2013 at 1:29 AM, Zhang Xiaoyu wrote: > Hi, Jay, > Thanks for your reply. Do you know the way to build a Hive tarball from > source? Hive recently mo

Re: [ANNOUNCE] New Hive Committer - Xuefu Zhang

2013-11-06 Thread Harsh J
Congrats Xuefu! On Nov 4, 2013 9:36 AM, "Carl Steinbach" wrote: > The Apache Hive PMC has voted to make Xuefu Zhang a committer on the Apache > Hive project. > > Please join me in congratulating Xuefu! > > Thanks. > > Carl >

Re: Stopping hive metastore

2013-11-06 Thread Vaibhav Gumashta
Thanks for pointing it out Nitin. I've created a JIRA here: https://issues.apache.org/jira/browse/HIVE-5764 --Vaibhav On Wed, Nov 6, 2013 at 5:24 AM, Nitin Pawar wrote: > there is no other way as long as I know if you are using standalone hive > > > On Wed, Nov 6, 2013 at 5:11 PM, Garg, Rinku

Re: exception when build Hive from source then start Hive CLI

2013-11-06 Thread Zhang Xiaoyu
Hi, Jay, Thanks for your reply. Do you know the way to build a Hive tarball from source? Hive recently move to maven from ant, but wiki still shows ant related command. Johnny On Wed, Nov 6, 2013 at 6:04 AM, 金杰 wrote: > Hi, Xiaoyu > > You may run hive cli using maven exec plugin > > For exampl

External Hive Table on Solr-HDFS-Data

2013-11-06 Thread Saggau, Arne
Hi all, I'm currently doing some tests with Hadoop 2.2 and Solr 4.5.1. Solr data directory is pointed to an hdfs location and I liked to have an external hive table on top. Till now I put data over Hbase into hdfs. To create the external hive table was easy going by setting HBaseStorageHandler.

Re: exception when build Hive from source then start Hive CLI

2013-11-06 Thread 金杰
Hi, Xiaoyu You may run hive cli using maven exec plugin For example: jj@hellojinjie hive :) $ cd cli/ jj@hellojinjie cli :) $ mvn exec:java -Dexec.mainClass=org.apache.hadoop.hive.cli.CliDriver Best Regards 金杰 (Jay Jin) On Wed, Nov 6, 2013 at 11:11 AM, Zhang Xiaoyu wrote: > so looks like

Help me understand Hive indexing.

2013-11-06 Thread Heller, Chris
Hi, I am new to Hive, and am trying to setup an index on a Hive table to improve query performance. I am presently using the CDH 4.2 Hadoop distribution, which ships with Hive 0.10, so from what I have read table index support should be available. What I am seeing though is that when I go and cre

Re: Stopping hive metastore

2013-11-06 Thread Nitin Pawar
there is no other way as long as I know if you are using standalone hive On Wed, Nov 6, 2013 at 5:11 PM, Garg, Rinku wrote: > Is there any way to stop hive metastore without killing PID. > > > > Thanks & Regards, > > *Rinku Garg* > > > _ > The information contained in this message

Stopping hive metastore

2013-11-06 Thread Garg, Rinku
Is there any way to stop hive metastore without killing PID. Thanks & Regards, Rinku Garg _ The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, dist

Hive run ERROR org.apache.hadoop.security.UserGroupInformation: PriviledgedActionException as:jyfx (auth:SIMPLE) cause:java.io.IOException: cannot find class

2013-11-06 Thread asword
Hi all, I am using Hadoop cdh3u6 and apache hive 0.10. I run the summary sql as follow : SELECT pt, count(1), sum(flow_byte), count(distinct t.user_id), count(distinct t.phone_no), max(t.user_ip), min(t.user_ip), max(t.phone_no),