Example usage for org.apache.hadoop.hdfs.server.namenode SecondaryNameNode shutdown

List of usage examples for org.apache.hadoop.hdfs.server.namenode SecondaryNameNode shutdown

Introduction

In this page you can find the example usage for org.apache.hadoop.hdfs.server.namenode SecondaryNameNode shutdown.

Prototype

public void shutdown() 

Source Link

Document

Shut down this instance of the datanode.

Usage

From source file:io.fabric8.hadoop.hdfs.SecondaryNameNodeFactory.java

License:Apache License

@Override
protected void doDelete(SecondaryNameNode service) throws Exception {
    service.shutdown();
}