我在CDP群集中添加了Atlas,发现无法连接Web UI。
在application.log中,我发现错误:找不到指定的配置集:vertex_index。
我按照以下链接中的说明进行操作,但仍然无法使它正常工作。有什么建议吗?
https://issues.apache.org/jira/browse/AMBARI-18368
这里是application.log:
Atlas Server (STARTUP)
project.name:apache-atlas
project.description:基于Hadoop的元数据管理和数据治理平台
build.user:jenkins
build.epoch:1574150696506
project.version:2.0.0.7.0.3.0-79
build.version:2.0.0.7.0.3.0-79
vc.revision:cbb309de67ee0215efa0763f03c2f32f40f1d8f3
vc.source.url:scm:git:git://git.apache.org/atlas.git/atlas-webapp
################################################ ###############################(图集:215)2020-04-21 16:41:34,562 INFO-[main:]〜>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>(地图集:216)
2020-04-21 16:41:34,562信息-[主要:]〜以TLS开头的服务器?在端口31000上为false(地图集:217)
2020-04-21 16:41:34,562信息-[主要:]〜<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< <
2020-04-21 16:41:35,236信息-[主要:]〜未配置身份验证方法。默认为简单身份验证(LoginProcessor:102)
2020-04-21 16:41:35,315警告-[主要:]〜无法使用适用的内置Java类为您的平台加载本机Hadoop库(NativeCodeLoader:60)
2020-04-21 16:41:35,397信息-[主:]〜登录用户地图集(auth:SIMPLE)(LoginProcessor:77)
2020-04-21 16:41:36,202信息-[主要:]〜未按照配置atlas.server.run.setup.on.start运行安装程序。 (SetupSteps $ SetupRequired:189)
2020-04-21 16:41:38,552警告-[主要:]〜给定的扫描URL为空。在配置中设置网址(Reflections:181)
2020-04-21 16:41:38,635警告-[主:]〜org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder的配置未指定系统属性'java.security.auth.login.config'( Krb5HttpClientBuilder:142)
2020-04-21 16:41:39,523信息-[主要:]〜==> KafkaNotification()(KafkaNotification:105)
2020-04-21 16:41:39,524 INFO-[main:]〜<== KafkaNotification()(KafkaNotification:137)
2020-04-21 16:41:39,562信息-[主要:]〜为图形创建索引。 (GraphBackedSearchIndexer:286)
2020-04-21 16:41:40,629信息-[主:]〜创建的索引:vertex_index(GraphBackedSearchIndexer:291)
2020-04-21 16:41:40,645信息-[主要:]〜创建的索引:edge_index(GraphBackedSearchIndexer:297)
2020-04-21 16:41:40,655信息-[主要:]〜创建的索引:fulltext_index(GraphBackedSearchIndexer:303)
2020-04-21 16:41:40,775错误-[main:]〜GraphBackedSearchIndexer.initialize()失败(GraphBackedSearchIndexer:353)
org.apache.solr.client.solrj.impl.HttpSolrClient $ RemoteSolrException:服务器在http://xxx:8983/solr处出错:找不到指定的配置集:vertex_index
在org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
在org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
在org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
似乎您必须在Solr中创建vertex_index
,edge_index
,fulltext_index
。
在Solr中创建3个收藏集,对我来说有用。