File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
executor : my-executor
32
32
environment :
33
33
PLATFORM_VERSION : 2.12_spark3.1
34
- DATAGEN_VERSION : 0.4.0-SNAPSHOT
34
+ DATAGEN_VERSION : 0.4.0
35
35
steps :
36
36
- checkout
37
37
- run : |
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ Run the script with:
77
77
78
78
` ` ` bash
79
79
export PLATFORM_VERSION=2.12_spark3.1
80
- export DATAGEN_VERSION=0.4.0-SNAPSHOT
80
+ export DATAGEN_VERSION=0.4.0
81
81
tools/run.py ./target/ldbc_snb_datagen_${PLATFORM_VERSION} -${DATAGEN_VERSION} .jar < runtime configuration arguments> -- < generator configuration arguments>
82
82
` ` `
83
83
@@ -105,7 +105,7 @@ Run the script with:
105
105
106
106
` ` ` bash
107
107
export PLATFORM_VERSION=2.11_spark2.4
108
- export DATAGEN_VERSION=0.4.0-SNAPSHOT
108
+ export DATAGEN_VERSION=0.4.0
109
109
110
110
tools/run.py ./target/ldbc_snb_datagen_${PLATFORM_VERSION} -${DATAGEN_VERSION} .jar < runtime configuration arguments> -- < generator configuration arguments>
111
111
` ` `
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >ldbc.snb.datagen</groupId >
8
8
<artifactId >ldbc_snb_datagen</artifactId >
9
- <version >0.4.0-SNAPSHOT </version >
9
+ <version >0.4.0</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<properties >
Original file line number Diff line number Diff line change 1
1
platform_version = "2.12_spark3.1"
2
- version = "0.4.0-SNAPSHOT "
2
+ version = "0.4.0"
3
3
main_class = 'ldbc.snb.datagen.spark.LdbcDatagen'
You can’t perform that action at this time.
0 commit comments