Hi, I'm trying to use the Java "node-with-no-data"-style API, and I'm
running to trouble connecting. When trying to create the TransportClient
with my settings containing only cluster.name=elasticsearch,
I get the following exception:
14/10/29 09:29:23 INFO elasticsearch.plugins: [Piranha] loaded [], sites []
Error injecting constructor,
org.elasticsearch.ElasticsearchIllegalArgumentException: no type support
[test]
at org.elasticsearch.cache.recycler.CacheRecycler.(Unknown Source)
while locating org.elasticsearch.cache.recycler.CacheRecycler
1 error
I can see from the source that this config value "cache.recycler.type"
should be unset, or set to a string like "default" or "none" -- somehow
mine is set to "test"... However, merely adding that to my client's
settings object doesn't seem to affect the print so i assume that it is
either under a prefix, or being overridden. Sorry I'm a total noob with ES
so I apologize if this is a dumb question. Still I could really use the
help!
Hi, I'm trying to use the Java "node-with-no-data"-style API, and I'm
running to trouble connecting. When trying to create the TransportClient
with my settings containing only cluster.name=elasticsearch,
I get the following exception:
14/10/29 09:29:23 INFO elasticsearch.plugins: [Piranha] loaded , sites
Error injecting constructor,
org.elasticsearch.ElasticsearchIllegalArgumentException: no type support
[test]
at org.elasticsearch.cache.recycler.CacheRecycler.(Unknown Source)
while locating org.elasticsearch.cache.recycler.CacheRecycler
1 error
I can see from the source that this config value "cache.recycler.type"
should be unset, or set to a string like "default" or "none" -- somehow
mine is set to "test"... However, merely adding that to my client's
settings object doesn't seem to affect the print so i assume that it is
either under a prefix, or being overridden. Sorry I'm a total noob with ES
so I apologize if this is a dumb question. Still I could really use the
help!
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.