liuxiaocs7 opened a new issue, #507: URL: https://github.com/apache/incubator-hugegraph-toolchain/issues/507
### Bug Type (问题类型) others (please comment below) ### Before submit - [X] I had searched in the [issues](https://github.com/apache/hugegraph-toolchain/issues) and found no similar issues. ### Environment (环境信息) - Server Version: v1.x.x - Toolchain Version: master - Data Size: xx vertices, xx edges <!-- (like 1000W 点, 9000W 边) --> ### Expected & Actual behavior (期望与实际表现) ``` mvn clean package -DskipTests ``` result: ```bash [INFO] --- antrun:1.8:run (default) @ hubble-dist --- [WARNING] Parameter 'tasks' is deprecated: Use target instead [WARNING] Parameter tasks is deprecated, use target instead [INFO] Executing tasks main: [exec] ./dist.sh:行3: yarn:未找到命令 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for hugegraph-toolchain 1.0.0: [INFO] [INFO] hugegraph-toolchain ................................ SUCCESS [ 3.273 s] [INFO] hugegraph-client ................................... SUCCESS [ 8.548 s] [INFO] hugegraph-loader ................................... SUCCESS [01:09 min] [INFO] hugegraph-tools .................................... SUCCESS [ 13.376 s] [INFO] hugegraph-hubble ................................... SUCCESS [ 0.041 s] [INFO] hubble-be .......................................... SUCCESS [ 8.664 s] [INFO] hubble-dist ........................................ FAILURE [ 2.188 s] [INFO] hugegraph-dist ..................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:47 min [INFO] Finished at: 2023-08-06T23:47:24+08:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (default) on project hubble-dist: An Ant BuildException has occured: exec returned: 1 [ERROR] around Ant part ...<exec failonerror="true" dir="/home/user/Development/Code/IdeaProjects/incubator-hugegraph-toolchain/hugegraph-hubble/hubble-dist/.." executable="bash">... @ 18:155 in /home/user/Development/Code/IdeaProjects/incubator-hugegraph-toolchain/hugegraph-hubble/hubble-dist/target/antrun/build-main.xml [ERROR] -> [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 [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :hubble-dist ``` ### Vertex/Edge example (问题点 / 边数据举例) _No response_ ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构) _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
