소스 검색

HUE-8591 [cluster] Add Thrift client used for the specific query server

Romain Rigaux 7 년 전
부모
커밋
613c8d7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/beeswax/src/beeswax/server/hive_server2_lib.py

+ 1 - 1
apps/beeswax/src/beeswax/server/hive_server2_lib.py

@@ -523,7 +523,7 @@ class HiveServerClient:
       from ImpalaService import ImpalaHiveServer2Service
       thrift_class = ImpalaHiveServer2Service
 
-    LOG.debug('Using host_name %(server_host)s' % query_server)
+    LOG.debug('Using %s for host_name %s' % (thrift_class, query_server['server_host']))
 
     self._client = thrift_util.get_client(
         thrift_class.Client,