소스 검색

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.