Return the 'host:port' string of impala server that this object connecting to.
(self)
| 155 | |
| 156 | @abc.abstractmethod |
| 157 | def get_host_port(self): |
| 158 | """Return the 'host:port' string of impala server that this object connecting to.""" |
| 159 | pass |
| 160 | |
| 161 | @abc.abstractmethod |
| 162 | def set_configuration_option(self, name, value, is_log_sql=True): |