ileasile edited a comment on pull request #3840: URL: https://github.com/apache/zeppelin/pull/3840#issuecomment-665716785
Maybe my explanation is messy enough. Yes, I'll try to write exactly what I'm doing. First of all, I build Zeppelin from this branch and start it on cluster. Then, I add a dependency in Kotlin interpreter settings: `com.github.JetBrains.kotlin-spark-api:kotlin-spark-api:0.2.2` This one depends on `kotlin-stdlib` v. 1.3.60 At the same time, new version of Interpreter depends on `kotlin-stdlib` v.1.4.20-dev-*** I want to use this lib (kotlin-spark-api) as compile and runtime dependency for the snippet I evaluate, and in this moment, if I do, classpaths from interpreter and from the library interfer, and internal compilation error happens. That's the issue I want to address. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
