File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
'az' : 'us-west-2c' ,
31
31
'yes' : False ,
32
32
'ec2_key' : None ,
33
- 'emr_release' : 'emr-6.3 .0'
33
+ 'emr_release' : 'emr-6.5 .0'
34
34
}
35
35
36
36
pp = pprint .PrettyPrinter (indent = 2 )
@@ -238,13 +238,13 @@ def submit_datagen_job(name,
238
238
help = 'EC2 key name for SSH connection' )
239
239
parser .add_argument ('--platform-version' ,
240
240
default = defaults ['platform_version' ],
241
- help = 'The spark platform the JAR is compiled for formatted like {scala.compat.version}_spark{spark.compat.version}, e.g. 2.12_spark3.1 ' )
241
+ help = 'The spark platform the JAR is compiled for formatted like {scala.compat.version}_spark{spark.compat.version}, e.g. 2.12_spark3.2 ' )
242
242
parser .add_argument ('--version' ,
243
243
default = defaults ['version' ],
244
244
help = 'LDBC SNB Datagen library version' )
245
245
parser .add_argument ('--emr-release' ,
246
246
default = defaults ['emr_release' ],
247
- help = 'The EMR release to use. E.g. emr-6.3 .0' )
247
+ help = 'The EMR release to use. E.g. emr-6.5 .0' )
248
248
parser .add_argument ('-y' , '--yes' ,
249
249
default = defaults ['yes' ],
250
250
action = 'store_true' ,
You can’t perform that action at this time.
0 commit comments