您好,我阅读了文档,但不太了解如何启用RESTAPI,根据文档,您需要从IGNITE_HOME/libs/optional/ in IGNITE_HOME/libs中复制ignite-rest-http,我照写做了,也就是说,我从/usr/lib/apache-ignite/optional复制了ignite-
在配置RR负载平衡之后,当我启动Ignite集群时,如果出现以下错误,它将失败:
class org.apache.ignite.IgniteCheckedException: Failed to initializeat org.apache.ignite.internal.managers.GridManagerAdapter.onKernalStart(GridManagerAdapter.java:643)at org.apache.ignite.interna
我正在使用ApacheIgnite和Springboot开发分布式计算应用程序,并希望使用igniteRESTAPI。springboot 1.5.6我添加了依赖项ignite-rest-http(2.1.0版本)。在我的pom文件上。(GridRestProcessor.java:864)
at org.apache.ignite.i