CDP 7.0.3中的地图集:找不到指定的配置集:vertex_index

我在CDP集群中添加了Atlas,发现无法连接Web UI。

在application.log中,我发现了错误:找不到指定的配置集:vertex_index。

我按照以下链接中的说明进行操作,但仍然无法使它正常工作。有什么建议吗?

https://issues.apache.org/jira/browse/AMBARI-18368

https://community.cloudera.com/t5/Support-Questions/Atlas-UI-not-available-Service-Unavailable/td-p/132435

这是application.log:

                          Atlas Server (STARTUP)

project.name:阿帕奇地图集

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(地图集:217)上为false

2020-04-21 16:41:34,562信息-[主:]〜

2020-04-21 16:41:35,236信息-[main:]〜未配置身份验证方法。默认为简单身份验证(LoginProcessor:102)

2020-04-21 16:41:35,315警告-[main:]〜无法为您的平台加载本机Hadoop库...使用适用的内置Java类(NativeCodeLoader:60)

2020-04-21 16:41:35,397信息-[主:]〜登录用户地图集(auth:SIMPLE)(LoginProcessor:77)

2020-04-21 16:41:36,202信息-[main:]〜未按配置运行运行安装程序atlas.server.run.setup.on.start。 (SetupSteps $ SetupRequired:189)

2020-04-21 16:41:38,552警告-[main:]〜给定的扫描URL为空。在配置中设置网址(Reflections:181)

2020-04-21 16:41:38,635警告-[main:]〜org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder的配置未指定系统属性'java.security.auth.login.config' (Krb5HttpClientBuilder:142)

2020-04-21 16:41:39,523信息-[main:]〜==> KafkaNotification()(KafkaNotification:105)

2020-04-21 16:41:39,524信息-[main:]〜

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)

ysw9232 回答:CDP 7.0.3中的地图集:找不到指定的配置集:vertex_index

似乎您必须在Solr中创建vertex_indexedge_indexfulltext_index

在Solr中创建3个收藏集,对我来说它是可行的。

本文链接:https://www.f2er.com/2388072.html

大家都在问