You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2020/01/18 19:51:42 UTC

[spark] branch branch-2.4 updated: [MINOR][DOCS] Remove note about -T for parallel build

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-2.4 by this push:
     new 9da2bc4  [MINOR][DOCS] Remove note about -T for parallel build
9da2bc4 is described below

commit 9da2bc42b4b88115ecfad17e94e6a06a1e66425c
Author: Sean Owen <sr...@gmail.com>
AuthorDate: Sat Jan 18 11:48:43 2020 -0800

    [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 <sr...@gmail.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
    (cherry picked from commit ef1af43c9f82ad0ff2ff4e196b1017285bfa7da4)
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index fd8c7f6..65d1b9f 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,6 @@ To build Spark and its example programs, run:
 
 (You do not need to do this if you downloaded a pre-built package.)
 
-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).
 More detailed documentation is available from the project site, at
 ["Building Spark"](http://spark.apache.org/docs/latest/building-spark.html).
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org