Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Type Type `json:"type" pflag:"noop,Which resource manager to use"` ResourceMaxQuota int `json:"resourceMaxQuota" pflag:",Global limit for concurrent Qubole queries"` RedisConfig RedisConfig `json:"redis" pflag:",Config for Redis resourcemanager."` }
Configs for Resource Manager
type RedisConfig ¶
type RedisConfig struct { HostPaths []string `json:"hostPaths" pflag:",Redis hosts locations."` PrimaryName string `json:"primaryName" pflag:",Redis primary name, fill in only if you are connecting to a redis sentinel cluster."` // deprecated: Please use HostPaths instead HostPath string `json:"hostPath" pflag:",Redis host location"` HostKey string `json:"hostKey" pflag:",Key for local Redis access"` MaxRetries int `json:"maxRetries" pflag:",See Redis client options for more info"` }
Specific configs for Redis resource manager Ref: https://redis.io/topics/sentinel for information on how to fill in these fields.
Click to show internal directories.
Click to hide internal directories.