-
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.git
cd couchbase-capi-server
mvn install
- Make note of the version number of couchbase-capi-server
-
git clone https://github.com/couchbaselabs/elasticsearch-transport-couchbase.git
cd elasticsearch-transport-couchbase
git checkout 2.es.ver
-
vim pom.xml
and 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