{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Word count with PySpark\n", "\n", "#### Topics covered in this example\n", "* Write a file to HDFS, read the file and perform word count on the data." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "***\n", "\n", "## Prerequisites\n", "