Apache Beam using Python SDK, based on debian:jessie-slim
492
https://github.com/luisbelloch/data_processing_course/tree/master/infra/beam
A simple word count sample can be run as:
$ docker run luisbelloch/beam:python2 python -m apache_beam.examples.wordcount \
--input /etc/hosts \
--output /tmp/output.txt
We've included an script that will mount current folder as volume in /data:
$ ./beam -m apache_beam.examples.wordcount --input /etc/hosts --output /data/wordcount.txt
Content type
Image
Digest
Size
126.3 MB
Last updated
over 8 years ago
docker pull luisbelloch/beam