nathanmarz / storm-deploy

One click deploy for Storm clusters on AWS
Other
516 stars 148 forks source link

deployment fails when using a branch named with the format "apache-0.9.1" #63

Open tbatchelli opened 10 years ago

tbatchelli commented 10 years ago

It seems like the code is trying to parse the version number:

ERROR logging - Caused by: java.lang.NumberFormatException: For input string: "apache-0"
ERROR logging - at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
ERROR logging - at java.lang.Integer.parseInt(Integer.java:492)
ERROR logging - at java.lang.Integer.parseInt(Integer.java:527)
ERROR logging - at backtype.storm.branch$parse_branch$fn__6476.invoke(branch.clj:4)
ERROR logging - at clojure.core$map$fn__3695.invoke(core.clj:2096)
ERROR logging - at clojure.lang.LazySeq.sval(LazySeq.java:42)