Skip to content

Commit

Permalink
Fix flag name (flyteorg#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
EngHabu authored May 12, 2020
1 parent 49b9c77 commit 06419d3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion flyteplugins/go/tasks/plugins/hive/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type Config struct {
TokenKey string `json:"quboleTokenKey" pflag:",Name of the key where to find Qubole token in the secret manager."`
LruCacheSize int `json:"lruCacheSize" pflag:",Size of the AutoRefreshCache"`
Workers int `json:"workers" pflag:",Number of parallel workers to refresh the cache"`
DefaultClusterLabel string `json:"defaultClusterConfig" pflag:",The default cluster label. This will be used if label is not specified on the hive job."`
DefaultClusterLabel string `json:"defaultClusterLabel" pflag:",The default cluster label. This will be used if label is not specified on the hive job."`
ClusterConfigs []ClusterConfig `json:"clusterConfigs" pflag:"-,A list of cluster configs. Each of the configs corresponds to a service cluster"`
DestinationClusterConfigs []DestinationClusterConfig `json:"destinationClusterConfigs" pflag:"-,A list configs specifying the destination service cluster for (project, domain)"`
}
Expand Down
1 change: 1 addition & 0 deletions flyteplugins/go/tasks/plugins/hive/config/config_flags.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions flyteplugins/go/tasks/plugins/hive/config/config_flags_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 06419d3

Please sign in to comment.