无法启动配置单元,无法解析[$ {clusterHostInfo / webhcat_server_host | append(core-site / hadoop.proxyuser.HTTP.hosts]

问题描述 投票:0回答:1

ENV:

  • Ambari 7.7。
  • HDP 3.1.0
  • 启用kerberos
  • 使用openldap

集群使用kerberos。从2.6升级后我卸载了KNOX。每当我安装hive / hbase时都会发生这种情况。和I can't properly install KNOX...

当我添加hive服务时,yarn resourcemanager错误。

2019-04-24 13:41:15,621 WARN  util.MachineList (MachineList.java:<init>(112)) - Invalid CIDR syntax : ${clusterHostInfo/webhcat_server_host|append(core-site/hadoop.proxyuser.HTTP.hosts
2019-04-24 13:41:15,622 WARN  ipc.Server (Server.java:logException(2724)) - IPC Server handler 0 on 8141, call Call#0 Retry#0 org.apache.hadoop.yarn.server.api.ResourceManagerAdministrationProtocolPB.refreshSuperUserGroupsConfiguration from 192.168.10.2:35354
java.lang.IllegalArgumentException: Could not parse [${clusterHostInfo/webhcat_server_host|append(core-site/hadoop.proxyuser.HTTP.hosts]
        at org.apache.commons.net.util.SubnetUtils.calculate(SubnetUtils.java:275)
        at org.apache.commons.net.util.SubnetUtils.<init>(SubnetUtils.java:51)
        at org.apache.hadoop.util.MachineList.<init>(MachineList.java:108)
        at org.apache.hadoop.util.MachineList.<init>(MachineList.java:82)
        at org.apache.hadoop.util.MachineList.<init>(MachineList.java:74)
        at org.apache.hadoop.security.authorize.DefaultImpersonationProvider.init(DefaultImpersonationProvider.java:98)
        at org.apache.hadoop.security.authorize.ProxyUsers.refreshSuperUserGroupsConfiguration(ProxyUsers.java:75)
        at org.apache.hadoop.security.authorize.ProxyUsers.refreshSuperUserGroupsConfiguration(ProxyUsers.java:85)
        at org.apache.hadoop.yarn.server.resourcemanager.AdminService.refreshSuperUserGroupsConfiguration(AdminService.java:505)
        at org.apache.hadoop.yarn.server.resourcemanager.AdminService.refreshSuperUserGroupsConfiguration(AdminService.java:488)
        at org.apache.hadoop.yarn.server.api.impl.pb.service.ResourceManagerAdministrationProtocolPBServiceImpl.refreshSuperUserGroupsConfiguration(ResourceManagerAdministrationProtocolPBServiceImpl.java:163)
        at org.apache.hadoop.yarn.proto.ResourceManagerAdministrationProtocol$ResourceManagerAdministrationProtocolService$2.callBlockingMethod(ResourceManagerAdministrationProtocol.java:275)
        at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:524)
        at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:1025)
        at org.apache.hadoop.ipc.Server$RpcCall.run(Server.java:876)
        at org.apache.hadoop.ipc.Server$RpcCall.run(Server.java:822)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:422)
        at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1730)
        at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2682)

请问是什么造成的? Hcat是否已从the HDP 3.x document中删除?为什么要自动配置webhcat_server_host

现在出现这种问题,我该如何解决?

谢谢您的帮助。

hadoop hive yarn hdp
1个回答
© www.soinside.com 2019 - 2024. All rights reserved.