Hi, I'm using Atlas 0.8.0 and I was trying to re-configure it to not use HBase.
I successfully re-wired the graph persistence engine to Berkeley DB but it appears that the Audit module has a hard-coded dependency on HBase via org.apache.atlas.util. AtlasRepositoryConfiguration and org.apache.atlas.repository.audit.HBaseBasedAuditRepository.java. Is there any way to get an Atlas deployment working without HBase? I found the following 2 jira tickets that seem related: https://issues.apache.org/jira/browse/ATLAS-1870 https://issues.apache.org/jira/browse/ATLAS-2013 Snippet of the application log for reference: ... Caused by: org.apache.atlas.AtlasException: org.apache.hadoop.hbase.client.RetriesExhaustedException: Can't get the location for replica 0 at org.apache.atlas.repository.audit.HBaseBasedAuditRepository.createTableIfNotExists(HBaseBasedAuditRepository.java:358) Thank you, Szymon Zielinski
