You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Team,
I am currently stuck with a couple of issues while imitating your project. I am unable to see plugins mainly ./enable-plugin.sh file. Can you please put light on how to install plugins mainly HDFS in Ranger? Also, the Audit logs are not working because of the below issue. Please help me resolve the same.
ERROR - 2021-07-05 08:54:03.290; org.apache.zookeeper.client.StaticHostProvider; Unable to resolve address: zookeeper:2181 => java.net.UnknownHostException: zookeeper: Name or service not known
at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
java.net.UnknownHostException: zookeeper: Name or service not known
at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) ~[?:?]
at java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) ~[?:?]
at java.net.InetAddress.getAddressesFromNameService(Unknown Source) ~[?:?]
at java.net.InetAddress$NameServiceAddresses.get(Unknown Source) ~[?:?]
at java.net.InetAddress.getAllByName0(Unknown Source) ~[?:?]
at java.net.InetAddress.getAllByName(Unknown Source) ~[?:?]
at java.net.InetAddress.getAllByName(Unknown Source) ~[?:?]
at org.apache.zookeeper.client.StaticHostProvider$1.getAllByName(StaticHostProvider.java:92) ~[zookeeper-3.5.5.jar:3.5.5]
at org.apache.zookeeper.client.StaticHostProvider.resolve(StaticHostProvider.java:147) ~[zookeeper-3.5.5.jar:3.5.5]
at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:375) ~[zookeeper-3.5.5.jar:3.5.5]
at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1137) ~[zookeeper-3.5.5.jar:3.5.5]
WARN - 2021-07-05 08:54:03.338; org.apache.zookeeper.ClientCnxn; Session 0x0 for server zookeeper:2181, unexpected error, closing socket connection and attempting reconnect => java.lang.IllegalArgumentException: Unable to canonicalize address zookeeper:2181 because it's not resolvable
at org.apache.zookeeper.SaslServerPrincipal.getServerPrincipal(SaslServerPrincipal.java:66)
java.lang.IllegalArgumentException: Unable to canonicalize address zookeeper:2181 because it's not resolvable
at org.apache.zookeeper.SaslServerPrincipal.getServerPrincipal(SaslServerPrincipal.java:66) ~[zookeeper-3.5.5.jar:3.5.5]
at org.apache.zookeeper.SaslServerPrincipal.getServerPrincipal(SaslServerPrincipal.java:39) ~[zookeeper-3.5.5.jar:3.5.5]
at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:1087) ~[zookeeper-3.5.5.jar:3.5.5]
at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1139) ~[zookeeper-3.5.5.jar:3.5.5]
The text was updated successfully, but these errors were encountered:
Hello Team,
I am currently stuck with a couple of issues while imitating your project. I am unable to see plugins mainly ./enable-plugin.sh file. Can you please put light on how to install plugins mainly HDFS in Ranger? Also, the Audit logs are not working because of the below issue. Please help me resolve the same.
ERROR - 2021-07-05 08:54:03.290; org.apache.zookeeper.client.StaticHostProvider; Unable to resolve address: zookeeper:2181 => java.net.UnknownHostException: zookeeper: Name or service not known
at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
java.net.UnknownHostException: zookeeper: Name or service not known
at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) ~[?:?]
at java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) ~[?:?]
at java.net.InetAddress.getAddressesFromNameService(Unknown Source) ~[?:?]
at java.net.InetAddress$NameServiceAddresses.get(Unknown Source) ~[?:?]
at java.net.InetAddress.getAllByName0(Unknown Source) ~[?:?]
at java.net.InetAddress.getAllByName(Unknown Source) ~[?:?]
at java.net.InetAddress.getAllByName(Unknown Source) ~[?:?]
at org.apache.zookeeper.client.StaticHostProvider$1.getAllByName(StaticHostProvider.java:92) ~[zookeeper-3.5.5.jar:3.5.5]
at org.apache.zookeeper.client.StaticHostProvider.resolve(StaticHostProvider.java:147) ~[zookeeper-3.5.5.jar:3.5.5]
at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:375) ~[zookeeper-3.5.5.jar:3.5.5]
at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1137) ~[zookeeper-3.5.5.jar:3.5.5]
WARN - 2021-07-05 08:54:03.338; org.apache.zookeeper.ClientCnxn; Session 0x0 for server zookeeper:2181, unexpected error, closing socket connection and attempting reconnect => java.lang.IllegalArgumentException: Unable to canonicalize address zookeeper:2181 because it's not resolvable
at org.apache.zookeeper.SaslServerPrincipal.getServerPrincipal(SaslServerPrincipal.java:66)
java.lang.IllegalArgumentException: Unable to canonicalize address zookeeper:2181 because it's not resolvable
at org.apache.zookeeper.SaslServerPrincipal.getServerPrincipal(SaslServerPrincipal.java:66) ~[zookeeper-3.5.5.jar:3.5.5]
at org.apache.zookeeper.SaslServerPrincipal.getServerPrincipal(SaslServerPrincipal.java:39) ~[zookeeper-3.5.5.jar:3.5.5]
at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:1087) ~[zookeeper-3.5.5.jar:3.5.5]
at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1139) ~[zookeeper-3.5.5.jar:3.5.5]
The text was updated successfully, but these errors were encountered: