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