Andras Bokor created ZEPPELIN-2971:
--------------------------------------
Summary: Adjust default profiles in Zeppelin
Key: ZEPPELIN-2971
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2971
Project: Zeppelin
Issue Type: Improvement
Reporter: Andras Bokor
Currently, if I run a Zeppelin build without any profile it uses Spark 2.2 with
Scala 2.10.5 which cases warnings during the build.
According to the Spark documentation in 2.2 Scala 2.10 is deprecated.
I think we should make scala-2.11 profile default since spark-2.2 is also
default.
{code}[WARNING] Expected all dependencies to require Scala version: 2.10.5
[WARNING] com.twitter:chill_2.10:0.8.0 requires scala version: 2.10.5
[WARNING] org.apache.spark:spark-core_2.10:2.2.0 requires scala version:
2.10.6{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)