Skip to content

Instantly share code, notes, and snippets.

@mathias
Last active August 29, 2015 13:55
Show Gist options
  • Save mathias/8761940 to your computer and use it in GitHub Desktop.
Save mathias/8761940 to your computer and use it in GitHub Desktop.
(def hadoop-ip "10.10.10.10")
(def hadoop-provider
(compute-service
"node-list"
:node-list [["hadoop" "hadoop-master" hadoop-ip :ubuntu]]))
(lift
(group-spec "hadoop-master"
:phases {:configure (phase-fn (package "vim"))})
:compute hadoop-provider))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment