You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@toree.apache.org by GitBox <gi...@apache.org> on 2022/02/18 17:03:32 UTC

[GitHub] [incubator-toree] gmcoringa opened a new pull request #195: [TOREE-530] Remove use of deprecated API

gmcoringa opened a new pull request #195:
URL: https://github.com/apache/incubator-toree/pull/195


   Fixes [TOREE-530](https://issues.apache.org/jira/browse/TOREE-530)
   
   Trying to build toree with APACHE_SPARK_VERSION=3.2.1 breaks because of deprecated API.
   
   ```
   [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 
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@toree.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-toree] lresende merged pull request #195: [TOREE-530] Ivy downloader with Spark 3.2.x

Posted by GitBox <gi...@apache.org>.
lresende merged pull request #195:
URL: https://github.com/apache/incubator-toree/pull/195


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@toree.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org