简体   繁体   中英

can not compile cratedb correctly

i download the source of cratedb, but can not compile correctly,here is the 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 is not available
import org.elasticsearch.action.ActionListener;

it should be the elasticsearch package missing, how could i can do next?

thanks!

请按照https://github.com/crate/crate/blob/master/DEVELOP.rst上的说明进行操作-我认为您在克隆存储库时缺少--recursive ,并且那里的es子模块没有被拉出。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM