Trying to index document in Solr with Spark and solr-spark library

2015-12-16 Thread Guillermo Ortiz
I'm trying to index document to Solr from Spark with the library solr-spark I have create a project with Maven and include all the dependencies when I execute spark but I get a ClassNotFoundException. I have check that the class is in one of the jar that I'm including ( solr-solrj-4.10.3.jar) I

Re: Trying to index document in Solr with Spark and solr-spark library

2015-12-16 Thread Guillermo Ortiz
I have found a error more specific in an executor. The another error is happening in the Driver. I have navigate in Zookeeper in the collection is created. Anyway, it seems more a problem with Solr than Spark right now. 2015-12-16 16:31:43,923 [Executor task launch worker-1] INFO