Jeff Steinmetz created ZEPPELIN-1098: ----------------------------------------
Summary: dependency loading an artifact using local file fails Key: ZEPPELIN-1098 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1098 Project: Zeppelin Issue Type: Bug Reporter: Jeff Steinmetz Regarding the %dep depreciation notice: Inside the zeppelin vagrant VM, I built the commit tagged 0.6.0-rc1 with: mvn clean package -Pspark-1.6 -Ppyspark -Phadoop-2.4 -DskipTests -Psparkr -Pbuild-distr Then without any additional configuration I created a notebook with %dep z.load("/usr/local/mycompany/jars/my-spark-utils_spark-1.6.0-2.10-assembly-1.0.jar") followed by another paragraph: %spark import com.mycompany.services.ESQuery It worked as expected. The import resolved However if I put /usr/local/mycompany/jars/my-spark-utils_spark-1.6.0-2.10-assembly-1.0.jar Into the interpreter artifacts directly, and remove the %dep, it errors out (with no error message) -- This message was sent by Atlassian JIRA (v6.3.4#6332)