我为ubuntu下载apache-cassandra-0.8.5并解压缩它.我读了自述文件.我在shell中尝试bellow命令:
bin/cassandra -f
Run Code Online (Sandbox Code Playgroud)
但它说:错误:代理抛出异常:java.net.MalformedURLException:本地主机名未知:java.net.UnknownHostException:node24.nise.local:node24.nise.local
我该怎么办?
Dun*_*ril 56
你的/etc/hosts文件包含什么?也许添加localhost并node24.nise.local作为行的名称127.0.0.1.
小智 16
是.一旦在本地主机条目中添加域名,它就可以工作/etc/hosts
127.0.0.1 testdomain localhost.localdomain localhost
Run Code Online (Sandbox Code Playgroud)
在/etc/hosts文件中添加以下行
127.0.0.1 localhost.localdomain localhost node24.nise.local
Run Code Online (Sandbox Code Playgroud)
替换node24.nise.local为您的主机名.