MCPcopy Create free account
hub / github.com/baidu/tera / get_doc

Function get_doc

example/docker/hdfs_setup.py:39–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 return prop
38
39def get_doc():
40 doc = Document()
41 site = doc.createElement('configuration')
42 doc.appendChild(site)
43 return doc, site
44
45def write_core_site_xml(args):
46 doc, coresite = get_doc()

Callers 3

write_core_site_xmlFunction · 0.85
write_hdfs_site_xmlFunction · 0.85
write_mapred_site_xmlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected