Elasticsearch Indexing

I am trying to index the data from csv. For that I have copied plugin
elasticsearch-river-csv-2.2.0 into plugins directory and I have restarted
it with below command.
./bin/elasticsearch &
After copied the plugin, Its giving below error.

org.elasticsearch.common.inject.CreationException: Guice creation errors:

  1. Error injecting constructor, java.lang.ExceptionInInitializerError
    at org.agileworks.elasticsearch.river.csv.CSVRiver.(Unknown Source)
    while locating org.agileworks.elasticsearch.river.csv.CSVRiver
    while locating org.elasticsearch.river.River

1 error

and not able to index file.
XXXX:9200 is working fine.

Could Someone help me please.

--
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/65eba074-6680-4378-9145-3b9a59a805c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Rivers are being deprecated so it's best to shift away from them. Use
Logstash instead, the file input with the CSV filter.

On 7 April 2015 at 19:11, Ravi sai kumar saikumar.02@gmail.com wrote:

I am trying to index the data from csv. For that I have copied plugin
elasticsearch-river-csv-2.2.0 into plugins directory and I have restarted
it with below command.
./bin/elasticsearch &
After copied the plugin, Its giving below error.

org.elasticsearch.common.inject.CreationException: Guice creation errors:

  1. Error injecting constructor, java.lang.ExceptionInInitializerError
    at org.agileworks.elasticsearch.river.csv.CSVRiver.(Unknown
    Source)
    while locating org.agileworks.elasticsearch.river.csv.CSVRiver
    while locating org.elasticsearch.river.River

1 error

and not able to index file.
XXXX:9200 is working fine.

Could Someone help me please.

--
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/65eba074-6680-4378-9145-3b9a59a805c8%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/65eba074-6680-4378-9145-3b9a59a805c8%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
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/CAEYi1X_7-HUqZT0Ptxxjo6FEWPFHfcRnUWJc8F4_jS1%3DXVtgLg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.