diff --git a/templates/waggle-dance-federation.yml.tmpl b/templates/waggle-dance-federation.yml.tmpl index 886f7aa..426bd3f 100644 --- a/templates/waggle-dance-federation.yml.tmpl +++ b/templates/waggle-dance-federation.yml.tmpl @@ -8,7 +8,7 @@ primary-meta-store: glue-endpoint: ${primary_metastore_glue_endpoint} %{else~} remote-meta-store-uris: thrift://${primary_metastore_host}:${primary_metastore_port} -%{if primary_metastore_host_read_only != "" ~} +%{if primary_metastore_read_only_host != "" ~} read-only-remote-meta-store-uris: thrift://${primary_metastore_read_only_host}:${primary_metastore_read_only_port} %{endif~} %{endif~}