Olivér Szabó created AMBARI-14270:
-------------------------------------
Summary: Hive Server 2 silently dies on Blueprint cluster
Key: AMBARI-14270
URL: https://issues.apache.org/jira/browse/AMBARI-14270
Project: Ambari
Issue Type: Bug
Affects Versions: 2.2.0
Reporter: Olivér Szabó
Assignee: Olivér Szabó
Fix For: 2.2.0
In case of there is a Hive Server component and a Spark Thriftserver on the
same host, HIve Server cannot be started. (Spark Thriftserver should use port
10015 for Thriftserver)
{code}
2015-12-03 12:33:43,664 FATAL [Thread-9]: thrift.ThriftCLIService
(ThriftBinaryCLIService.java:run(101)) - Error starting HiveServer2: could not
start ThriftBinaryCLIService
org.apache.thrift.transport.TTransportException: Could not create ServerSocket
on address 0.0.0.0/0.0.0.0:10000.
at org.apache.thrift.transport.TServerSocket.<init>(TServerSocket.java:109)
at org.apache.thrift.transport.TServerSocket.<init>(TServerSocket.java:91)
at org.apache.thrift.transport.TServerSocket.<init>(TServerSocket.java:87)
at
org.apache.hive.service.auth.HiveAuthFactory.getServerSocket(HiveAuthFactory.java:241)
at
org.apache.hive.service.cli.thrift.ThriftBinaryCLIService.run(ThriftBinaryCLIService.java:66)
at java.lang.Thread.run(Thread.java:745)
2015-12-03 12:33:43,672 INFO [Thread-4]: server.HiveServer2
(HiveStringUtils.java:run(709)) - SHUTDOWN_MSG:
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)