Explorar o código

HUE-9374 [impala] Use 26000 as default for thrift-over-http

Ying Chen %!s(int64=5) %!d(string=hai) anos
pai
achega
a7c02b8798
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apps/impala/src/impala/impala_flags.py

+ 1 - 1
apps/impala/src/impala/impala_flags.py

@@ -104,7 +104,7 @@ def is_webserver_spnego_enabled():
   return get_conf().get(_WEBSERVER_REQUIRE_SPNEGO)
 
 def get_hs2_http_port():
-  return get_conf().get(_DEFAULT_HS2_HTTP_PORT, 28000)
+  return get_conf().get(_DEFAULT_HS2_HTTP_PORT, 26000)
 
 
 def _parse_impala_flags():