Commit b990b87 1 parent c6fabca commit b990b87 Copy full SHA for b990b87
File tree 4 files changed +12
-11
lines changed
nebula-exchange/about-exchange
4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Nebula Exchange(简称Exchange)是一款Apache Spark™应用,用于
60
60
61
61
| Nebula Graph版本| [ Exchange] ( https://github.com/vesoft-inc/nebula-spark-utils/tree/{{exchange.branch}}/nebula-exchange ) 版本(commit id)|
62
62
| :---| :---|
63
- | {{ nebula.release }} | {{exchange.release}}(3c0f4c6 ) |
63
+ | {{ nebula.release }} | {{exchange.release}}(2c61ca5 ) |
64
64
65
65
## Nebula Operator
66
66
@@ -84,7 +84,7 @@ Nebula Spark Connector是一个Spark连接器,提供通过Spark标准形式读
84
84
85
85
| Nebula Graph版本| [ Spark Connector] ( https://github.com/vesoft-inc/nebula-spark-utils/tree/{{sparkconnector.branch}}/nebula-spark-connector ) 版本(commit id)|
86
86
| :---| :---|
87
- | {{ nebula.release }} | {{sparkconnector.release}}(3c0f4c6 ) |
87
+ | {{ nebula.release }} | {{sparkconnector.release}}(2c61ca5 ) |
88
88
89
89
## Nebula Flink Connector
90
90
@@ -100,7 +100,7 @@ Nebula Algorithm(简称Algorithm)是一款基于[GraphX](https://spark.apach
100
100
101
101
| Nebula Graph版本| [ Algorithm] ( https://github.com/vesoft-inc/nebula-spark-utils/tree/{{algorithm.branch}}/nebula-algorithm ) 版本(commit id)|
102
102
| :---| :---|
103
- | {{ nebula.release }} | {{algorithm.release}}(3c0f4c6 ) |
103
+ | {{ nebula.release }} | {{algorithm.release}}(2c61ca5 ) |
104
104
105
105
## Nebula Console
106
106
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ Nebula Exchange版本(即JAR包版本)和Nebula Graph的版本对应关系
9
9
| Exchange client版本| Nebula Graph版本|
10
10
| :---| :---|
11
11
| 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|
13
14
| 2.1.0| 2.0.0、2.0.1|
14
15
| 2.0.1| 2.0.0、2.0.1|
15
16
| 2.0.0| 2.0.0、2.0.1|
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Nebula Spark Connector {{sparkconnector.release}}版本特性如下:
38
38
39
39
- 统一了SparkSQL的扩展数据源,统一采用DataSourceV2进行Nebula Graph数据扩展。
40
40
41
- - 支持` insert ` 和 ` update ` 两种写入模式 。` insert ` 模式会插入(覆盖)数据,` update ` 模式仅会更新已存在的数据。
41
+ - 支持` insert ` 、 ` update ` 和 ` delete ` 三种写入模式 。` insert ` 模式会插入(覆盖)数据,` update ` 模式仅会更新已存在的数据, ` delete ` 模式只删除数据 。
42
42
43
43
## 获取Nebula Spark Connector
44
44
Original file line number Diff line number Diff line change @@ -62,17 +62,17 @@ extra:
62
62
base100 : 1.0.0
63
63
release : 2.0.0
64
64
exchange :
65
- release : 2.5.0
66
- branch : v2.5
65
+ release : 2.5.1
66
+ branch : v2.5.1
67
67
importer :
68
68
release : 2.5.0
69
69
branch : release-v2.0.0-ga
70
70
algorithm :
71
- release : 2.5.0
72
- branch : v2.5
71
+ release : 2.5.1
72
+ branch : v2.5.1
73
73
sparkconnector :
74
- release : 2.5.0
75
- branch : v2.5
74
+ release : 2.5.1
75
+ branch : v2.5.1
76
76
flinkconnector :
77
77
release : 2.5.0
78
78
branch : v2.5
You can’t perform that action at this time.
0 commit comments