(self, protocol)
| 625 | self._request_num = 0 |
| 626 | |
| 627 | def _get_thrift_client(self, protocol): |
| 628 | return ImpalaHiveServer2Service.Client(protocol) |
| 629 | |
| 630 | def _get_sleep_interval_for_retries(self, num_tries): |
| 631 | """Returns the sleep interval in seconds for the 'num_tries' retry attempt.""" |