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 Redist resourcemanager."` }
Configs for Resource Manager
type RedisConfig ¶
type RedisConfig struct { 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
Click to show internal directories.
Click to hide internal directories.