Skip to content

Commit

Permalink
Merge pull request #11 from mlimotte/master
Browse files Browse the repository at this point in the history
bugfix for ami-version
  • Loading branch information
bzimmer committed Aug 7, 2012
2 parents 7b46553 + 4727e37 commit d9bf535
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
@@ -1,5 +1,10 @@
CHANGES CHANGES


1.1.1

- Bugfix: :ami-version default should only be set in base.clj, not the command line defaults,
otherwise it is not overridable in a project specific base file.

1.1.0 1.1.0


- fire! accepts a "fn of eopts" which returns the cluster - fire! accepts a "fn of eopts" which returns the cluster
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject lemur "1.1.0" (defproject lemur "1.1.1"


:description "Lemur is a tool to launch hadoop jobs locally or on EMR :description "Lemur is a tool to launch hadoop jobs locally or on EMR
based on a configuration file, referred to as a jobdef." based on a configuration file, referred to as a jobdef."
Expand Down
4 changes: 2 additions & 2 deletions src/main/clj/lemur/command_line.clj
Expand Up @@ -244,8 +244,8 @@
[:slave-instance-type "Instance type for slaves" "m1.large"] [:slave-instance-type "Instance type for slaves" "m1.large"]
[:availability-zone "Amazon availabilty zone" nil] [:availability-zone "Amazon availabilty zone" nil]
[:num-instances "Number of instances (including the master)" "1"] [:num-instances "Number of instances (including the master)" "1"]
[:ami-version (str "Which AMI to use (see RunJobFlowRequest#setAmiVersion in " [:ami-version
"the AWS Java SDK. ONLY USED IF --version is 6") "latest"] "Which AMI to use (see RunJobFlowRequest#setAmiVersion in the AWS Java SDK)"]
[:spot-task-group [:spot-task-group
(str "Create a task group w/ spot instances. Value is type,price,num-addl-instances. " (str "Create a task group w/ spot instances. Value is type,price,num-addl-instances. "
"E.g. m1.xlarge,30%,300")] "E.g. m1.xlarge,30%,300")]
Expand Down

0 comments on commit d9bf535

Please sign in to comment.