为什么在运行yardStick-ignite框架示例时会多次打印此控制台语句?
如果我犯了一个错误,你能告诉我如何运行yardStick-ignite框架示例吗?
<16:56:46><yardstick> Starting driver config '...-cn query -sn IgniteNode -ds Ignite-sql-query-put-1-backup' on localhost
Permission denied (publickey,password).
Permission denied (publickey,password).
Permission denied (publickey,password).运行步骤:
1)创建git-hub库的克隆(git克隆https://github.com/yardstick-benchmarks/yardstick-ignite)
2)使用(mvn package)命令编译项目并解压脚本
3)从benchmark.properties更改驱动程序和服务器的Ip
4)运行此命令。/benchmark- Run -all.sh
发布于 2017-08-17 21:45:20
您需要在没有密码的情况下配置对localhost的ssh访问。请参阅此处的说明:How to ssh to localhost without password?
顺便说一句,这个存储库包含旧版Apache Ignite和yardstick的基准测试。新版本的yardstick没有这个限制,而新版本的Apache Ignite提供了更好的性能。在最新的版本中,Apache Ignite发布了基准测试。您可以下载那里的https://ignite.apache.org/download.cgi#binaries,并在/benchmarks文件夹中找到它们和说明。
https://stackoverflow.com/questions/45734063
复制相似问题