can not compile cratedb correctly -
i download source of cratedb, can not compile correctly,here detail: jdk:1.8
/workspace/crate$ ./gradlew compilejava
:compilejava up-to-date :es:es-core:compilejava up-to-date :es:es-core:processresources up-to-date :es:es-core:classes up-to-date :es:es-core:jar up-to-date :core:compilejava /workspace/crate/core/src/main/java/io/crate/action/futureactionlistener.java:26: error: package org.elasticsearch.action not available import org.elasticsearch.action.actionlistener;
it should elasticsearch package missing, how can next?
thanks!
please follow instructions on https://github.com/crate/crate/blob/master/develop.rst - think missing --recursive
when cloning repository , there es submodule wasn't pulled it.
Comments
Post a Comment