Example usage for org.apache.hadoop.service ServiceOperations stop

List of usage examples for org.apache.hadoop.service ServiceOperations stop

Introduction

In this page you can find the example usage for org.apache.hadoop.service ServiceOperations stop.

Prototype

public static void stop(Service service) 

Source Link

Document

Stop a service.

Usage

From source file:org.apache.slider.server.services.workflow.TestWorkflowForkedProcessService.java

License:Apache License

@After
public void stopProcesses() {
    ServiceOperations.stop(process);
}