我已经安装并运行了带有嵌入式apache hbase和apache solr的apache atlas。在bin/atlas\u start.py命令之后,我看到了apache atlas started消息,我可以grep atlas、hbase和solr进程 curl -u admin:admin http://localhost:21000/api/atlas/admin/version
,我得到下面的错误
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 </title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /api/atlas/admin/version. Reason:
<pre> Service Unavailable</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/>
</body>
</html>
早些时候,我在应用程序日志中发现以下错误
Caused by: org.apache.solr.common.SolrException: Cannot connect to cluster at localhost:2181: cluster not found/not ready
at org.apache.solr.common.cloud.ZkStateReader.createClusterStateWatchersAndUpdate(ZkStateReader.java:385)
at org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:141)
at org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:383)
at org.janusgraph.diskstorage.solr.Solr6Index.<init>(Solr6Index.java:218)
... 101 more
所以我安装了zookeeper,但现在我仍然有错误,当我发出curl命令,但没有看到任何应用程序日志生成。你能帮忙吗。
暂无答案!
目前还没有任何答案,快来回答吧!