Skip to content

Instantly share code, notes, and snippets.

@dfilppi
Created March 7, 2013 22:28
Show Gist options
  • Save dfilppi/5112418 to your computer and use it in GitHub Desktop.
Save dfilppi/5112418 to your computer and use it in GitHub Desktop.
zookeeper servers config templating
storm.zookeeper.servers:
<% zooks.each { zook ->
println " - \"${zook.hostAddress}\""
} %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment