Member since
03-08-2016
2
Posts
1
Kudos Received
0
Solutions
03-11-2016
01:09 PM
I've been able to sort this problem. I had a wrong field in the initParams definition in the solrconfig.xml file. I detected this error in Solr's logs. After fixing it, the MapReduce job started working. I wonder why this impact in DirectoryIngestMapper because I was using that Solr config in another envs for testing and I was able to index without problem with other requestHandlers. Seems that the Mapper class depends on that config at some point. Regards,
... View more
03-08-2016
03:41 PM
1 Kudo
Hello everyone! I'm struggling with the same problem. I've installed Hortonworks 2.3 on 3 Machines using the Installation Guide, after that I've installed hdpsearch according to the docs too so the current state of my configs is pretty ootb. I can run propely all the steps but failing in this last one. The collection exists, my cluster is not kerberized, I'm using all the zk instances, I've tried to run it without the /solr but nothing. Update: I've also followed the good practices to clean and chroot my SolrCloud following this post Best Practice: 'chroot' your Solr Cloud in ZooKeeper. Still having the same issue when trying to index with the DirectoryIngestMapper: Solr server not available on: 10.1.0.4:2181,10.1.0.5:2181,10.1.0.6:2181/solr
Make sure that collection [boletines_cba] exists Does anyone have some insight on how to solve this issue? Best regards,
... View more