MCPcopy Create free account
hub / github.com/apache/impala / make_dir

Method make_dir

tests/util/adls_util.py:44–46  ·  view source on GitHub ↗
(self, path, permission=None)

Source from the content-addressed store, hash-verified

42 return True
43
44 def make_dir(self, path, permission=None):
45 self.adlsclient.mkdir(path)
46 return True
47
48 def copy(self, src, dst, overwrite=True):
49 self.adls_cli_client.copy(src, dst, overwrite)

Callers 15

test_load_permissionsMethod · 0.45
_create_test_tableMethod · 0.45
test_loadMethod · 0.45
test_sfsMethod · 0.45
_do_testMethod · 0.45
setup_methodMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_load_permissionsMethod · 0.36
_create_test_tableMethod · 0.36
test_loadMethod · 0.36
test_sfsMethod · 0.36
_do_testMethod · 0.36
setup_methodMethod · 0.36