This closes #878

This commit is contained in:
Clebert Suconic 2016-11-02 14:15:52 -04:00
commit 99a440b0d0
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ public class Create extends InputAbstract {
boolean clustered = false;
@Option(name = "--max-hops", description = "Number of hops on the cluster configuration")
int maxHops = 0;
int maxHops = 1;
@Option(name = "--message-load-balancing", description = "Load balancing policy on cluster. [ON_DEMAND (default) | STRICT | OFF]")
MessageLoadBalancingType messageLoadBalancing = MessageLoadBalancingType.ON_DEMAND;