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

Method get_test_protocol

tests/common/impala_connection.py:151–154  ·  view source on GitHub ↗

Return client protocol name that is specific to Impala test framework. Possible return value are either of 'beeswax', 'hs2', or 'hs2-http'.

(self)

Source from the content-addressed store, hash-verified

149
150 @abc.abstractmethod
151 def get_test_protocol(self):
152 """Return client protocol name that is specific to Impala test framework.
153 Possible return value are either of 'beeswax', 'hs2', or 'hs2-http'."""
154 pass
155
156 @abc.abstractmethod
157 def get_host_port(self):

Callers 3

log_clientMethod · 0.95
cancel_queryMethod · 0.45

Calls

no outgoing calls

Tested by 1