/HadoopWithPython

Playing around with Hadoop via Pythn

Primary LanguagePythonMIT LicenseMIT

Hadoop with Python

Repository for Hadoop with Python including example source code.

This project started life here

Docker

We are going to build a single node Hadoop cluster for testing. So, to skip all the boring installation stuff, let's just grab a Hadoop Docker image:

https://hub.docker.com/search?q=hadoop%20&type=image

Running Hadoop on a Single Node Cluster

From Michael Noll