Closed
Description
#845 patched HadoopRunner._mkdir_on_hdfs()
to use -p
on Hadoop 2.0+, but we didn't patch HadoopFilesystem.mkdir()
, so it's probably still broken on newer versions of Hadoop.
Honestly, I'm not entirely sure why _mkdir_on_hdfs()
exists; we should just be using self.fs.mkdir()
.