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 scritto:

> 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-corenlp
>> If in my interpreter settings, in artifact section i insert:
>> databricks:spark-corenlp:0.1
>> or
>> com.databricks:spark-corenlp:0.1
>>
>> no package is found.
>> Where am i wrong?
>>
>> Thanks
>> Andrea
>>
>
>


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-corenlp
> If in my interpreter settings, in artifact section i insert:
> databricks:spark-corenlp:0.1
> or
> com.databricks:spark-corenlp:0.1
>
> no package is found.
> Where am i wrong?
>
> Thanks
> Andrea
>


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

no package is found.
Where am i wrong?

Thanks
Andrea