Giter Club home page Giter Club logo

bashreduce's Issues

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

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?

Redhat/CentOS

Any luck with the redhat system? I tried removing the -q0 from nc and that took me a little further.

However, there seem to be other problems with the ssh'ing.

get none results

i have run this command to test it:

br < Makefile

and get nothing...
20130616172222

better documentation on how to specify hosts

I don't get how I should define the hosts in my configuration file.

I have access to the following hosts:

  • gioby@localhost
  • gdallolio@server1
  • gioby@server2

I have tried to run bashreduce with the following command line:
$: br -m "gioby@localhost gdallolio@server1" -r 'head' < bigfile.txt
but it asks me the password to connect to localhost.

Could you improve the documentation on how to specifiy hosts, with different usernames?

Mac OS X Support

(I'm working on this one โ€” if I find something I'll send a pull request. Consider this as much a development log as a feature request!)

Apple's version of nc doesn't support -q, though -w seems to do something similar. Even with the change, it results in the rather mystifying behavior of reading the input and producing no output, and I have no idea why.

(This is of course after installing pv from Homebrew; one could easily alias pv=cat if one was so inclined!)

README unclear

Hi there,

I just started reading the README and was wondering about the first table (comparsing sort to br). What is the difference between the second and third row? It looks the same to me.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.