Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Stavros Kontopoulos committed Aug 1, 2017
1 parent d0c094c commit 1dc35aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container/appmaster/runit/service/flink/run
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function add_if_non_empty() {
}

function add_mesos_configurations() {
add_if_non_empty jobmanager.rpc.address $(hostname -f)
add_if_non_empty jobmanager.rpc.address $(hostname -f)
add_if_non_empty mesos.resourcemanager.framework.role "${FLINK_DISPATCHER_MESOS_ROLE}"
add_if_non_empty mesos.resourcemanager.framework.principal "${FLINK_DISPATCHER_MESOS_PRINCIPAL}"
add_if_non_empty mesos.resourcemanager.framework.secret "${FLINK_DISPATCHER_MESOS_SECRET}"
Expand Down Expand Up @@ -84,7 +84,7 @@ function add_ha_configurations() {
add_if_non_empty high-availability.job.delay "${FLINK_HIGH_AVAILABILITY_JOB_DELAY}"
add_if_non_empty high-availability.zookeeper.path.root "${FLINK_HIGH_AVAILABILITY_ZOOKEEPER_PATH_ROOT}"
# used for the client at ha services initiated by the mesos app master runner
add_if_non_empty ghigh-availability.zookeeper.client.session-timeout \
add_if_non_empty high-availability.zookeeper.client.session-timeout \
"${FLINK_HIGH_AVAILABILITY_ZOOKEEPER_CLIENT_SESSION_TIMEOUT}"
add_if_non_empty high-availability.zookeeper.client.connection-timeout \
"${FLINK_HIGH_AVAILABILITY_ZOOKEEPER_CLIENT_CONNECTION_TIMEOUT}"
Expand Down

0 comments on commit 1dc35aa

Please sign in to comment.