Skip to content

Commit

Permalink
minor fix for lab2 4h
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcheung committed Jun 15, 2015
1 parent 65806e6 commit b17700a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lab2_apache_log_student.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"version 1.0.0\n",
"version 1.0.1\n",
"#![Spark Logo](http://spark-mooc.github.io/web-assets/images/ta_Spark-logo-small.png) + ![Python Logo](http://spark-mooc.github.io/web-assets/images/python-logo-master-v3-TM-flattened_small.png)\n",
"# **Web Server Log Analysis with Apache Spark**\n",
" \n",
Expand Down Expand Up @@ -1057,7 +1057,7 @@
"metadata": {},
"source": [
"#### **(4h) Exercise: Hourly 404 Response Codes**\n",
"####Using the RDD `badRecords` you cached in the part (4a) and by hour of the day and in decreasing order, create an RDD containing how many requests had a 404 return code for each hour of the day. Cache the resulting RDD hourRecordsSorted and print that as a list."
"####Using the RDD `badRecords` you cached in the part (4a) and by hour of the day and in increasing order, create an RDD containing how many requests had a 404 return code for each hour of the day (midnight starts at 0). Cache the resulting RDD hourRecordsSorted and print that as a list."
]
},
{
Expand Down

0 comments on commit b17700a

Please sign in to comment.