You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by gengliangwang <gi...@git.apache.org> on 2018/11/15 15:58:57 UTC

[GitHub] spark pull request #23049: [SPARK-26076][Build][Minor] Revise ambiguous erro...

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

    https://github.com/apache/spark/pull/23049#discussion_r233902416
  
    --- Diff: bin/load-spark-env.sh ---
    @@ -47,8 +47,8 @@ if [ -z "$SPARK_SCALA_VERSION" ]; then
       ASSEMBLY_DIR1="${SPARK_HOME}/assembly/target/scala-2.12"
     
       if [[ -d "$ASSEMBLY_DIR2" && -d "$ASSEMBLY_DIR1" ]]; then
    -    echo -e "Presence of build for multiple Scala versions detected." 1>&2
    -    echo -e 'Either clean one of them or, export SPARK_SCALA_VERSION in spark-env.sh.' 1>&2
    +    echo -e "Presence of build for both scala versions(SCALA 2.11 and SCALA 2.12) detected." 1>&2
    --- End diff --
    
    Make sense. Let me have a quick update


---

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