Quellcode durchsuchen

HUE-8339 [impala] Fix typo in smart pooling ini configuration

Romain Rigaux vor 7 Jahren
Ursprung
Commit
0a288f3
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      desktop/conf.dist/hue.ini
  2. 1 1
      desktop/conf/pseudo-distributed.ini.tmpl

+ 1 - 1
desktop/conf.dist/hue.ini

@@ -109,7 +109,7 @@
   # Hue will try to get the actual host of the Service, even if it resides behind a load balancer.
   # Hue will try to get the actual host of the Service, even if it resides behind a load balancer.
   # This will enable an automatic configuration of the service without requiring custom configuration of the service load balancer.
   # This will enable an automatic configuration of the service without requiring custom configuration of the service load balancer.
   # This is available for the Impala service only currently. It is highly recommended to only point to a series of coordinator-only nodes only.
   # This is available for the Impala service only currently. It is highly recommended to only point to a series of coordinator-only nodes only.
-  # default=false
+  # enable_smart_thrift_pool=false
 
 
   # Filename of SSL Certificate
   # Filename of SSL Certificate
   ## ssl_certificate=
   ## ssl_certificate=

+ 1 - 1
desktop/conf/pseudo-distributed.ini.tmpl

@@ -113,7 +113,7 @@
   # Hue will try to get the actual host of the Service, even if it resides behind a load balancer.
   # Hue will try to get the actual host of the Service, even if it resides behind a load balancer.
   # This will enable an automatic configuration of the service without requiring custom configuration of the service load balancer.
   # This will enable an automatic configuration of the service without requiring custom configuration of the service load balancer.
   # This is available for the Impala service only currently. It is highly recommended to only point to a series of coordinator-only nodes only.
   # This is available for the Impala service only currently. It is highly recommended to only point to a series of coordinator-only nodes only.
-  # default=false
+  # enable_smart_thrift_pool=false
 
 
   # Filename of SSL Certificate
   # Filename of SSL Certificate
   ## ssl_certificate=
   ## ssl_certificate=