Re: Problem running Hive Jdbc Client

2011-11-07 Thread Melchiades Blanco Junior
Thanks for replying Prasad. [Shame on me] The problem has been solved. I was following this tutorial : https://cwiki.apache.org/confluence/display/Hive/HiveClient And there is a script to run the HiveJdbcClient java aplication with the following script: #!/bin/bash HADOOP_HOME=/your/path/to/had

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