blob: 113a641d9233646306f7ccdc0aa7f7da7995a2ec [file] [log] [blame]
(ns backtype.storm.command.config-value
(:use [backtype.storm config log])
(:gen-class))
(defn -main [^String name]
(let [conf (read-storm-config)]
(println "VALUE:" (conf name))
))