Package com.amazonaws.services.elasticmapreduce.model

Examples of com.amazonaws.services.elasticmapreduce.model.TerminateJobFlowsRequest


    @Override
    protected void _run(String[] arguments) throws Exception {
        KillPersistentClusterOptions options=extractOptions(arguments);
        emrClient.terminateJobFlows(
                new TerminateJobFlowsRequest()
                        .withJobFlowIds(options.runningCluster));
    }
View Full Code Here

TOP

Related Classes of com.amazonaws.services.elasticmapreduce.model.TerminateJobFlowsRequest

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.