saddle

apache zeppelin additional repository import

蓝咒 提交于 2019-12-10 20:15:51
问题 How to import an additional dependency in zeppelin? I am trying to import a library (saddle) in apache zeppelin, however ... import org.saddle._ <console>:21: error: object saddle is not a member of package org import org.saddle._ ^ I've tried using the %dep interpreter (dependency loader) like this: %dep z.reset() z.addRepo("Saddle Repo").url("http://mvnrepository.com/artifact/org.scala-saddle/saddle_2.10/1.0.1") z.load("org.scala-saddle:saddle_2.10:1.3.0") I've also tried in the GUI by 1.