as current elasticsearch allows one to use plugins in the transport client,
i just tried with the fst plugin, but failed somewhat.
I am getting tons of guice errors for missing implementations, among them
ClusterService
NodeService
IndicesService
FsProbe
NetworkProbe
ProcessProbe
When looking at the initialization of the TransportClient it looks to me,
that it is simply more lightweight than a node and does not start tons of
services.
On Tuesday, August 21, 2012 9:31:27 AM UTC+2, Alexander Reelsen wrote:
Hi there,
as current elasticsearch allows one to use plugins in the transport
client, i just tried with the fst plugin, but failed somewhat.
I am getting tons of guice errors for missing implementations, among them
ClusterService
NodeService
IndicesService
FsProbe
NetworkProbe
ProcessProbe
When looking at the initialization of the TransportClient it looks to me,
that it is simply more lightweight than a node and does not start tons of
services.
Nope, they were already included. Because of the Exception due to missing
Probes I was thinking the sigar libs were missing, but as this happens when
I try to add the (suggest) actions to the client (which of course does not
need them as it is a client not a server) the problem occurs.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.