Skip to content

Commit a5f7634

Browse files
committed
Fixed command to run the mrjob s3 log parser.
1 parent 210a04e commit a5f7634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapreduce/mapreduce-python.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
},
233233
"outputs": [],
234234
"source": [
235-
"!python mr-mr_s3_log_parser.py -r emr s3://bucket-source/ --output-dir=s3://bucket-dest/"
235+
"!python mr_s3_log_parser.py -r emr s3://bucket-source/ --output-dir=s3://bucket-dest/"
236236
]
237237
},
238238
{

0 commit comments

Comments
 (0)