Reputation: 1359
I just successfully installed datastax enterprise 5.0 but I can't get solr running
I got "Connection refused" trying to use
dsetool create_core keyspace.table
Also port 8983 isn't listening
Is there something to do in order to launch the solr service ?
Regards
Upvotes: 0
Views: 217
Reputation: 7305
Yeah if it's a tarball start with dse cassandra -s
for search. If it's a package install, edit /etc/defaults/dse
to have SOLR_ENABLED=1
Upvotes: 2