We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9fbe54 commit 3922a85Copy full SHA for 3922a85
dev/run-tests.py
@@ -282,7 +282,7 @@ def build_spark_sbt(hadoop_version):
282
exec_sbt(profiles_and_goals)
283
284
285
-def build_apache_spark(build_tool, hadoop_version, changed_modules):
+def build_apache_spark(build_tool, hadoop_version):
286
"""Will build Spark against Hive v0.13.1 given the passed in build tool (either `sbt` or
287
`maven`). Defaults to using `sbt`."""
288
@@ -522,7 +522,7 @@ def main():
522
# build_spark_documentation()
523
524
# spark build
525
- build_apache_spark(build_tool, hadoop_version, changed_modules)
+ build_apache_spark(build_tool, hadoop_version)
526
527
# backwards compatibility checks
528
detect_binary_inop_with_mima()
0 commit comments