- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Created on 03-28-2018 03:57 AM
Currently there is no Atlas hook for HBase, HDFS, or Kafka. For these components, you must manually create entities in Atlas. You can then associate tags with these entities and control access using Ranger tag-based policies.
- On the Atlas web UI Search page, click the create new entity link at the top of the page.
- On the Create Entity pop-up, select an entity type.
- Enter the required information for the new entity. Click All to display both required and non-required information. Click Create to create the new entity.
- The entity is created and returned in search results for the applicable entity type. You can now associate tags with the new entity and control access to the entity with Ranger tag-based policies.
The above example illustrates manually creating an entity for HDFS_PATH only. This can be extended to KAFKA and HBASE entities.
Created on 03-29-2018 08:28 AM
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
The problem with HDFS path entities in Atlas, is that you can make multiple entities on the same path. And you can tag them differently. So potentially you can make a big mess.
Created on 12-15-2018 08:57 PM
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
To allow creation and edit of any other types (including your custom ones) add this property to conf/atlas-application.properties file:
atlas.ui.editable.entity.types=type1,type2,type3,...