Skip to content

Commit

Permalink
fix docstring for SparkJarStep
Browse files Browse the repository at this point in the history
  • Loading branch information
David Marin committed Oct 30, 2016
1 parent e5c79db commit 58d8089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrjob/step.py
Expand Up @@ -452,7 +452,7 @@ class SparkJarStep(object):
:param spark_args: (optional) an array of arguments to pass to spark-submit
(e.g. ``['--executor-memory', '2G']``).
*script* can also be passed as a positional argument
*jar* and *main_class* can also be passed as positional arguments
"""
def __init__(self, jar, main_class, **kwargs):
bad_kwargs = sorted(set(kwargs) - set(_SPARK_JAR_STEP_KWARGS))
Expand Down

0 comments on commit 58d8089

Please sign in to comment.