Hi all,

I tried to start a whirr cluster 0.5.0 via the Java API with the following commands:

ClusterSpec spec = new ClusterSpec(whirrConfig);
ClusterController controller = new ClusterController();



I got the following exception:

Exception in thread "pool-2-thread-1" java.lang.IllegalArgumentException: No handler for role hadoop-jobtracker at org.apache.whirr.actions.ScriptBasedClusterAction.execute(ScriptBasedClusterAction.java:73)


I checked the services in
new ClusterControllerFactory().availableServices()
There is only one service (byon) available.


Any ideas? Thanks for your help!

Best regards,
Lukas.

Reply via email to