Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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