报错信息如下:

ERROR org.apache.hive.service.cli.thrift.ThriftCLIService: [Thread-11]: 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:271)

        at org.apache.hive.service.cli.thrift.ThriftBinaryCLIService.run(ThriftBinaryCLIService.java:66)

        at java.lang.Thread.run(Thread.java:745)

解决办法:

查看日志发现:Hive.server2.thrift.port 10000端口被占用

losf –i:10000 

Kill -9 9488

相关文章:

  • 2022-12-23
  • 2021-05-10
  • 2021-05-14
  • 2022-12-23
  • 2021-12-01
  • 2021-12-09
  • 2021-12-27
  • 2022-01-16
猜你喜欢
  • 2022-12-23
  • 2021-11-13
  • 2022-01-24
  • 2021-08-22
  • 2022-12-23
  • 2021-09-18
  • 2022-01-14
相关资源
相似解决方案