[ANN] JDBC plugin with feeder mode as an alternative to the deprecated Elasticsearch River API

Hi,

if you use the JDBC river plugin and you are concerned about the
deprecation of the river API, I wrote a step-by-step guide how to start the
JDBC plugin in a "feeder mode".

The feeder mode is a standalone JVM which connects to an ES cluster using
Java TransportClient under the hood.

You can read the instructions here:

Best regards,

Jörg

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAKdsXoFj2tHMqkhO8SYcOJ6MAt8Lrp0w1KBpza4FT0uqooRAMw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

I am running: plugins --install jprante/elasticsearch-jdbc
and I get a error: Assumed to be a site plugin, but contains Source code.

What I am doing wrong?