Sign in
apache
/
storm
/
refs/heads/0.5.0
/
.
/
src
/
clj
/
backtype
/
storm
/
command
/
config_value.clj
blob: 113a641d9233646306f7ccdc0aa7f7da7995a2ec [
file
] [
log
] [
blame
]
(
ns
backtype.storm.comm
and
.config-value
(
:use
[
backtype.storm config log
])
(
:gen-class
))
(
defn
-main
[
^String name
]
(
let
[
conf
(
read-storm-config
)]
(
println
"VALUE:"
(
conf name
))
))