Hi, I am facing a weird problem. My python scripts were working just fine. I made few modifications.. tested via: cat input.txt | python mapper.py | sort | python reducer.py
runs just fine Ran on my local machine (pseudo-distributed mode) THat also runs just fine Deployed on clusters.. Now, it runs just fine but all the outputs are blank? Has anyone else also faced this issue?
