-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[SPARK-20759] SCALA_VERSION in _config.yml should be consistent with pom.xml #17992
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@liu-zhaokun there are more changes to be made. Please make all the changes in https://github.com/apache/spark/pull/17982/files but don't update to 2.11.11; stay on 2.11.8. |
@srowen |
@@ -97,13 +97,13 @@ class SparkILoop(in0: Option[BufferedReader], out: JPrintWriter) | |||
override def commands: List[LoopCommand] = sparkStandardCommands | |||
|
|||
/** | |||
* We override `loadFiles` because we need to initialize Spark *before* the REPL | |||
* We override `createInterpreter` because we need to initialize Spark *before* the REPL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I meant you should follow the version changes. You can't take this change; it depends on 2.11.11
build/mvn
Outdated
@@ -91,13 +91,13 @@ install_mvn() { | |||
|
|||
# Install zinc under the build/ folder | |||
install_zinc() { | |||
local zinc_path="zinc-0.3.11/bin/zinc" | |||
local zinc_path="zinc-0.3.15/bin/zinc" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't change the zinc version here
@srowen |
@srowen |
It isn't tested yet, no. Jenkins isn't working right now |
Test build #3718 has started for PR 17992 at commit |
Test build #3719 has started for PR 17992 at commit |
@srowen |
@srowen |
Test build #3723 has started for PR 17992 at commit |
@srowen |
Test build #3732 has finished for PR 17992 at commit
|
…pom.xml [https://issues.apache.org/jira/browse/SPARK-20759](https://issues.apache.org/jira/browse/SPARK-20759) SCALA_VERSION in _config.yml is 2.11.7, but 2.11.8 in pom.xml. So I think SCALA_VERSION in _config.yml should be consistent with pom.xml. Author: liuzhaokun <liu.zhaokun@zte.com.cn> Closes #17992 from liu-zhaokun/new. (cherry picked from commit dba2ca2) Signed-off-by: Sean Owen <sowen@cloudera.com>
…pom.xml [https://issues.apache.org/jira/browse/SPARK-20759](https://issues.apache.org/jira/browse/SPARK-20759) SCALA_VERSION in _config.yml is 2.11.7, but 2.11.8 in pom.xml. So I think SCALA_VERSION in _config.yml should be consistent with pom.xml. Author: liuzhaokun <liu.zhaokun@zte.com.cn> Closes #17992 from liu-zhaokun/new. (cherry picked from commit dba2ca2) Signed-off-by: Sean Owen <sowen@cloudera.com>
Merged to master/2.2/2.1 |
…pom.xml [https://issues.apache.org/jira/browse/SPARK-20759](https://issues.apache.org/jira/browse/SPARK-20759) SCALA_VERSION in _config.yml is 2.11.7, but 2.11.8 in pom.xml. So I think SCALA_VERSION in _config.yml should be consistent with pom.xml. Author: liuzhaokun <liu.zhaokun@zte.com.cn> Closes apache#17992 from liu-zhaokun/new.
https://issues.apache.org/jira/browse/SPARK-20759
SCALA_VERSION in _config.yml is 2.11.7, but 2.11.8 in pom.xml. So I think SCALA_VERSION in _config.yml should be consistent with pom.xml.