Skip to content

Commit 9da2bc4

Browse files
srowendongjoon-hyun
authored andcommitted
[MINOR][DOCS] Remove note about -T for parallel build
### What changes were proposed in this pull request? Removes suggestion to use -T for parallel Maven build. ### Why are the changes needed? Parallel builds don't necessarily work in the build right now. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? N/A Closes #27274 from srowen/ParallelBuild. Authored-by: Sean Owen <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit ef1af43) Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 3ff5021 commit 9da2bc4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ To build Spark and its example programs, run:
2525

2626
(You do not need to do this if you downloaded a pre-built package.)
2727

28-
You can build Spark using more than one thread by using the -T option with Maven, see ["Parallel builds in Maven 3"](https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3).
2928
More detailed documentation is available from the project site, at
3029
["Building Spark"](http://spark.apache.org/docs/latest/building-spark.html).
3130

0 commit comments

Comments
 (0)