I am adding print statement in existing working R script for some debug purpose.
print("Hello")
and I am getting the Broken pipe exception while executing this code using Hadoop streaming. if i remove this print again it works , sounds strange to me !! while editing Rscript i am using vi via window gitbash. Could you please suggest the solution.