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 2019/11/06 17:19:20 UTC

[spark] branch branch-2.4 updated: [MINOR][INFRA] Change the Github Actions build command to `mvn install`

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 0e558be  [MINOR][INFRA] Change the Github Actions build command to `mvn install`
0e558be is described below

commit 0e558beba47eb31709514cdaa80990ae92be81e2
Author: Yuming Wang <yu...@ebay.com>
AuthorDate: Wed Nov 6 09:16:50 2019 -0800

    [MINOR][INFRA] Change the Github Actions build command to `mvn install`
    
    This PR change the Github Actions build command from `mvn package` to `mvn install` to build Scaladoc jars.
    
    Sometimes `mvn install` build failure with error: `not found: type ClassName...`.
    More details:  https://github.com/apache/spark/pull/24628#issuecomment-495655747
    
    No.
    
    N/A
    
    Closes #26414 from wangyum/github-action-install.
    
    Authored-by: Yuming Wang <yu...@ebay.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
    (cherry picked from commit e5c176a243b76b3953cc03b28e6c281658da93c8)
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 .github/workflows/branch-2.4.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/branch-2.4.yml b/.github/workflows/branch-2.4.yml
index c55a15c..7716657 100644
--- a/.github/workflows/branch-2.4.yml
+++ b/.github/workflows/branch-2.4.yml
@@ -31,7 +31,7 @@ jobs:
       run: |
         export MAVEN_OPTS="-Xmx2g -XX:ReservedCodeCacheSize=512m -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN"
         export MAVEN_CLI_OPTS="--no-transfer-progress"
-        ./build/mvn $MAVEN_CLI_OPTS -DskipTests -Pyarn -Pmesos -Pkubernetes -Phive -Phive-thriftserver -Pscala-${{ matrix.scala }} -P${{ matrix.hadoop }} -Phadoop-cloud package
+        ./build/mvn $MAVEN_CLI_OPTS -DskipTests -Pyarn -Pmesos -Pkubernetes -Phive -Phive-thriftserver -Pscala-${{ matrix.scala }} -P${{ matrix.hadoop }} -Phadoop-cloud install
 
 
   lint:


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