Member since
10-12-2016
15
Posts
3
Kudos Received
0
Solutions
07-15-2020
11:12 PM
We have updated this article to remove links to videos that are no longer available.
... View more
12-08-2017
09:20 AM
Hi @Geoffrey Shelton Okot, Thanks for your reply. I am using "Solr" service not "Infra-solr" cloud service. So the vaule provided for "atlas.graph.index.search.solr.zookeeper-url" parameter indeed correct.("ZOOKEEPER_HOSTNAME:2181/solr") To fix this issue, i have manually created two Solr collections - vertex_index , fulltext_index and restarted Atlas service. Its working fine now. Solr Collections - $ solr create -c vertex_index -shards 1 -replicationFactor 1 $ solr create -c fulltext_index -shards 1 -replicationFactor 1 Question - Why Solr collections are not created while installing Atlas service? Does it supports only "Infra-Solr" ? Thanks, Kumar TG
... View more
10-20-2016
09:27 AM
you can follow following page : http://bigdatafan.blogspot.in/2016/05/upgrade-java-to-jdk-8-on-cloudera-cdh.html additionally, update the symbolic link that from which java runs. For my cluster it was /usr/bin/java which I got from which java. You can remove the same and create a new link from the location where you will place new java version
... View more