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 to

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 lib...@yahoo.com.cn 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

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 weish...@gmail.com 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: 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 lud...@gmail.comwrote: 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