Re: Problem running Hive Jdbc Client

2011-11-04 Thread Prasad Mujumdar
Do you have Hadoop jars in the classpath ? thanks Prasad On Fri, Nov 4, 2011 at 11:53 AM, Melchiades Blanco Junior wrote: > Hey there, it's my first msg here. I'm trying to work with hive server by > connecting with its jdbc driver... > > I have already hadoop and hive cli working... > > I'

Problem running Hive Jdbc Client

2011-11-04 Thread Melchiades Blanco Junior
Hey there, it's my first msg here. I'm trying to work with hive server by connecting with its jdbc driver... I have already hadoop and hive cli working... I'm using this exemple of jdbc client: https://cwiki.apache.org/confluence/display/Hive/HiveClient *When I run the script, I get the followin

Hive installation problem: java.lang.NoSuchFieldError: type

2011-11-04 Thread Jian Fang
Hi, I installed hive 0.7.1 to work with Hadoop 0.20.2. I have set up HADOOP_HOME and HIVE_HOME. I tried to use the Hive shell and got the following error: [hadoop@dnjsrcha01 hive]$ bin/hive Hive history file=/tmp/hadoop/hive_job_log_hadoop_20041218_2145572589.txt hive> show tables; Exception

Re: Hive and HBase integration in Cloudera CDH3U1

2011-11-04 Thread wd
the problem you've meet? On Thu, Nov 3, 2011 at 1:56 AM, Weishung Chung wrote: > Hi, > I am trying to integrate Hive and HBase using Cloudera cdh3u1, but still > can't get it to work? Anyone has any success? > Thank you, > Wei Shung

Re: How to make hive handle/show Chinese words

2011-11-04 Thread wd
use utf8 or have you try to use insert overwrite to local directory and chek the output file? On Wed, Nov 2, 2011 at 9:39 PM, Bing Li wrote: > Hi, guys > I want to load some data files which including Chinese words. > Currently, I found Hive can't display it well. > Is there some setting/propert

i want join the team,thank you

2011-11-04 Thread liliangzhi

RE: problem with load data from local file system into RCFILE table

2011-11-04 Thread weimin zhu
Hi Thanks for the replay. > If you want to load file test.txt into hive table, you can create table > with properties that is suitable format of file. I should create a RCFILE before load it into hive ? Do you know how to create a RCFILE to be compressed? I tried to using the Insert statement t