amazon-kinesis-connectors
amazon-kinesis-connectors copied to clipboard
AWS ES service version conflict
trafficstars
The AWS ES service is using es 1.5.2, but your library are depend on 1.2.1. There is an exception when I try to connect to AWS ES service.
org.elasticsearch.client.transport.NoNodeAvailableException: No node available
Any thought on this? I am not sure if I am right.
@ryan-xie have you tried editing the pom.xml and changing the elasticsearch value? As long as you stay in version 1.x it "should" be fine, I'd try that first.
https://github.com/awslabs/amazon-kinesis-connectors/blob/master/pom.xml#L28