Changeset [f7bdd7b7fd98a33419f4fc5630b4464342f807f6] by Shayan Pooya
June 6th, 2014 @ 08:28 AM
ddfs chunk: support reading from stdin.
Ddfs chunk can now read from stdin. For example:
cat chekhov.txt | ddfs chunk chekhov -
Will be the same as:
ddfs chunk chekhov ./chekhov.txt
https://github.com/discoproject/disco/commit/f7bdd7b7fd98a33419f4fc...
Committed by Shayan Pooya
- M lib/disco/ddfs.py
- M lib/disco/worker/task_io.py
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Disco is an open-source implementation of the Map-Reduce framework for distributed computing. As the original framework, Disco supports parallel computations over large data sets on unreliable cluster of computers.