|
|
@@ -775,9 +775,9 @@
|
|
|
# Timeout in seconds for thrift calls to Hive service
|
|
|
## server_conn_timeout=120
|
|
|
|
|
|
- # Choose whether Hue uses the GetLog() thrift call to retrieve Hive logs.
|
|
|
- # If false, Hue will use the FetchResults() thrift call instead.
|
|
|
- ## use_get_log_api=true
|
|
|
+ # Choose whether to use the old GetLog() thrift call from before Hive 0.14 to retrieve the logs.
|
|
|
+ # If false, use the FetchResults() thrift call from Hive 1.0 or more instead.
|
|
|
+ ## use_get_log_api=false
|
|
|
|
|
|
# Set a LIMIT clause when browsing a partitioned table.
|
|
|
# A positive value will be set as the LIMIT. If 0 or negative, do not set any limit.
|