I am trying to connect SquirrelSQL client to Hive.
I am running Hadoop/Hive on a Debian 7.0 VM on virtualbox.
Hive server is online, and when I ping my vm with my laptop client, the vm is responding, it's OK.
Then, I trying to connect to Hive using SquirrelSQL.
I'm using Amazon JDBC driver, related to this post : Access Hive Tables in SQLClient but not from the Putty
The connection is ok, but, my unique table (pays) is not visible in the client (there is no tables at all !), and when I'm trying to select my unique by the simple query : SELECT * FROM pays;
I'm getting this error :
Error: org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset by peer: socket write error
SQLState: 08S01
ErrorCode: 0
I was looking for an issue on the web, but I haven't found anything.
Thanks for your help =)
ps: sorry for my poor english...