소스 검색

[impala] Show impalad server_host in the dump config

Romain Rigaux 12 년 전
부모
커밋
c1579d8e5f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      apps/impala/src/impala/conf.py

+ 0 - 1
apps/impala/src/impala/conf.py

@@ -24,7 +24,6 @@ from desktop.lib.conf import Config
 SERVER_HOST = Config(
   key="server_host",
   help=_("Host of the Impala Server."),
-  private=True,
   default="localhost")
 
 SERVER_PORT = Config(