This is an automated email from the ASF dual-hosted git repository. jin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
commit 4d8a799df91ee9b2ba79f0f00687422d17316287 Author: imbajin <[email protected]> AuthorDate: Wed May 25 21:59:52 2022 +0800 Update hugegraph-server.md --- quickstart/hugegraph-server.md | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/quickstart/hugegraph-server.md b/quickstart/hugegraph-server.md index 97d369b4..1240bfbe 100644 --- a/quickstart/hugegraph-server.md +++ b/quickstart/hugegraph-server.md @@ -86,25 +86,22 @@ mvn package -DskipTests [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for hugegraph 0.13.0: [INFO] -[INFO] hugegraph .......................................... SUCCESS [09:51 min] -[INFO] hugegraph-core ..................................... SUCCESS [34:12 min] -[INFO] hugegraph-api ...................................... SUCCESS [04:02 min] -[INFO] hugegraph-cassandra ................................ SUCCESS [05:27 min] -[INFO] hugegraph-scylladb ................................. SUCCESS [ 0.355 s] -[INFO] hugegraph-rocksdb .................................. SUCCESS [17:40 min] -[INFO] hugegraph-mysql .................................... SUCCESS [ 21.114 s] -[INFO] hugegraph-palo ..................................... SUCCESS [ 0.397 s] -[INFO] hugegraph-hbase .................................... SUCCESS [24:55 min] -[INFO] hugegraph-postgresql ............................... SUCCESS [01:02 min] -[INFO] hugegraph-dist ..................................... SUCCESS [02:01 min] -[INFO] hugegraph-example .................................. SUCCESS [ 0.504 s] -[INFO] hugegraph-test ..................................... SUCCESS [ 50.490 s] +[INFO] hugegraph .......................................... SUCCESS [ 0.003 s] +[INFO] hugegraph-core ..................................... SUCCESS [ 15.335 s] +[INFO] hugegraph-api ...................................... SUCCESS [ 0.829 s] +[INFO] hugegraph-cassandra ................................ SUCCESS [ 1.095 s] +[INFO] hugegraph-scylladb ................................. SUCCESS [ 0.313 s] +[INFO] hugegraph-rocksdb .................................. SUCCESS [ 0.506 s] +[INFO] hugegraph-mysql .................................... SUCCESS [ 0.412 s] +[INFO] hugegraph-palo ..................................... SUCCESS [ 0.359 s] +[INFO] hugegraph-hbase .................................... SUCCESS [ 1:55 min] +[INFO] hugegraph-postgresql ............................... SUCCESS [ 1:02 min] +[INFO] hugegraph-dist ..................................... SUCCESS [ 7.470 s] +[INFO] hugegraph-example .................................. SUCCESS [ 0.403 s] +[INFO] hugegraph-test ..................................... SUCCESS [ 1.509 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ -[INFO] Total time: 01:40 h -[INFO] Finished at: 2022-05-16T11:40:23+08:00 -[INFO] ------------------------------------------------------------------------ ...... ``` @@ -316,7 +313,6 @@ jdbc.url=jdbc:mysql://192.168.1.241:9030 jdbc.username=root jdbc.password= - # palo backend config palo.host=192.168.1.241 palo.http_port=8030
