You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
In README, it is said that we can use bashreduce as a poorman's dfs by doing
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?
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?The text was updated successfully, but these errors were encountered: