File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
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
34
+ DATAGEN_VERSION : 0.5.0-SNAPSHOT
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
80
+ export DATAGEN_VERSION=0.5.0-SNAPSHOT
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
108
+ export DATAGEN_VERSION=0.5.0-SNAPSHOT
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 </version >
9
+ <version >0.5.0-SNAPSHOT </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 "
2
+ version = "0.5.0-SNAPSHOT "
3
3
main_class = 'ldbc.snb.datagen.spark.LdbcDatagen'
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ pip install -e .
43
43
44
44
``` bash
45
45
PLATFORM_VERSION=2.12_spark3.1
46
- VERSION=0.4 .0-SNAPHOT
46
+ VERSION=0.5 .0-SNAPSHOT
47
47
aws s3 cp target/ldbc_snb_datagen_${PLATFORM_VERSION} -${VERSION} -jar-with-dependencies.jar s3://${BUCKET_NAME} /jars/ldbc_snb_datagen_${PLATFORM_VERSION} -${VERSION} -jar-with-dependencies.jar
48
48
```
49
49
You can’t perform that action at this time.
0 commit comments