- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Why is Taxonomy not showing in Atlas UI?
- Labels:
-
Apache Atlas
Created on ‎09-28-2016 07:01 PM - edited ‎08-18-2019 03:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't have a "Taxonomy" tab in my Atlas UI of HDP 2.5 sandbox.
Is there a way to enable this?
I only have "TAGS" and "SEARCH"
Created ‎09-28-2016 07:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Business Catalog feature, which deals with Taxonomy, is in tech-preview in HDP-2.5 release. Hence the feature is disabled by default. To enable this feature, add the following configuration to Atlas server configuration (atlas-application-properties) and restart Atlas server:
atlas.feature.taxonomy.enable=true
Please note that this feature is in tech-preview; GA version may not support the taxonomy data created in the tech-preview release.
Created ‎09-28-2016 07:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Business Catalog feature, which deals with Taxonomy, is in tech-preview in HDP-2.5 release. Hence the feature is disabled by default. To enable this feature, add the following configuration to Atlas server configuration (atlas-application-properties) and restart Atlas server:
atlas.feature.taxonomy.enable=true
Please note that this feature is in tech-preview; GA version may not support the taxonomy data created in the tech-preview release.
Created ‎09-28-2016 08:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks! That worked. Good to know about the TP status.
