Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: How to use 'poor man's dfs'? #9

Open
dakusui opened this issue Feb 27, 2015 · 0 comments
Open

Question: How to use 'poor man's dfs'? #9

dakusui opened this issue Feb 27, 2015 · 0 comments

Comments

@dakusui
Copy link

dakusui commented Feb 27, 2015

In README, it is said that we can use bashreduce as a poorman's dfs by doing

br -r "cat > /tmp/myfile" < input

I think I can see a file 'input' will be distributed among the hosts with the file name /tmp/myfile.
But how can we read the file?

br -r "cat /tmp/myfile"

would give us a broken file since those distributed chunks do not have information about in what order the original file was written.
Or it is assumed that input is a file whose lines have numbers in order?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant