amazon-kinesis-connectors icon indicating copy to clipboard operation
amazon-kinesis-connectors copied to clipboard

AWS ES service version conflict

Open ryan-xie opened this issue 9 years ago • 1 comments
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 avatar Jan 24 '16 01:01 ryan-xie

@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

danielcbright avatar Jan 24 '16 13:01 danielcbright