|
@@ -342,7 +342,8 @@ public class SCMDatanodeProtocolServer implements
|
|
((ReplicateContainerCommand)cmd).getProto())
|
|
((ReplicateContainerCommand)cmd).getProto())
|
|
.build();
|
|
.build();
|
|
default:
|
|
default:
|
|
- throw new IllegalArgumentException("Not implemented");
|
|
|
|
|
|
+ throw new IllegalArgumentException("Scm command " +
|
|
|
|
+ cmd.getType().toString() + " is not implemented");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|