What's New in 7.3.1.100
Understand the functionalities and improvements to features of components in 7.3.1.100.
What's new in Hue
- Secure Approach for Passing a Token in Cloudera Manager
- You can now securely manage the secret token for the LLM hosting service through Cloudera Manager. Previously, the secret token had
to be stored as plain text in Hue’s safety valve configuration. This enhancement
improves security and compliance.
For more information, see Secure Approach for Passing a Token in Cloudera Manager.
What's new in Hive
- Configurable TCP keepalive for client connections
- New startup options allow you to enable and tune TCP keepalive
settings for client connections, helping detect dead clients and prevent premature
disconnections caused by network disruptions or load balancer timeouts. The new startup
options include:
client_keepalive_probe_period_s
: Idle time before sending keepalive probes. If set to > 0, keepalive is enabled.client_keepalive_retry_period_s
: Time between keepalive probes.client_keepalive_retry_count
: Number of keepalive probes.