Created on 01-17-2017 03:00 PM - edited 08-19-2019 02:18 AM
Hi,
I have installed HDP 2.5 on Azure. All my services are OK on the Ambari interface but when I try to access to the Atlas Dashboard, I encounter following error :
Looking at /var/log/atlas/application.log :
Error injecting constructor, org.apache.atlas.repository.RepositoryException: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://10.0.0.5:8886/solr: Can not find the specified config set: vertex_index
Do you have any idea ?
Thanks for your help.
Regards, Olivier
Created 01-17-2017 09:51 PM
See if you are running into similar issue mentioned here https://issues.apache.org/jira/browse/AMBARI-18368
Created 01-17-2017 07:08 PM
Looks like the Solr index didn't get created properly or is having issues. Can you share your application.properties file ?
Created 01-17-2017 09:51 PM
See if you are running into similar issue mentioned here https://issues.apache.org/jira/browse/AMBARI-18368
Created 01-17-2017 10:02 PM
Hi Milind,
Than you for your answer. Unfortunately, I have already tried this...
Moreover, I have following error on Solr:
Collection: vertex_index operation: create failed:org.apache.solr.common.SolrException: Can not find the specified config set: vertex_index at org.apache.solr.cloud.OverseerCollectionMessageHandler.createCollection(OverseerCollectionMessageHandler.java:1904) at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:221) at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:437) at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745)
Any idea ?
Regards,
Olivier
Created 01-18-2017 12:26 AM
Sorry it worked !!!
I just had to change the command :
chown atlas:hadoop /etc/atlas/conf/solr/*
to
chown -R atlas:hadoop /etc/atlas/conf/solr/*
Thanks a lot for your help