Tansheet Izhad created ATLAS-4115:
-------------------------------------
Summary: Ranger Tag Sync
Key: ATLAS-4115
URL: https://issues.apache.org/jira/browse/ATLAS-4115
Project: Atlas
Issue Type: Bug
Components: atlas-core
Reporter: Tansheet Izhad
Currently trying to do ranger tag sync with a new in-build apache Atlas. Using
the ATLAS_REST_ENDPOINT for the tag sync.
But getting the following error:
{code:java}
28 Jan 2021 17:17:57 ERROR AtlasRESTTagSource [Thread-7] - 287 failed to
download tags from Atlas
org.apache.atlas.exception.AtlasBaseException: Given typename
AtlasGlossaryCategory was invalid
at org.apache.atlas.type.AtlasTypeRegistry.getType(AtlasTypeRegistry.java:108)
at
org.apache.atlas.type.AtlasRelationshipType.resolveReferences(AtlasRelationshipType.java:94)
at
org.apache.atlas.type.AtlasTypeRegistry$AtlasTransientTypeRegistry.resolveReferences(AtlasTypeRegistry.java:373)
at
org.apache.atlas.type.AtlasTypeRegistry$AtlasTransientTypeRegistry.addTypes(AtlasTypeRegistry.java:445)
at
org.apache.ranger.tagsync.source.atlasrest.AtlasRESTTagSource.getAtlasActiveEntities(AtlasRESTTagSource.java:284)
at
org.apache.ranger.tagsync.source.atlasrest.AtlasRESTTagSource.synchUp(AtlasRESTTagSource.java:217)
at
org.apache.ranger.tagsync.source.atlasrest.AtlasRESTTagSource.run(AtlasRESTTagSource.java:200)
{code}
Looks like it's failing because of invalid Type. But not able to find
AtlasGlossaryCategory type on the atlas UI.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)