Explorar el Código

[impala] Update hue.ini to point to HiveServer2 interface

Romain Rigaux hace 12 años
padre
commit
4818137d82
Se han modificado 2 ficheros con 20 adiciones y 18 borrados
  1. 10 9
      desktop/conf.dist/hue.ini
  2. 10 9
      desktop/conf/pseudo-distributed.ini.tmpl

+ 10 - 9
desktop/conf.dist/hue.ini

@@ -425,18 +425,19 @@
 ###########################################################################
 
 [impala]
-  # Host of the Impala Server
+  # Host of the Impala Server (one of the Impalad)
   ## server_host=localhost
 
-  # Port of the Impala Server when using Beeswax Thrift interface
-  ## server_port=21000
-  # Port of the Impala Server when using  Hive Server 2 Thrift interface
-  ## server_port=21050
-
-  # The backend to contact for queries/metadata requests
-  # Choices are 'beeswax' (default), 'hiveserver2'.
+  # The backend to contact for queries/metadata requests.
+  # Choices are 'beeswax' or 'hiveserver2' (default).
+  # 'hiveserver2' supports log, progress information, query cancelation
   # 'beeswax' requires Beeswax to run for proxying the metadata requests
-  ## server_interface=beeswax
+  ## server_interface=hiveserver2
+
+  # Port of the Impala Server
+  # Default is 21050 as HiveServer2 Thrift interface is the default.
+  # Use 21000 when using Beeswax Thrift interface.
+  ## server_port=21050
 
   # Kerberos principal
   ## impala_principal=impala/hostname.foo.com

+ 10 - 9
desktop/conf/pseudo-distributed.ini.tmpl

@@ -428,18 +428,19 @@
 ###########################################################################
 
 [impala]
-  # Host of the Impala Server
+  # Host of the Impala Server (one of the Impalad)
   ## server_host=localhost
 
-  # Port of the Impala Server when using Beeswax Thrift interface
-  ## server_port=21000
-  # Port of the Impala Server when using  Hive Server 2 Thrift interface
-  ## server_port=21050
-
-  # The backend to contact for queries/metadata requests
-  # Choices are 'beeswax' (default), 'hiveserver2'.
+  # The backend to contact for queries/metadata requests.
+  # Choices are 'beeswax' or 'hiveserver2' (default).
+  # 'hiveserver2' supports log, progress information, query cancelation
   # 'beeswax' requires Beeswax to run for proxying the metadata requests
-  ## server_interface=beeswax
+  ## server_interface=hiveserver2
+
+  # Port of the Impala Server
+  # Default is 21050 as HiveServer2 Thrift interface is the default.
+  # Use 21000 when using Beeswax Thrift interface.
+  ## server_port=21050
 
   # Kerberos principal
   ## impala_principal=impala/hostname.foo.com