Skip to content

Commit 6503367

Browse files
authored
fix: Enable spark processing container in KIX (#3949)
1 parent 74cacd5 commit 6503367

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/sagemaker/image_uri_config/spark.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@
8888
"eu-south-1": "753923664805",
8989
"af-south-1": "309385258863",
9090
"us-gov-west-1": "271483468897",
91-
"ap-southeast-3": "732049463269"
91+
"ap-southeast-3": "732049463269",
92+
"ap-northeast-3": "102471314380"
9293
},
9394
"repository": "sagemaker-spark-processing"
9495
},
@@ -118,7 +119,8 @@
118119
"eu-south-1": "753923664805",
119120
"af-south-1": "309385258863",
120121
"us-gov-west-1": "271483468897",
121-
"ap-southeast-3": "732049463269"
122+
"ap-southeast-3": "732049463269",
123+
"ap-northeast-3": "102471314380"
122124
},
123125
"repository": "sagemaker-spark-processing"
124126
},
@@ -148,7 +150,8 @@
148150
"eu-south-1": "753923664805",
149151
"af-south-1": "309385258863",
150152
"us-gov-west-1": "271483468897",
151-
"ap-southeast-3": "732049463269"
153+
"ap-southeast-3": "732049463269",
154+
"ap-northeast-3": "102471314380"
152155
},
153156
"repository": "sagemaker-spark-processing"
154157
}

0 commit comments

Comments
 (0)