Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ex-ug-what-is-exchange.md #2303

Merged
merged 1 commit into from
Nov 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 23 additions & 10 deletions docs-2.0/nebula-exchange/about-exchange/ex-ug-what-is-exchange.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,29 @@ Exchange 具有以下优点:

## 版本兼容性

NebulaGraph Exchange 版本(即 JAR 包版本)和 NebulaGraph 内核的版本对应关系如下。

|NebulaGraph 版本|Exchange client 版本|
|:---|:---|
|nightly |3.0-SNAPSHOT|
|3.0.0 ~ 3.3.0 |3.3.0 |
|3.0.0 ~ 3.2.x |3.0.0 |
|2.6.x |2.6.x |
|2.5.x |2.5.x |
|2.0.0、2.0.1|2.1.0、2.0.1、2.0.0|
NebulaGraph Exchange 版本(即 JAR 包版本)、NebulaGraph 内核版本和 Spark 版本对应关系如下。

| Exchange 版本 | NebulaGraph 版本 | Spark 版本 |
|:----------|:-----------|:-------|
|nebula-exchange_spark_3.0-3.0-SNAPSHOT.jar| nightly |3.3.x、3.2.x、3.1.x、3.0.x |
|nebula-exchange_spark_2.4-3.0-SNAPSHOT.jar| nightly |2.4.x |
|nebula-exchange_spark_2.2-3.0-SNAPSHOT.jar| nightly |2.2.x |
|nebula-exchange_spark_3.0-3.3.0.jar | 3.x.x |3.3.x、3.2.x、3.1.x、3.0.x|
|nebula-exchange_spark_2.4-3.3.0.jar | 3.x.x |2.4.x |
|nebula-exchange_spark_2.2-3.3.0.jar | 3.x.x |2.2.x |
|nebula-exchange_spark_3.0-3.0.0.jar | 3.x.x |3.3.x、3.2.x、3.1.x、3.0.x|
|nebula-exchange_spark_2.4-3.0.0.jar | 3.x.x |2.4.x |
|nebula-exchange_spark_2.2-3.0.0.jar | 3.x.x |2.2.x |
|nebula-exchange-2.6.3.jar | 2.6.1、2.6.0 |2.4.x |
|nebula-exchange-2.6.2.jar | 2.6.1、2.6.0 |2.4.x |
|nebula-exchange-2.6.1.jar | 2.6.1、2.6.0 |2.4.x |
|nebula-exchange-2.6.0.jar | 2.6.1、2.6.0 |2.4.x |
|nebula-exchange-2.5.2.jar | 2.5.1、2.5.0 |2.4.x |
|nebula-exchange-2.5.1.jar | 2.5.1、2.5.0 |2.4.x |
|nebula-exchange-2.5.0.jar | 2.5.1、2.5.0 |2.4.x |
|nebula-exchange-2.1.0.jar | 2.0.1、2.0.0 |2.4.x |
|nebula-exchange-2.0.1.jar | 2.0.1、2.0.0 |2.4.x |
|nebula-exchange-2.0.0.jar | 2.0.1、2.0.0 |2.4.x |

JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md)或者从 maven 仓库下载。

Expand Down