exchange2.0编译完client再编译而exchange报错

[INFO] PropertyType.STRING)
[INFO] ^
[ERROR] E:\Nebula Graph\nebula-spark-utils\nebula-exchange\src\main\scala\com\vesoft\nebula\exchange\utils\NebulaUtils.scala:49: error: not found: value PropertyType
[INFO] PropertyType.STRING)
[INFO] ^
[ERROR] E:\Nebula Graph\nebula-spark-utils\nebula-exchange\src\main\scala\com\vesoft\nebula\exchange\utils\NebulaUtils.scala:51: error: not found: value PropertyType
[INFO] PropertyType.STRING)
[INFO] ^
[ERROR] 30 errors found
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21.956 s
[INFO] Finished at: 2021-01-13T14:46:48+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.scala-tools:maven-scala-plugin:2.15.2:compile (scala-compile) on project nebula-exchange: wrap: org.apache.commons.exec.ExecuteException: Process exited with an error: 1(Exit value: 1) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

感谢你的反馈,exchange的pom里面需要修改下nebula-client的版本号,不是2.0.0-beta,需要改为2.0.0-rc1

1 个赞

仿佛是可以编译了,但是rc1向下兼容吗,因为现在装的是2.0 beta,

基本不会随意改接口,要改也是改内部的,暴露出去的一般不轻易改的