We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6278053 commit 9f3faa0Copy full SHA for 9f3faa0
roles/config/cluster/base/templates/configs/inter-service-dependencies.j2
@@ -28,7 +28,9 @@ HIVE:
28
{% if 'ATLAS' in cluster.services and not (cdh_cdp_upgrade|default(false)|bool) %}
29
atlas_service: atlas
30
{% endif %}
31
+{% if cloudera_runtime_version is version('7.0.0','<=') %}
32
spark_on_yarn_service: spark_on_yarn
33
+{% endif %}
34
zookeeper_service: zookeeper
35
36
HIVE_ON_TEZ:
0 commit comments