Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetQuboleConfig ¶
Types ¶
type Config ¶
type Config struct { QuboleTokenPath string `json:"quboleTokenPath" pflag:",Where to find the Qubole secret"` ResourceManagerType string `json:"resourceManagerType" pflag:"noop,Which resource manager to use"` RedisHostPath string `json:"redisHostPath" pflag:",Redis host location"` RedisHostKey string `json:"redisHostKey" pflag:",Key for local Redis access"` RedisMaxRetries int `json:"redisMaxRetries" pflag:",See Redis client options for more info"` QuboleLimit int `json:"quboleLimit" pflag:",Global limit for concurrent Qubole queries"` LruCacheSize int `json:"lruCacheSize" pflag:",Size of the AutoRefreshCache"` LookasideBufferPrefix string `json:"lookasideBufferPrefix" pflag:",Prefix used for lookaside buffer"` LookasideExpirySeconds config.Duration `json:"lookasideExpirySeconds" pflag:",TTL for lookaside buffer if supported"` }
Qubole plugin configs
func GetQuboleConfig ¶
func GetQuboleConfig() *Config
Retrieves the current config value or default.
Click to show internal directories.
Click to hide internal directories.