出现“unable to canonicalize address zookeeper:2181 because it's not resolvable”的错误通常意味着你的系统无法将主机名“zookeeper”解析为一个有效的IP地址。这个问题可能由多种原因引起,下面是根据你的提示列出的可能解决方案: 确认zookeeper:2181地址和端口是否正确: 确保你在配置文件中使用的地址和端口是正确的...
java.lang.IllegalArgumentException: Unable to canonicalize address 10.1.21.244/<unresolved>:2181 because it's not resolvable at org.apache.zookeeper.SaslServerPrincipal.getServerPrincipal(SaslServerPrincipal.java:65) at org.apache.zookeeper.SaslServerPrincipal.getServerPrincipal(SaslServerPrincipal.java:41) ...
java.lang.IllegalArgumentException: Unable to canonicalize address zookeeper.confluent.svc.cluster.local:2181 because it's not resolvable at org.apache.zookeeper.SaslServerPrincipal.getServerPrincipal(SaslServerPrincipal.java:78) at org.apache.zookeeper.SaslServerPrincipal.getServerPrincipal(SaslServerPrincipal...
After a bit of poking around, while debugging SimpleSysTest, I got thefollowing stack trace: IllegalArgumentException: Unable to canonicalize addresslocalhost/<unresolved>:2181 because it's not resolvableatorg.apache.zookeeper.SaslServerPrincipal.getServerPrincipal(SaslServerPrincipal.java:65)atorg.apache...
>问题 今天在CDH资源上 http://archive.cloudera.com/cdh5/cdh/5/ 下载 hive-1.1.0-cdh5.7.0 ...