浏览代码

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,