Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Why is Taxonomy not showing in Atlas UI?

avatar
Guru

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"

8108-screen-shot-2016-09-28-at-125309-pm.png

1 ACCEPTED SOLUTION

avatar
Rising Star

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.

View solution in original post

2 REPLIES 2

avatar
Rising Star

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.

avatar
Guru

Thanks! That worked. Good to know about the TP status.