Skip to content
Snippets Groups Projects
Commit 729f983e authored by Jeff Zhang's avatar Jeff Zhang Committed by Sean Owen
Browse files

[SPARK-11342][TESTS] Allow to set hadoop profile when running dev/ru…

…n_tests

Author: Jeff Zhang <zjffdu@apache.org>

Closes #9295 from zjffdu/SPARK-11342.
parent 40c77fb2
No related branches found
No related tags found
No related merge requests found
......@@ -486,7 +486,7 @@ def main():
else:
# else we're running locally and can use local settings
build_tool = "sbt"
hadoop_version = "hadoop2.3"
hadoop_version = os.environ.get("HADOOP_PROFILE", "hadoop2.3")
test_env = "local"
print("[info] Using build tool", build_tool, "with Hadoop profile", hadoop_version,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment