InvokableBuilder<Command> |
ClusterApi.add_nodes(String labelOrId,
int node_count)
Corresponds to http://docs.qubole.com/en/latest/rest-api/cluster_api/add-node.html
|
InvokableBuilder<Command> |
ClusterApi.remove_node(String labelOrId,
String private_dns)
Corresponds to http://docs.qubole.com/en/latest/rest-api/cluster_api/remove-node.html
|
InvokableBuilder<Command> |
ClusterApi.replace_node(String labelOrId,
String private_dns)
Corresponds to http://docs.qubole.com/en/latest/rest-api/cluster_api/replace-node.html
|
InvokableBuilder<Command> |
CommandApi.status(String queryId)
Corresponds to http://www.qubole.com/docs/view-command-status/
|
InvokableBuilder<Command> |
SchedulerApi.viewCommand(int scheduleId,
int instanceId)
Corresponds to http://www.qubole.com/docs/view-a-scheduled-command/
|