Github user BryanCutler commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21546#discussion_r198925610
  
    --- Diff: dev/make-distribution.sh ---
    @@ -168,10 +168,10 @@ export MAVEN_OPTS="${MAVEN_OPTS:--Xmx2g 
-XX:ReservedCodeCacheSize=512m}"
     BUILD_COMMAND=("$MVN" -T 1C clean package -DskipTests $@)
     
     # Actually build the jar
    -echo -e "\nBuilding with..."
    -echo -e "\$ ${BUILD_COMMAND[@]}\n"
    +#echo -e "\nBuilding with..."
    +#echo -e "\$ ${BUILD_COMMAND[@]}\n"
     
    -"${BUILD_COMMAND[@]}"
    +#"${BUILD_COMMAND[@]}"
    --- End diff --
    
    Oops, yeah thanks for pointing it out.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to