瀏覽代碼

[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(