从源代码安装Apache Atlas 1.1.0后,我得到以下提示。
2018-11-06 07:14:08.833 ERROR (qtp766572210-21) [ ] o.a.s.c.c.ZkStateReader Specified config does not exist in ZooKeeper: [fulltext_index]
2018-11-06 07:14:08.834 ERROR (qtp766572210-21) [ ] o.a.s.h.RequestHandlerBase org.apache.solr.common.cloud.ZooKeeperException: Specified config does not exist in ZooKeeper: fulltext_index
at org.apache.solr.common.cloud.ZkStateReader.readConfigName(ZkStateReader.java:161)
at org.apache.solr.handler.admin.ClusterStatus.getClusterStatus(ClusterStatus.java:142)
似乎Solr试图在Zookeeper中寻找这些集合。
当我检查Zookeeper时。这些集合是空的。
[zk: localhost:2181(CONNECTED) 2] ls /collections/fulltext_index
[]
我尝试手动运行Solr命令,并得到相同的错误。
solr create -c fulltext_index -shards 1 -replicationFactor 1
ERROR: Specified config does not exist in ZooKeeper: fulltext_index
感谢您的帮助! :)