Explorar el Código

[impala] Show impalad server_host in the dump config

Romain Rigaux hace 12 años
padre
commit
c1579d8e5f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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(