Created 09-17-2019 08:39 AM
I am reading "Enable the Atlas Book & Bridge for Apache HBase" https://atlas.apache.org/Hook-HBase.html, and get stuck on the step below
Link Atlas hook jars in HBase classpath - 'ln -s <atlas package>/hook/hbase/* <hbase-home>/lib/'
Where is the HBase classpath in HDP?
I checked the file hbase_site.xml but still got lost. From the file,
# Extra Java CLASSPATH elements. Optional.
export HBASE_CLASSPATH=${HBASE_CLASSPATH}
Is the classpath env variable specified somewhere else?
Created 10-03-2019 12:34 PM
Hi @Seaport
If you're using ambari, Enable Atlas Hook should take case of that. In addition to that, follow the steps below:
Created 10-03-2019 12:34 PM
Hi @Seaport
If you're using ambari, Enable Atlas Hook should take case of that. In addition to that, follow the steps below:
Created 11-20-2019 09:58 AM
@ManuelCalvo Thanks.
Your solution works. My environment does not have Kerberos and Ranger enabled. So,
Also, as I found out, Atlas currently only stores HBase metadata and does not store HBase lineage data as it does for Hive.