Working around HUE-2722 for now: [hive] against Hive 0.14 CSV/XLS truncated downloads https://issues.cloudera.org/browse/HUE-2722
@@ -92,7 +92,7 @@ THRIFT_VERSION = Config(
key="thrift_version",
help=_t("Thrift version to use when communicating with HiveServer2."),
type=int,
- default=7
+ default=5
)
@@ -846,7 +846,7 @@
# Thrift version to use when communicating with HiveServer2.
# New column format is from version 7.
- ## thrift_version=7
+ ## thrift_version=5
[[ssl]]
# Path to Certificate Authority certificates.
@@ -853,7 +853,7 @@