com.cloudera.api.v11
Interface CommandsResourceV11

All Superinterfaces:
CommandsResource

public interface CommandsResourceV11
extends CommandsResource


Method Summary
 ApiCommand retry(long commandId)
          Try to rerun a command.
 
Methods inherited from interface com.cloudera.api.v1.CommandsResource
abortCommand, readCommand
 

Method Detail

retry

@Path(value="/{commandId}/retry")
ApiCommand retry(long commandId)
Try to rerun a command.

Parameters:
commandId - ID of the command that needs to be run.
Returns:
Command that represents the retry attempt.


Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.