Sign inSign up

luisbelloch/beam

By luisbelloch

•Updated over 8 years ago

Apache Beam using Python SDK, based on debian:jessie-slim

Image
0

492

luisbelloch/beam repository overview

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

Tag summary

Content type

Image

Digest

Size

126.3 MB

Last updated

over 8 years ago

docker pull luisbelloch/beam