Re: Import jars from spark spackages

2016-08-01 Thread DuyHai Doan
I can't find either the package "databricks:spark-corenlp:0.1" on Maven Central. Normally when you specify the dependencies in Zeppelin interpreter setting, Zeppelin will look for them using your local Maven repo and Maven central repo. I suspect that this package is only available on the repo of

Re: Import jars from spark spackages

2016-07-30 Thread Andrea Santurbano
Here is the log[1] I have a standard zeppelin configuration: zeppelin.dep.additionalRemoteRepository=spark-packages, http://dl.bintray.com/spark-packages/maven,false; [1] https://gist.github.com/conker84/d2ad350850f39022e594825b6fda980e Il giorno sab 30 lug 2016 alle ore 15:14 DuyHai Doan ha sc

Re: Import jars from spark spackages

2016-07-30 Thread DuyHai Doan
What is exactly the error message you have in the logs ? On Sat, Jul 30, 2016 at 2:58 PM, Andrea Santurbano wrote: > Hi all, > i want to import this library: > https://github.com/databricks/spark-corenlp > which is under spark packages: > https://spark-packages.org/package/databricks/spark-coren

Import jars from spark spackages

2016-07-30 Thread Andrea Santurbano
Hi all, i want to import this library: https://github.com/databricks/spark-corenlp which is under spark packages: https://spark-packages.org/package/databricks/spark-corenlp If in my interpreter settings, in artifact section i insert: databricks:spark-corenlp:0.1 or com.databricks:spark-corenlp:0.1