On my RHEL server, I have created keyspace keyspace1 and table table1 in Cassandra and also configured SOLR successfully. Now I want to create a SOLR core so I write:
curl "http://localhost:8983/solr/admin/cores?action=CREATE&name=keyspace1.table1&generateResources=true"
But I am getting the error
Curl: (7) couldn't connect to host
Help appreciated !!
netstat -nat |grep 8983- nastra