Skip to content

Commit b990b87

Browse files
authored
update utils (#1029)
1 parent c6fabca commit b990b87

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

docs-2.0/20.appendix/6.eco-tool-version.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Nebula Exchange(简称Exchange)是一款Apache Spark™应用,用于
6060

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

6565
## Nebula Operator
6666

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

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

8989
## Nebula Flink Connector
9090

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

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

105105
## Nebula Console
106106

docs-2.0/nebula-exchange/about-exchange/ex-ug-limitations.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Nebula Exchange版本(即JAR包版本)和Nebula Graph的版本对应关系
99
|Exchange client版本|Nebula Graph版本|
1010
|:---|:---|
1111
|2.5-SNAPSHOT|v2-nightly|
12-
|{{exchange.release}}|{{nebula.release}}|
12+
|{{exchange.release}}|{{nebula.release}}、2.5.0|
13+
|2.5.0|2.5.0|
1314
|2.1.0|2.0.0、2.0.1|
1415
|2.0.1|2.0.0、2.0.1|
1516
|2.0.0|2.0.0、2.0.1|

docs-2.0/nebula-spark-connector.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Nebula Spark Connector {{sparkconnector.release}}版本特性如下:
3838

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

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

4343
## 获取Nebula Spark Connector
4444

mkdocs.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,17 @@ extra:
6262
base100: 1.0.0
6363
release: 2.0.0
6464
exchange:
65-
release: 2.5.0
66-
branch: v2.5
65+
release: 2.5.1
66+
branch: v2.5.1
6767
importer:
6868
release: 2.5.0
6969
branch: release-v2.0.0-ga
7070
algorithm:
71-
release: 2.5.0
72-
branch: v2.5
71+
release: 2.5.1
72+
branch: v2.5.1
7373
sparkconnector:
74-
release: 2.5.0
75-
branch: v2.5
74+
release: 2.5.1
75+
branch: v2.5.1
7676
flinkconnector:
7777
release: 2.5.0
7878
branch: v2.5

0 commit comments

Comments
 (0)