Commit 0722723 1 parent 8a3ca95 commit 0722723 Copy full SHA for 0722723
File tree 5 files changed +10
-8
lines changed
5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ nebula-algorithm 是一款基于 [GraphX](https://spark.apache.org/graphx/) 的
32
32
$ cd nebula-algorithm
33
33
$ mvn clean package -Dgpg.skip -Dmaven.javadoc.skip=true -Dmaven.test.skip=true
34
34
```
35
- 编译完成后,在 `nebula-algorithm/target` 目录下会生成 `nebula-algorithm-3.0-SNAPSHOT .jar` 。
35
+ 编译完成后,在 `nebula-algorithm/target` 目录下会生成 `nebula-algorithm-3.0.0 .jar` 。
36
36
37
37
2. 在 Maven 远程仓库下载
38
38
https://repo1.maven.org/maven2/com/vesoft/nebula-algorithm/
@@ -48,7 +48,7 @@ nebula-algorithm 是一款基于 [GraphX](https://spark.apache.org/graphx/) 的
48
48
* 提交算法任务
49
49
50
50
```
51
- ${SPARK_HOME}/bin/spark-submit --master <mode> --class com.vesoft.nebula.algorithm.Main nebula-algorithm-3.0-SNAPSHOT .jar -p application.conf
51
+ ${SPARK_HOME}/bin/spark-submit --master <mode> --class com.vesoft.nebula.algorithm.Main nebula-algorithm-3.0.0 .jar -p application.conf
52
52
```
53
53
* 使用限制
54
54
@@ -112,6 +112,7 @@ nebula-algorithm 是一款基于 [GraphX](https://spark.apache.org/graphx/) 的
112
112
| 2.5.0 | 2.5.0, 2.5.1 |
113
113
| 2.6.0 | 2.6.0, 2.6.1 |
114
114
| 2.6.2 | 2.6.0, 2.6.1 |
115
+ | 3.0.0 | 3.0.0 |
115
116
| 3.0-SNAPSHOT | nightly |
116
117
117
118
## 贡献
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ You could submit the entire spark application or invoke algorithms in `lib` libr
37
37
$ cd nebula-algorithm
38
38
$ mvn clean package -Dgpg.skip -Dmaven.javadoc.skip=true -Dmaven.test.skip=true
39
39
```
40
- After the above buiding process, the target file `nebula-algorithm-3.0-SNAPSHOT .jar` will be placed under `nebula-algorithm/target`.
40
+ After the above buiding process, the target file `nebula-algorithm-3.0.0 .jar` will be placed under `nebula-algorithm/target`.
41
41
42
42
2. Download from Maven repo
43
43
@@ -56,7 +56,7 @@ You could submit the entire spark application or invoke algorithms in `lib` libr
56
56
* Submit Spark Application
57
57
58
58
```
59
- ${SPARK_HOME}/bin/spark-submit --master <mode> --class com.vesoft.nebula.algorithm.Main nebula-algorithm-3.0—SNAPSHOT .jar -p application.conf
59
+ ${SPARK_HOME}/bin/spark-submit --master <mode> --class com.vesoft.nebula.algorithm.Main nebula-algorithm-3.0.0 .jar -p application.conf
60
60
```
61
61
62
62
* Limitation
@@ -121,6 +121,7 @@ You could submit the entire spark application or invoke algorithms in `lib` libr
121
121
| 2.5.0 | 2.5.0, 2.5.1 |
122
122
| 2.6.0 | 2.6.0, 2.6.1 |
123
123
| 2.6.1 | 2.6.0, 2.6.1 |
124
+ | 3.0.0 | 3.0.0 |
124
125
| 3.0-SNAPSHOT | nightly |
125
126
126
127
## Contribute
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >algorithm</artifactId >
7
7
<groupId >com.vesoft</groupId >
8
- <version >3.0-SNAPSHOT </version >
8
+ <version >3.0.0 </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >algorithm</artifactId >
8
8
<groupId >com.vesoft</groupId >
9
- <version >3.0-SNAPSHOT </version >
9
+ <version >3.0.0 </version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
<modelVersion >4.0.0</modelVersion >
15
15
16
16
<properties >
17
17
<spark .version>2.4.4</spark .version>
18
- <nebula .version>3.0-SNAPSHOT </nebula .version>
18
+ <nebula .version>3.0.0 </nebula .version>
19
19
<config .version>1.4.0</config .version>
20
20
<scopt .version>3.7.1</scopt .version>
21
21
<scalatest .version>3.2.0</scalatest .version>
Original file line number Diff line number Diff line change 7
7
<groupId >com.vesoft</groupId >
8
8
<artifactId >algorithm</artifactId >
9
9
<packaging >pom</packaging >
10
- <version >3.0-SNAPSHOT </version >
10
+ <version >3.0.0 </version >
11
11
12
12
<properties >
13
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments