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

Function log_file_list

bin/load-data.py:444–448  ·  view source on GitHub ↗
(header, file_list)

Source from the content-addressed store, hash-verified

442
443 # Simple helper function to dump a header followed by the filenames
444 def log_file_list(header, file_list):
445 if (len(file_list) == 0): return
446 LOG.debug(header)
447 list(map(LOG.debug, list(map(os.path.basename, file_list))))
448 LOG.debug("\n")
449
450 log_file_list("Impala Create Files:", impala_create_files)
451 log_file_list("Hive Load Text Files:", hive_load_text_files)

Callers 1

mainFunction · 0.85

Calls 2

mapFunction · 0.85
debugMethod · 0.45

Tested by

no test coverage detected