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 utils #1029

Merged
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions docs-2.0/20.appendix/6.eco-tool-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Nebula Exchange(简称Exchange)是一款Apache Spark™应用,用于

|Nebula Graph版本|[Exchange](https://github.com/vesoft-inc/nebula-spark-utils/tree/{{exchange.branch}}/nebula-exchange)版本(commit id)|
|:---|:---|
| {{ nebula.release }} | {{exchange.release}}(3c0f4c6) |
| {{ nebula.release }} | {{exchange.release}}(2c61ca5) |

## Nebula Operator

Expand All @@ -84,7 +84,7 @@ Nebula Spark Connector是一个Spark连接器,提供通过Spark标准形式读

|Nebula Graph版本|[Spark Connector](https://github.com/vesoft-inc/nebula-spark-utils/tree/{{sparkconnector.branch}}/nebula-spark-connector)版本(commit id)|
|:---|:---|
| {{ nebula.release }} | {{sparkconnector.release}}(3c0f4c6) |
| {{ nebula.release }} | {{sparkconnector.release}}(2c61ca5) |

## Nebula Flink Connector

Expand All @@ -100,7 +100,7 @@ Nebula Algorithm(简称Algorithm)是一款基于[GraphX](https://spark.apach

|Nebula Graph版本|[Algorithm](https://github.com/vesoft-inc/nebula-spark-utils/tree/{{algorithm.branch}}/nebula-algorithm)版本(commit id)|
|:---|:---|
| {{ nebula.release }} | {{algorithm.release}}(3c0f4c6) |
| {{ nebula.release }} | {{algorithm.release}}(2c61ca5) |

## Nebula Console

Expand Down
3 changes: 2 additions & 1 deletion docs-2.0/nebula-exchange/about-exchange/ex-ug-limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Nebula Exchange版本(即JAR包版本)和Nebula Graph的版本对应关系
|Exchange client版本|Nebula Graph版本|
|:---|:---|
|2.5-SNAPSHOT|v2-nightly|
|{{exchange.release}}|{{nebula.release}}|
|{{exchange.release}}|{{nebula.release}}、2.5.0|
|2.5.0|2.5.0|
|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|
Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/nebula-spark-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Nebula Spark Connector {{sparkconnector.release}}版本特性如下:

- 统一了SparkSQL的扩展数据源,统一采用DataSourceV2进行Nebula Graph数据扩展。

- 支持`insert``update`两种写入模式。`insert`模式会插入(覆盖)数据,`update`模式仅会更新已存在的数据。
- 支持`insert``update`和`delete`三种写入模式。`insert`模式会插入(覆盖)数据,`update`模式仅会更新已存在的数据,`delete`模式只删除数据

## 获取Nebula Spark Connector

Expand Down
12 changes: 6 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,17 @@ extra:
base100: 1.0.0
release: 2.0.0
exchange:
release: 2.5.0
branch: v2.5
release: 2.5.1
branch: v2.5.1
importer:
release: 2.5.0
branch: release-v2.0.0-ga
algorithm:
release: 2.5.0
branch: v2.5
release: 2.5.1
branch: v2.5.1
sparkconnector:
release: 2.5.0
branch: v2.5
release: 2.5.1
branch: v2.5.1
flinkconnector:
release: 2.5.0
branch: v2.5
Expand Down