Description
When launching a cluster without whirr.instance-templates specified in the config file used the following error message appears. It could be made more user friendly.
bin/whirr launch-cluster --config ~/cassandra.properties
Bootstrapping cluster
Exception in thread "main" java.lang.IndexOutOfBoundsException: index (0) must be less than size (0)
at com.google.common.base.Preconditions.checkElementIndex(Preconditions.java:301)
at com.google.common.base.Preconditions.checkElementIndex(Preconditions.java:280)
at com.google.common.collect.Iterables.get(Iterables.java:610)
at org.apache.whirr.cluster.actions.ScriptBasedClusterAction.execute(ScriptBasedClusterAction.java:77)
at org.apache.whirr.service.Service.launchCluster(Service.java:71)
at org.apache.whirr.cli.command.LaunchClusterCommand.run(LaunchClusterCommand.java:61)
at org.apache.whirr.cli.Main.run(Main.java:65)
at org.apache.whirr.cli.Main.main(Main.java:91)