Created on 12-13-2018 04:52 AM - edited 08-17-2019 03:54 PM
when I config the apache atlas with hbase which in hadoop cluster,i meet this problem "Failed to obtain graph instance, retrying 3 times, error: java.lang.IllegalArgumentException:Could not instantiate implementation: org.janusgraph.diskstorage.hbase.HBaseStoreManager (AtlasGraphProvider:86)", and while i access the url with "curl -u admin:admin http://localhost:21000/api/atlas/v2/types/typedefs/headers".It return this picture;.There are some config here,could somebody help me ?
Created 12-13-2018 10:41 AM
@gin chen Are you using Atlas from HDP or from Apache and which version?
If apache then how have built the atlas code?
Also provide logs from atlas-application.log
Please provide this inputs.
Created 12-13-2018 11:04 AM
The apache atlas version is apache-atlas-1.1.0 which built by code whith the command "mvn clean -DskipTestspackage-Pdist" and I config it according to atlas website.This is the atlas-application.log.application.txt
Created 12-14-2018 09:22 AM
for me with following properties worked for Atlas with External hbase and Solr
atlas.audit.hbase.tablename=ATLAS_ENTITY_AUDIT_EVENTS
atlas.audit.hbase.zookeeper.quorum=zk1,zk2,zk3
atlas.audit.zookeeper.session.timeout.ms=60000
atlas.graph.index.search.solr.mode=cloud
atlas.graph.index.search.solr.wait-searcher=true
atlas.graph.index.search.solr.zookeeper-url=zk1:2181/solr,zk2:2181/solr,zk3:2181/solr atlas.graph.storage.hbase.table=apache_atlas_janus
atlas.graph.storage.hostname=zk1:2181
Created 12-18-2018 09:40 AM
I config the atlas-application.properties with what you said ,but it's also report the same mistake.I didn't create the namespace "solr" in zookeeper,just put it in the root directory ("/") .Is that any problem?