Accessing stream output from hdfs of MRjob
As long as you have a path that contains hdfs:/ you will not succeed as that is never going to be valid. In the comments you mentioned that you tried to add hdfs:// manually, which may be a nice hack, but in your code I don’t see you ‘clean up’ the wrong hdfs:/. So even … Read more