Skip to content

Commit 9f3faa0

Browse files
authored
Remove spark_on_yarn_service dependency for Hive for CDP 7.0.0 or higher (#123)
Signed-off-by: Anis FATHALLAH <[email protected]>
1 parent 6278053 commit 9f3faa0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

roles/config/cluster/base/templates/configs/inter-service-dependencies.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ HIVE:
2828
{% if 'ATLAS' in cluster.services and not (cdh_cdp_upgrade|default(false)|bool) %}
2929
atlas_service: atlas
3030
{% endif %}
31+
{% if cloudera_runtime_version is version('7.0.0','<=') %}
3132
spark_on_yarn_service: spark_on_yarn
33+
{% endif %}
3234
zookeeper_service: zookeeper
3335

3436
HIVE_ON_TEZ:

0 commit comments

Comments
 (0)