-
-
Save tbatchelli/11262026 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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