Sent: 07 November 2017 18:23
To: solr-user
Subject: Re: Solr snakeyaml Error Problem
Caused by: java.lang.ClassNotFoundException: org.yaml.snakeyaml.Yaml
You haven't included anything that tells Solr where that file is. You've
included
but that specifically loads the jar file. T
Caused by: java.lang.ClassNotFoundException: org.yaml.snakeyaml.Yaml
You haven't included anything that tells Solr where that file is. You've
included
but that specifically loads the jar file. Try a regex pattern assuming
snakeyaml.Yaml is co-located with cassandra-jdbc-driver-0.6.4.jar
Best