java.io.IOException: Broken pipe on increasing number of mappers/reducers, a lot java.io.IOException: Broken pipe on increasing number of mappers/reducers, a lot hadoop hadoop

java.io.IOException: Broken pipe on increasing number of mappers/reducers, a lot


I ran into something similar and realized that I didn't have the exact version of python installed into one of my data nodes. I had

#!/usr/bin/env python

which I changed to

#!/usr/bin/env python2.7