You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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]>
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,6 @@ To build Spark and its example programs, run:
25
25
26
26
(You do not need to do this if you downloaded a pre-built package.)
27
27
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).
29
28
More detailed documentation is available from the project site, at
0 commit comments