Created 05-24-2018 07:30 AM
After create hbase table y cant see that on Apache Atlas, could anyone help me?
thanks
Created 05-31-2018 04:02 AM
Can you please tell me:
Created 05-31-2018 06:33 AM
version atlas: 0.8.0.
I thought HBas Hook was installed by default on HDP, so pleae how could I install it? its official and suported by HDP?
Created 05-31-2018 06:33 AM
version atlas: 0.8.0.
I thought HBas Hook was installed by default on HDP, so pleae how could I install it? its official and suported by HDP?
Created 05-31-2018 07:53 AM
I did it from hbase conf
<property> <name>hbase.coprocessor.master.classes</name> <value>org.apache.atlas.hbase.hook.HBaseAtlasCoprocessor</value> </property>
then i Copied this file from atlas config to hbase config dir
cp /usr/hdp/current/atlas-server/conf/atlas-application.properties /usr/hdp/current/hbase-master/conf/
but i CANT find this:
Copy entire contents of folder <atlas package>/hook/hbase to HBase class path. # ls -lrt /usr/hdp/current/atlas-server/hook/ total 0 drwxr-xr-x. 3 atlas hadoop 134 Feb 26 04:02 hive drwxr-xr-x. 3 atlas hadoop 138 Feb 26 04:12 falcon drwxr-xr-x. 3 atlas hadoop 136 Feb 26 04:17 sqoop
So please how can I install or get the HBASE-HOOK?