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

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -