Skip to content

Commit

Permalink
removed necessary passed in variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Brennon York committed Jun 16, 2015
1 parent f9fbe54 commit 3922a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def build_spark_sbt(hadoop_version):
exec_sbt(profiles_and_goals)


def build_apache_spark(build_tool, hadoop_version, changed_modules):
def build_apache_spark(build_tool, hadoop_version):
"""Will build Spark against Hive v0.13.1 given the passed in build tool (either `sbt` or
`maven`). Defaults to using `sbt`."""

Expand Down Expand Up @@ -522,7 +522,7 @@ def main():
# build_spark_documentation()

# spark build
build_apache_spark(build_tool, hadoop_version, changed_modules)
build_apache_spark(build_tool, hadoop_version)

# backwards compatibility checks
detect_binary_inop_with_mima()
Expand Down

0 comments on commit 3922a85

Please sign in to comment.