Fabiano V. Santos created TOREE-530:
---------------------------------------
Summary: Ivy downloader with Spark 3.2.x
Key: TOREE-530
URL: https://issues.apache.org/jira/browse/TOREE-530
Project: TOREE
Issue Type: Bug
Components: Build
Affects Versions: 0.5.0
Reporter: Fabiano V. Santos
Trying to build toree with APACHE_SPARK_VERSION=3.2.1 breaks because deprecated
API.
{code:java}
[info] compiling 2 Scala sources to
/home/fabiano/dev/src/github.com/apache/incubator-toree/macros/target/scala-2.12/classes
...
[info] compiling 12 Scala sources and 6 Java sources to
/home/fabiano/dev/src/github.com/apache/incubator-toree/plugins/target/scala-2.12/classes
...
[info] compiling 48 Scala sources to
/home/fabiano/dev/src/github.com/apache/incubator-toree/protocol/target/scala-2.12/classes
...
[info] compiling 55 Scala sources to
/home/fabiano/dev/src/github.com/apache/incubator-toree/kernel-api/target/scala-2.12/classes
...
[info] compiling 22 Scala sources to
/home/fabiano/dev/src/github.com/apache/incubator-toree/communication/target/scala-2.12/classes
...
[info] compiling 21 Scala sources to
/home/fabiano/dev/src/github.com/apache/incubator-toree/client/target/scala-2.12/classes
...
[error]
/home/fabiano/dev/src/github.com/apache/incubator-toree/kernel-api/src/main/scala/org/apache/toree/dependencies/IvyDependencyDownloader.scala:190:9:
method retrieve in class Ivy is deprecated
[error] ivy.retrieve(
[error] ^
[error] one error found
[error] (kernelApi / Compile / compileIncremental) Compilation failed
[error] Total time: 64 s (01:04), completed Feb 18, 2022, 1:13:46 PM
make: *** [Makefile:108:
target/scala-2.12/toree-assembly-0.6.0.dev0-incubating-SNAPSHOT.jar] Error 1
{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)