瀏覽代碼

Revert "HUE-2722 [beeswax] Revert default Thrift version to 5 instead of 7"

This reverts commit 9a8360eb78b9a185685b934810261e298097f51e.
Romain Rigaux 10 年之前
父節點
當前提交
6046fdafd4
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      apps/beeswax/src/beeswax/conf.py
  2. 1 1
      desktop/conf.dist/hue.ini
  3. 1 1
      desktop/conf/pseudo-distributed.ini.tmpl

+ 1 - 1
apps/beeswax/src/beeswax/conf.py

@@ -92,7 +92,7 @@ THRIFT_VERSION = Config(
   key="thrift_version",
   help=_t("Thrift version to use when communicating with HiveServer2."),
   type=int,
-  default=5
+  default=7
 )
 
 

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

@@ -846,7 +846,7 @@
 
   # Thrift version to use when communicating with HiveServer2.
   # New column format is from version 7.
-  ## thrift_version=5
+  ## thrift_version=7
 
   [[ssl]]
     # Path to Certificate Authority certificates.

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

@@ -853,7 +853,7 @@
 
   # Thrift version to use when communicating with HiveServer2.
   # New column format is from version 7.
-  ## thrift_version=5
+  ## thrift_version=7
 
   [[ssl]]
     # Path to Certificate Authority certificates.