Uh oh!
There was an error while loading. Please reload this page.
[SPARK-20759] SCALA_VERSION in _config.yml should be consistent with pom.xml - #17992
[SPARK-20759] SCALA_VERSION in _config.yml should be consistent with pom.xml#17992liu-zhaokun wants to merge 3 commits into
Conversation
srowen
commented
May 16, 2017
@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. |
liu-zhaokun
commented
May 16, 2017
@srowen |
| /** | ||
| * 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.
Sorry, I meant you should follow the version changes. You can't take this change; it depends on 2.11.11
| # 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" |
liu-zhaokun
commented
May 16, 2017
@srowen |
liu-zhaokun
commented
May 17, 2017
@srowen |
srowen
commented
May 17, 2017
It isn't tested yet, no. Jenkins isn't working right now |
SparkQA
commented
May 17, 2017
Test build #3718 has started for PR 17992 at commit |
SparkQA
commented
May 17, 2017
Test build #3719 has started for PR 17992 at commit |
liu-zhaokun
commented
May 18, 2017
@srowen |
liu-zhaokun
commented
May 19, 2017
@srowen |
SparkQA
commented
May 19, 2017
Test build #3723 has started for PR 17992 at commit |
liu-zhaokun
commented
May 19, 2017
@srowen |
SparkQA
commented
May 19, 2017
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>
srowen
commented
May 19, 2017
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> Closesapache#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.