Commit 5313034
Sparkbench: Fix - Correct Spark version path to spark-4.0.1 (facebookresearch#257)
Summary:
While running SparkBench, setup failed with:
"Env var SPARK_HOME not set & default path ~/DCPerf/benchmarks/spark_standalone/spark-4.0.0-bin-hadoop3 not exist"
Root cause:
The DCPerf SparkBench installer downloads Spark 4.0.1 from the official Apache mirrors , but the package still referenced spark-4.0.0. The version 4.0.0 does not exist on the Apache download site (https://dlcdn.apache.org/spark/).
Fix:
Updated SparkBench package references from spark-4.0.0 to spark-4.0.1 so that SPARK_HOME points to the correct SPARK_HOME after download.
Pull Request resolved: facebookresearch#257
Reviewed By: excelle08
Differential Revision: D85394529
Pulled By: charles-typ
fbshipit-source-id: 24db68323dc8502bc9d04c34604aed3a33d73ae21 parent 4847ed2 commit 5313034
3 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
| 401 | + | |
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
411 | | - | |
| 411 | + | |
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
| |||
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
428 | | - | |
| 428 | + | |
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
433 | | - | |
| 433 | + | |
434 | 434 | | |
435 | 435 | | |
436 | 436 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments