Skip to content

Commit bb73023

Browse files
authored
Fix EMR Serverless Notbook example typo (#35)
1 parent 58ae326 commit bb73023

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

examples/Getting-started-emr-serverless.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"id": "b2165194",
8585
"metadata": {},
8686
"source": [
87-
"Let's start a Spark session:"
87+
"Start a Spark session:"
8888
]
8989
},
9090
{
@@ -104,7 +104,7 @@
104104
"id": "1ea0659c",
105105
"metadata": {},
106106
"source": [
107-
"Let's run the `%%info` magic command which shows the Spark configuration for the current session as well as provides links to navigate to the live Spark UI for the session:"
107+
"Run the `%%info` magic command which shows the Spark configuration for the current session as well as provides links to navigate to the live Spark UI for the session:"
108108
]
109109
},
110110
{

examples/iceberg-emr-serverless.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"creation_date string,\n",
107107
"last_update_time string)\n",
108108
"USING iceberg\n",
109-
"location 's3://my_bucket/aws_workshop/iceberg_table'\"\"\")\n",
109+
"location \"\"\" + \"\\\"s3://my_bucket/aws_workshop/iceberg_table\\\"\")\n",
110110
"\n",
111111
"data.writeTo(\"glue_catalog.default.iceberg_table\").append()"
112112
]

examples/word-count-emr-serverless.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@
192192
],
193193
"metadata": {
194194
"kernelspec": {
195-
"display_name": "Athena PySpark",
195+
"display_name": "PySpark",
196196
"language": "python",
197-
"name": "kepler_python_kernel"
197+
"name": "spark_magic_pyspark"
198198
},
199199
"language_info": {
200200
"codemirror_mode": {
@@ -203,7 +203,7 @@
203203
},
204204
"file_extension": ".py",
205205
"mimetype": "text/x-python",
206-
"name": "Python_Session",
206+
"name": "pyspark",
207207
"pygments_lexer": "python3"
208208
}
209209
},

0 commit comments

Comments
 (0)