【发布时间】:2016-01-20 03:39:19
【问题描述】:
我正在尝试在我的 Mac 上运行 Cassandra。 我按照此处详述的步骤安装了它:http://www.datastax.com/docs/1.0/getting_started/install_singlenode_root
但是当我跑步时:
bin/nodetool ring –h localhost
我收到以下错误消息:
Class JavaLaunchHelper is implemented in both
/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin/java and
/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/jre/lib/libinstrument.dylib. One of the two will be used. Which one is undefined.
如何让 cassandra 工作?
非常感谢
【问题讨论】: