HadoopFileSystem.
mkdir
Create directory in HDFS.
path (str) – Directory path to create, including any parent directories.
Notes
libhdfs does not support create_parents=False, so we ignore this here