فهرست منبع

[impala] Show impalad server_host in the dump config

Romain Rigaux 12 سال پیش
والد
کامیت
c1579d8
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(