Streaming offers an alternative way to transform data. During a streaming job, the Hadoop
Streaming API opens an I/O pipe to an external process. Data is then passed to
the process, which operates on the data it reads from the standard input and writes the
results out through the standard output, and back to the Streaming API job.