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

Method connect

tests/stress/query_runner.py:98–100  ·  view source on GitHub ↗

Connect to the server and start the query runner thread.

(self)

Source from the content-addressed store, hash-verified

96 NUM_OTHER_ERRORS: Value("i", 0)}
97
98 def connect(self):
99 """Connect to the server and start the query runner thread."""
100 self.impalad_conn = self.impalad.impala.connect(impalad=self.impalad)
101
102 def run_query(self, query, mem_limit_mb, run_set_up=False,
103 timeout_secs=maxsize, cancel_mech=None, retain_profile=False):

Callers 4

populate_runtime_infoFunction · 0.95
test_fetch_sizeMethod · 0.45
_start_single_runnerMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_fetch_sizeMethod · 0.36