Giter Club home page Giter Club logo

Comments (5)

lloydzhou avatar lloydzhou commented on July 20, 2024

i think that, if you can add some log for this framework....
so we can debug it...

from bashreduce.

cscetbon avatar cscetbon commented on July 20, 2024

did you find where the problem was ? I got the same issue ...

from bashreduce.

hardway avatar hardway commented on July 20, 2024

Empty result with ubuntu 14.04 too.

I believe it's a netcat issue, which exit too soon on network input EOF
Related bug: https://bugs.launchpad.net/ubuntu/+source/netcat-openbsd/+bug/544935

A dirty workaround:
Add -q -1 for 1st and 3rd nc command
So it will keep forwarding data until pipe on the other end was broken

1st: the one listening on remote node:8193 to receive work data; 
2nd: listening on remote node:8192 to send back processed data
3rd: retrieving processed data from remote node:8192
4th: sending work data to remote node:8193

from bashreduce.

dakusui avatar dakusui commented on July 20, 2024

I have hit the same issue and fixed it by doing

sudo apt-get remove netcat-openbsd

and then

sudo apt-get install netcat-traditional

from bashreduce.

cristina-abad avatar cristina-abad commented on July 20, 2024

None of the proposed suggestions worked for me (CentOS). However, I found that nc6 works like a charm. After downloading and installing, you should change the br script to use nc6 instead of nc.

Link to nc6 source: https://web.archive.org/web/20070813000522/http://ftp.deepspace6.net/pub/ds6/sources/nc6/nc6-1.0.tar.gz

from bashreduce.

Related Issues (7)

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.