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

Method log_client

tests/common/impala_connection.py:312–314  ·  view source on GitHub ↗

Log 'message' at INFO level, prefixed wih the protocol name of this connection.

(self, message)

Source from the content-addressed store, hash-verified

310 LOG.info(u"{0}: {1}".format(handle_id, message))
311
312 def log_client(self, message):
313 """Log 'message' at INFO level, prefixed wih the protocol name of this connection."""
314 LOG.info(u"{0}: {1}".format(self.get_test_protocol(), message))
315
316 def wait_for_impala_state(self, operation_handle, expected_impala_state, timeout):
317 """Waits for the given 'operation_handle' to reach the 'expected_impala_state'.

Callers 13

set_configurationMethod · 0.95
connectMethod · 0.45
closeMethod · 0.45
executeMethod · 0.45
execute_asyncMethod · 0.45
connectMethod · 0.45
closeMethod · 0.45
get_tablesMethod · 0.45
__log_executeMethod · 0.45

Calls 2

get_test_protocolMethod · 0.95
formatMethod · 0.45

Tested by 1