Re: hive jdbc exception

2013-07-10 Thread Konstantinos Aretakis
Thanks! It was the server not able to run at the default port 1! I did netstat and I saw a service running at 1 port and thought it was the hive server but it wasnt! I changed the port and it worked! Thanks again! K.A On 10 Ιουλ 2013, at 23:30, Stephen Sprague wrote: obvious question fi

Re: hive jdbc exception

2013-07-10 Thread Stephen Sprague
obvious question first. is your Hive Server running on port 1?to check: $ netstat -lanp | grep 1 (might need to run as root. show us the output) On Wed, Jul 10, 2013 at 1:04 PM, Κωνσταντίνος Αρετάκης wrote: > Hi all, > I am trying to execute a hiveql query from a java application

hive jdbc exception

2013-07-10 Thread Κωνσταντίνος Αρετάκης
Hi all, I am trying to execute a hiveql query from a java application with connection string "jdbc:hive://localhost:1" but I get org.apache.transport.TTransportException. Have anyone faced this problem to give me a solution? Thanks