我已经在亚马逊实例上下载了apcahe cassandra 3.11.1。
我在cassandra/bin
:
sh cassandra
我收到错误:
CassandraDaemon.java:706 - Local host name unknown: java.net.UnknownHostException: ip-172-30-0-229: ip-172-30-0-229: Name or service not known
我试图关注this answer
这是我的/etc/hosts
文件的内容:
127.0.0.1 localhost
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
我尝试过编辑它并在ip-172-30-0-229:
前面添加127.0.0.1 localhost
,但我仍然遇到同样的错误。
我该怎么办?
答案 0 :(得分:0)
在/ etc / hosts文件中添加127.0.1.1 ip-172-30-0-229
修复它。