Member since
02-24-2016
24
Posts
7
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2283 | 02-02-2017 10:19 AM | |
6124 | 12-20-2016 10:40 AM |
05-18-2017
12:42 PM
Hi @Qi Wang, Yes, it should be fixed in the next maintenance release. In the meantime, please use the workaround provided. Thanks,
... View more
02-02-2017
08:04 AM
Yes, all clients are installing on the host
... View more
12-23-2016
10:43 AM
2 Kudos
I have installed HDP 2.5 and Atlas 0.7.0.2.5 and I don't need HBase to use Atlas. Currently I'm using Solr (Ambari Infra) as the index engine and Berkeleyje as the storage engine. The real dependency between Atlas and HBase is the AuditRepository, by default use HBase. Is not easy change it, but investigating the source code I found a special property atlas.EntityAuditRepository.impl that you have to set with the value org.apache.atlas.repository.audit.InMemoryEntityAuditRepository (is case sensitive, so copy&paste exactly the name of the property and the value). @Chad Woodhedad, add the above property as the screenshot shows, restart Atlas services and you will have it, Atlas without HBase 🙂 And now some details about how I found that property: In this link from GitHub you can see why Atlas by default needs HBase. And in this link from GitHub you can find the available values that you can use for configure the audit. Don't worry about the rest of the properties related with HBase. Atlas will use the value of atlas.graph.storage.hbase.table to create the table in the storage backend that you choose (Berkeleyje or Cassandra). With these properties my Atlas services work very well. I hope this information is helpful and work for you to avoid install HBase in your clusters.
... View more
12-21-2016
11:45 AM
Yes, I did that steps. Here you have an example of the verbose log of Ambari Agent. Each text file is the log generated in each restart of the ambari-agent. Logs -->ambari-log1.txt and ambari-log2.txt
... View more
05-16-2017
09:08 AM
@subash sharma Can you explain it a brief with command how you import hive metadata in atlas. Looking for a learning lesson here
... View more