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

Method get_log

tests/common/impala_connection.py:261–263  ·  view source on GitHub ↗

Returns the log of an operation as a string, with entries separated by newlines.

(self, operation_handle)

Source from the content-addressed store, hash-verified

259
260 @abc.abstractmethod
261 def get_log(self, operation_handle):
262 """Returns the log of an operation as a string, with entries separated by newlines."""
263 pass
264
265 @abc.abstractmethod
266 def cancel(self, operation_handle):

Calls

no outgoing calls