Skip to content

Commit

Permalink
SPARK_HOME default
Browse files Browse the repository at this point in the history
  • Loading branch information
staffbase-robert committed Jun 5, 2023
1 parent f2fe3f8 commit 4aa7fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

type mainCmd struct {
SparkHome string `required:"" help:"spark home directory" env:"SPARK_HOME"`
SparkHome string `required:"" default:"/opt/spark" help:"spark home directory" env:"SPARK_HOME"`
SparkConfDir string `required:"" help:"directory with spark configuration presets" env:"SPARK_CONF_DIR"`
Master string `required:"" help:"spark master address" env:"SPARK_MASTER"`
DebugSubmit bool `help:"write spark-submit output to logger" env:"DEBUG_SPARK_SUBMIT"`
Expand Down

0 comments on commit 4aa7fa8

Please sign in to comment.