Tomas Hudik created ZEPPELIN-356: ------------------------------------ Summary: Dep interpreter initialization: Must be used before SparkInterpreter (%spark) initialized Key: ZEPPELIN-356 URL: https://issues.apache.org/jira/browse/ZEPPELIN-356 Project: Zeppelin Issue Type: Bug Affects Versions: 0.6.0 Reporter: Tomas Hudik
{quote} %dep //add Maven dependency z.load("com.databricks:spark-csv_2.10:1.2.0") {quote} Worked as intended(download dependency, make it available, all code that requires the lib is working) first time. However, when I switched off zeppelin server then switched it on again and run the snippet I always get error: ??Must be used before SparkInterpreter (%spark) initialized?? Naturally, without adding maven dependency further work/code that requires this library doesnt work: ??java.lang.RuntimeException: Failed to load class for data source: com.databricks.spark.csv?? -- This message was sent by Atlassian JIRA (v6.3.4#6332)