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

Function available_workloads

bin/load-data.py:117–119  ·  view source on GitHub ↗
(workload_dir)

Source from the content-addressed store, hash-verified

115HS2_HOST_PORT = "{}:{}".format(options.impalad, 21050)
116
117def available_workloads(workload_dir):
118 return [subdir for subdir in os.listdir(workload_dir)
119 if os.path.isdir(os.path.join(workload_dir, subdir))]
120
121def validate_workloads(all_workloads, workloads):
122 for workload in workloads:

Callers 1

mainFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected