From 3a50ef399613e1bec43e30158a1f362a390b6cba Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Mon, 1 Nov 2021 11:19:56 +0800 Subject: [PATCH] update exchange 2.6.0 --- docs-2.0/20.appendix/6.eco-tool-version.md | 2 +- .../nebula-exchange/about-exchange/ex-ug-limitations.md | 7 ++++--- .../nebula-exchange/use-exchange/ex-ug-import-from-sst.md | 4 ++-- mkdocs.yml | 4 ++-- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/docs-2.0/20.appendix/6.eco-tool-version.md b/docs-2.0/20.appendix/6.eco-tool-version.md index 5c9d617badf..8cb3a24d6aa 100644 --- a/docs-2.0/20.appendix/6.eco-tool-version.md +++ b/docs-2.0/20.appendix/6.eco-tool-version.md @@ -60,7 +60,7 @@ Nebula Exchange(简称Exchange)是一款Apache Spark™应用,用于 |Nebula Graph版本|Exchange版本(commit id)| |:---|:---| -| {{ nebula.release }} | {{exchange.release}}(2c61ca5) | +| {{ nebula.release }} | {{exchange.release}}(cb83202) | ## Nebula Operator diff --git a/docs-2.0/nebula-exchange/about-exchange/ex-ug-limitations.md b/docs-2.0/nebula-exchange/about-exchange/ex-ug-limitations.md index 02e7be8e1e8..b7b5363a1f5 100644 --- a/docs-2.0/nebula-exchange/about-exchange/ex-ug-limitations.md +++ b/docs-2.0/nebula-exchange/about-exchange/ex-ug-limitations.md @@ -8,9 +8,10 @@ Nebula Exchange版本(即JAR包版本)和Nebula Graph的版本对应关系 |Exchange client版本|Nebula Graph版本| |:---|:---| -|2.5-SNAPSHOT|v2-nightly| -|{{exchange.release}}|{{nebula.release}}、2.5.0| -|2.5.0|2.5.0| +|2.5-SNAPSHOT|nightly| +|{{exchange.release}}|{{nebula.release}}| +|2.5.1|2.5.0、2.5.1| +|2.5.0|2.5.0、2.5.1| |2.1.0|2.0.0、2.0.1| |2.0.1|2.0.0、2.0.1| |2.0.0|2.0.0、2.0.1| diff --git a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-sst.md b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-sst.md index 7f6343fc757..9ebf56862c9 100644 --- a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-sst.md +++ b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-sst.md @@ -441,7 +441,7 @@ SST文件是一个内部包含了任意长度的有序键值对集合的文件 运行如下命令将CSV源文件生成为SST文件。关于参数的说明,请参见[命令参数](../parameter-reference/ex-ug-para-import-command.md)。 ```bash -${SPARK_HOME}/bin/spark-submit --master "local" --class com.vesoft.nebula.exchange.Exchange -c +${SPARK_HOME}/bin/spark-submit --master "local" --conf spark.sql.shuffle.partition= --class com.vesoft.nebula.exchange.Exchange -c ``` !!! note @@ -451,7 +451,7 @@ ${SPARK_HOME}/bin/spark-submit --master "local" --class com.vesoft.nebula.exchan 示例: ```bash -${SPARK_HOME}/bin/spark-submit --master "local" --class com.vesoft.nebula.exchange.Exchange /root/nebula-exchange/nebula-exchange/target/nebula-exchange-{{exchange.release}}.jar -c /root/nebula-exchange/nebula-exchange/target/classes/sst_application.conf +${SPARK_HOME}/bin/spark-submit --master "local" --conf spark.sql.shuffle.partition=200 --class com.vesoft.nebula.exchange.Exchange /root/nebula-exchange/nebula-exchange/target/nebula-exchange-{{exchange.release}}.jar -c /root/nebula-exchange/nebula-exchange/target/classes/sst_application.conf ``` 任务执行完成后,可以在HDFS上的`/sst`目录(`nebula.path.remote`参数指定)内查看到生成的SST文件。 diff --git a/mkdocs.yml b/mkdocs.yml index 3ede0732a12..1a2d38822d5 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -63,8 +63,8 @@ extra: base100: 1.0.0 release: 2.0.0 exchange: - release: 2.5.1 - branch: v2.5 + release: 2.6.0 + branch: v2.6.0 importer: release: 2.6.0 branch: v2.6.0