pyarrow.HadoopFileSystem.mkdir

HadoopFileSystem.mkdir(path, **kwargs)[source]

Create directory in HDFS

Parameters:path (string) – Directory path to create, including any parent directories

Notes

libhdfs does not support create_parents=False, so we ignore this here