You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Jacek Laskowski (JIRA)" <ji...@apache.org> on 2015/07/22 10:46:04 UTC

[jira] [Created] (SPARK-9250) ./dev/change-scala-version.sh should offer guidance what versions are accepted, i.e. 2.10 or 2.11

Jacek Laskowski created SPARK-9250:
--------------------------------------

             Summary: ./dev/change-scala-version.sh should offer guidance what versions are accepted, i.e. 2.10 or 2.11
                 Key: SPARK-9250
                 URL: https://issues.apache.org/jira/browse/SPARK-9250
             Project: Spark
          Issue Type: Improvement
          Components: Build
         Environment: commit c03299a18b4e076cabb4b7833a1e7632c5c0dabe
            Reporter: Jacek Laskowski
            Priority: Minor


With the commit f5b6dc5 there's this new way of building Spark with Scala 2.10 and 2.11. The help given is not very helpful and could be improved about the possible versions and their format.

{code}
➜  spark git:(master) ./dev/change-scala-version.sh
Usage: change-scala-version.sh <version>
{code}

I can see inside - that could be part of the help.

{code}
VALID_VERSIONS=( 2.10 2.11 )
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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