ElasticsearchSink2
ElasticsearchSink2 copied to clipboard
It does not work wtih elasticsearch 2.2.1
the error log shows:
[ERROR - org.apache.flume.lifecycle.LifecycleSupervisor$MonitorRunnable.run(LifecycleSupervisor.java:251)] Unable to start SinkRunner: { policy:org.apache.flume.sink.DefaultSinkProcessor@269c7f70 counterGroup:{ name:null counters:{} } } - Exception follows.
java.lang.NoSuchFieldError: LUCENE_5_3_1
the elasticsearch 2.2.1 uses lucene 5.4.1, how to fix it. thx