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.

Ranger dependency on Atlas

avatar
Expert Contributor

Just tried out HDP 2.3.2 Sandbox, my Hive query fails when Atlas service is down. If I want to enable Hive Plugin on Ranger, will Ambari install Atlas automatically? Is there any dependency btw these two components?

1 ACCEPTED SOLUTION

avatar
New Member
@wayne2chicago

Ambari will only install Atlas if you select during install (UI install wizard) or if you are using blueprints, you explicitly declare that Atlas should be installed. Ranger does not have a dependency on Atlas.

As for the Hive query that is failing, in HDP 2.3x, Atlas is required to be running in order for the Hive post execution hook for Atlas to fire properly since it is using a REST API to propagate the metadata. This limitation is being addressed by introducing a messaging layer which decouples Atlas from Hive such that the state of the Atlas process does not affect the execution of Hive queries.

View solution in original post

2 REPLIES 2

avatar
New Member
@wayne2chicago

Ambari will only install Atlas if you select during install (UI install wizard) or if you are using blueprints, you explicitly declare that Atlas should be installed. Ranger does not have a dependency on Atlas.

As for the Hive query that is failing, in HDP 2.3x, Atlas is required to be running in order for the Hive post execution hook for Atlas to fire properly since it is using a REST API to propagate the metadata. This limitation is being addressed by introducing a messaging layer which decouples Atlas from Hive such that the state of the Atlas process does not affect the execution of Hive queries.

avatar
Expert Contributor

Thanks. Well said.