From 1e27af546053ed5a7fc16d7d6f22de56cbe3b7d7 Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Mon, 1 Nov 2021 11:23:38 +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, 8 insertions(+), 9 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 6260aef79b5..b8d33b6c3cc 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 for short) is an Apache Spark&trade application for ba |Nebula Graph version|Exchange version (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 28d2d651fb9..f888c5c6c33 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,10 +8,9 @@ The correspondence between the Nebula Exchange release (the JAR version) and the |Exchange client|Nebula Graph| |:---|:---| -|2.5-SNAPSHOT|v2-nightly| -|{{exchange.release}}|2.6.0| -|2.5.1|2.5.0, 2.5.1| - +|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| 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 7e090e792a2..6a8d9f99c4b 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 @@ -442,7 +442,7 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf` Run the following command to generate the SST file from the CSV source file. For a description of the parameters, see [Options for import](../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 @@ -452,7 +452,7 @@ ${SPARK_HOME}/bin/spark-submit --master "local" --class com.vesoft.nebula.exchan For example: ```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 ``` After the task is complete, you can view the generated SST file in the `/sst` directory (specified by the `nebula.path.remote` parameter) on HDFS. diff --git a/mkdocs.yml b/mkdocs.yml index 30cc73faa7a..ddb4f579605 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