Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: corrected firewall rule for Livy Spark2 and Livy Spark3
Browse files Browse the repository at this point in the history
SteBaum committed Oct 10, 2024
1 parent ca86999 commit 61ce152
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tdp_vars_defaults/firewall/firewall.yml
Original file line number Diff line number Diff line change
@@ -847,8 +847,8 @@ firewalld_rules:
- internal
state: present

# Livy
livy:
# Livy for Spark2
livy_server:
- name: livy_spark2_server_port
short: livy spark2 - HTTP port - livy.server.port
port: "{{ livy_spark2_server_port }}"
@@ -857,6 +857,9 @@ firewalld_rules:
- internal
- public
state: present

# Livy for Spark3
livy_spark3_server:
- name: livy_spark3_server_port
short: livy spark3 - HTTP port - livy.server.port
port: "{{ livy_spark3_server_port }}"

0 comments on commit 61ce152

Please sign in to comment.