Hi Gary,
Is your hiverserver2 running OK. How did you start it? $HIVE_HOME/bin/hiveserver2 & What do you when you run the command below? I assume that your hiveserver is running on port 10000? netstat -alnp|egrep 'Local|10000|9083' HTH Mich Talebzadeh http://talebzadehmich.wordpress.com Author of the books "A Practitioner’s Guide to Upgrading to Sybase ASE 15", ISBN 978-0-9563693-0-7. co-author "Sybase Transact SQL Guidelines Best Practices", ISBN 978-0-9759693-0-4 Publications due shortly: Creating in-memory Data Grid for Trading Systems with Oracle TimesTen and Coherence Cache Oracle and Sybase, Concepts and Contrasts, ISBN: 978-0-9563693-1-4, volume one out shortly NOTE: The information in this email is proprietary and confidential. This message is for the designated recipient only, if you are not the intended recipient, you should destroy it immediately. Any information in this message shall not be understood as given or endorsed by Peridale Ltd, its subsidiaries or their employees, unless expressly so stated. It is the responsibility of the recipient to ensure that this email is virus free, therefore neither Peridale Ltd, its subsidiaries nor their employees accept any responsibility. From: Gary Clark [mailto:gcl...@neces.com] Sent: 17 April 2015 17:27 To: user@hive.apache.org Subject: Error when connecting Hue to HiveServer2 Hey Guys, I am see the following error when attempting to connect Hue to the hive metatstore: >From hive-site.log 015-04-17 05:12:48,857 INFO [main]: metastore.HiveMetaStore (HiveMetaStore.java:addAdminUsers_core(679)) - No user is added in admin role, since config is empty 2015-04-17 05:12:48,971 INFO [main]: metastore.HiveMetaStore (HiveMetaStore.java:startMetaStore(5740)) - Starting DB backed MetaStore Server with SetUGI enabled 2015-04-17 05:12:48,973 INFO [main]: metastore.HiveMetaStore (HiveMetaStore.java:startMetaStore(5757)) - Started the new metaserver on port [9083]... 2015-04-17 05:12:48,973 INFO [main]: metastore.HiveMetaStore (HiveMetaStore.java:startMetaStore(5759)) - Options.minWorkerThreads = 200 2015-04-17 05:12:48,973 INFO [main]: metastore.HiveMetaStore (HiveMetaStore.java:startMetaStore(5761)) - Options.maxWorkerThreads = 100000 2015-04-17 05:12:48,973 INFO [main]: metastore.HiveMetaStore (HiveMetaStore.java:startMetaStore(5763)) - TCP keepalive = true 2015-04-17 05:12:50,863 DEBUG [HiveServer2-Handler-Pool: Thread-23]: transport.TSaslServerTransport (HadoopThriftAuthBridge.java:getTransport(174)) - transport map does not contain key org.apache.thrift.transport.TSocket@2f0c37a9 2015-04-17 05:12:50,863 DEBUG [HiveServer2-Handler-Pool: Thread-22]: transport.TSaslServerTransport (HadoopThriftAuthBridge.java:getTransport(174)) - transport map does not contain key org.apache.thrift.transport.TSocket@2c92f525 2015-04-17 05:12:50,863 DEBUG [HiveServer2-Handler-Pool: Thread-21]: transport.TSaslServerTransport (HadoopThriftAuthBridge.java:getTransport(174)) - transport map does not contain key org.apache.thrift.transport.TSocket@4b1a5060 2015-04-17 05:12:50,866 DEBUG [HiveServer2-Handler-Pool: Thread-22]: transport.TSaslTransport (TSaslTransport.java:open(243)) - opening transport org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge$HiveSaslServerTransportFactory$1@4aa5331 2015-04-17 05:12:50,866 DEBUG [HiveServer2-Handler-Pool: Thread-21]: transport.TSaslTransport (TSaslTransport.java:open(243)) - opening transport org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge$HiveSaslServerTransportFactory$1@4a3bb85b 2015-04-17 05:12:50,866 DEBUG [HiveServer2-Handler-Pool: Thread-23]: transport.TSaslTransport (TSaslTransport.java:open(243)) - opening transport org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge$HiveSaslServerTransportFactory$1@16c48470 2015-04-17 05:12:50,866 DEBUG [HiveServer2-Handler-Pool: Thread-22]: transport.TSaslServerTransport (HadoopThriftAuthBridge.java:getTransport(179)) - failed to open server transport org.apache.thrift.transport.TTransportException at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:132) I am using the derby database. Not sure what I am missing? Any ideas would of course helpful. Much Appreciated, gazza