Skip to content

Instantly share code, notes, and snippets.

@tbatchelli
Created April 24, 2014 17:08
Show Gist options
  • Save tbatchelli/11262026 to your computer and use it in GitHub Desktop.
Save tbatchelli/11262026 to your computer and use it in GitHub Desktop.
palletops.cluster.hadoop.cli=> (use 'palletops.cluster.hadoop.cmd :reload)
nil
palletops.cluster.hadoop.cli=> (time (-main "start" "--profile" "123"))
{:spec-file "cluster_spec.clj",
:credentials "credentials.clj",
:profile "123",
:cli/arg-descriptors [["command" "Command name" :vararg true]],
:cli/description "Hadoop Cluster Builder Tool",
:cli/option-descriptors (),
:cli/config
{:main-var
#<Var@3b114c4f:
#<cmd$eval3065$cli_main3062__3069 palletops.cluster.hadoop.cmd$eval3065$cli_main3062__3069@2a6a151b>>,
:commands [com.palletops.cli.command.help],
:ns-prefixes ["palletops.cluster.hadoop.cli."],
:self-name "hadoop",
:version nil,
:sha nil,
:project nil,
:project-name "Hadoop Cluster Builder",
:main-fn main}}
()
"Elapsed time: 14301.852 msecs"
nil
palletops.cluster.hadoop.cli=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment