Thanks! It was the server not able to run at the default port 10000! I did netstat and I saw a service running at 10000 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 <sprag...@gmail.com> wrote: obvious question first. is your Hive Server running on port 10000? to check: $ netstat -lanp | grep 10000 (might need to run as root. show us the output) On Wed, Jul 10, 2013 at 1:04 PM, Κωνσταντίνος Αρετάκης <kareta...@gmail.com>wrote: > Hi all, > I am trying to execute a hiveql query from a java application with > connection string "jdbc:hive://localhost:10000" > but I get org.apache.transport.TTransportException. > > Have anyone faced this problem to give me a solution? > Thanks >