Skip to content

Commit 3ecf7ef

Browse files
author
AWS
committed
EMR Serverless Update: Increasing entryPoint in SparkSubmit to accept longer script paths. New limit is 4kb.
1 parent 9a31343 commit 3ecf7ef

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "EMR Serverless",
4+
"contributor": "",
5+
"description": "Increasing entryPoint in SparkSubmit to accept longer script paths. New limit is 4kb."
6+
}

services/emrserverless/src/main/resources/codegen-resources/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@
822822
},
823823
"EntryPointPath":{
824824
"type":"string",
825-
"max":256,
825+
"max":4096,
826826
"min":1,
827827
"pattern":".*\\S.*",
828828
"sensitive":true

0 commit comments

Comments
 (0)