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'
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
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
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
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
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