Skip to content

Commit 2eefb3a

Browse files
committed
Small update in the EMR tutorial
1 parent 3c3ca64 commit 2eefb3a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tutorials/16 - EMR & Docker.ipynb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,7 @@
225225
"\n",
226226
"step = wr.emr.build_spark_step(f\"s3://{bucket}/emr/test_docker.py\", docker_image=DOCKER_IMAGE)\n",
227227
"\n",
228-
"steps_ids = wr.emr.submit_steps(\n",
229-
" cluster_id=cluster_id,\n",
230-
" steps=[step]\n",
231-
")"
228+
"steps_ids = wr.emr.submit_steps(cluster_id, steps=[step])"
232229
]
233230
},
234231
{

0 commit comments

Comments
 (0)