Pārlūkot izejas kodu

PR436 [hive] Document using multiple sessions for Tez jobs

Romain Rigaux 8 gadi atpakaļ
vecāks
revīzija
023f792e5c

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

@@ -1028,6 +1028,7 @@
   ## close_queries=false
 
   # Hue will use at most this many HiveServer2 sessions per user at a time.
+  # For Tez, increase the number to more if you need more than one query at the time, e.g. 2 or 3 (Tez has a maximum of 1 query by session).
   ## max_number_of_sessions=1
 
   # Thrift version to use when communicating with HiveServer2.

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

@@ -1030,6 +1030,7 @@
   ## close_queries=false
 
   # Hue will use at most this many HiveServer2 sessions per user at a time.
+  # For Tez, increase the number to more if you need more than one query at the time, e.g. 2 or 3 (Tez has a maximum of 1 query by session).
   ## max_number_of_sessions=1
 
   # Thrift version to use when communicating with HiveServer2.