 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetQuboleConfig ¶
Types ¶
type Config ¶
type Config struct {
	Endpoint        config.URL `json:"endpoint" pflag:",Endpoint for qubole to use"`
	CommandAPIPath  config.URL `json:"commandApiPath" pflag:",API Path where commands can be launched on Qubole. Should be a valid url."`
	AnalyzeLinkPath config.URL `json:"analyzeLinkPath" pflag:",URL path where queries can be visualized on qubole website. Should be a valid url."`
	TokenKey        string     `json:"quboleTokenKey" pflag:",Name of the key where to find Qubole token in the secret manager."`
	Limit           int        `json:"quboleLimit" pflag:",Global limit for concurrent Qubole queries"`
	LruCacheSize    int        `json:"lruCacheSize" pflag:",Size of the AutoRefreshCache"`
	Workers         int        `json:"workers" pflag:",Number of parallel workers to refresh the cache"`
}
    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.