Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!
Labels (1)
avatar

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.

  1. On the Atlas web UI Search page, click the create new entity link at the top of the page.

  2. On the Create Entity pop-up, select an entity type.

  3. 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.

  4. 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.

7,656 Views
Comments
avatar
Expert Contributor

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.

avatar
New Member

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,...

Version history
Last update:
‎03-28-2018 03:57 AM
Updated by:
Contributors