-
Notifications
You must be signed in to change notification settings - Fork 2
compiling elasticsearch transport couchbase
Stephen von Takach edited this page Mar 17, 2017
·
1 revision
Just in case you ever need a bug solved before it makes it into a release.
- Install Maven
-
git clone https://github.com/couchbaselabs/couchbase-capi-server.gitcd couchbase-capi-servermvn install- Make note of the version number of couchbase-capi-server
-
git clone https://github.com/couchbaselabs/elasticsearch-transport-couchbase.gitcd elasticsearch-transport-couchbasegit checkout 2.es.ver-
vim pom.xmland make sure the version of couchbase-capi-server matches the one installed mvn package
We did this to solve this issue we were having https://github.com/couchbaselabs/elasticsearch-transport-couchbase/issues/153