Closed
Description
Hello.
In https://github.com/spotify/luigi/blob/master/doc/configuration.rst there are parameters with dash in name, but in code they are used with underline symbol. Here they are (written as in doc):
max-reschedules, max-shown-tasks, max-graph-nodes, parallel-scheduling, send-failure-email, email-interval, batch-mode, error-lines, error-messages, group-by-error-messages, batch-emails, remove-delay, retry-delay, state-path.
Options spark-jar and spark-class (or spark_jar and spark_class) haven't used in code at all.
Please, fix or documenation, or code.
Thank you!