Skip to content

Commit

Permalink
removed dead code with TODO on it
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Marin committed Oct 4, 2017
1 parent 7655d89 commit e5252c3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions mrjob/emr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1583,14 +1583,6 @@ def _get_streaming_jar_and_step_arg_prefix(self):
# 2.x and 3.x AMIs just use a regular old streaming jar
return _PRE_4_X_STREAMING_JAR, []

def _get_spark_jar_and_step_arg_prefix(self):
# TODO v0.6.0: add spark_submit_bin option

if version_gte(self.get_image_version(), '4'):
return (_4_X_COMMAND_RUNNER_JAR, ['spark-submit'])
else:
return (self._script_runner_jar_uri(), [_3_X_SPARK_SUBMIT])

def _launch_emr_job(self):
"""Create an empty cluster on EMR, and set self._cluster_id to
its ID.
Expand Down

0 comments on commit e5252c3

Please sign in to comment.