Example usage for org.apache.hadoop.yarn.util YarnVersionInfo getVersion

List of usage examples for org.apache.hadoop.yarn.util YarnVersionInfo getVersion

Introduction

In this page you can find the example usage for org.apache.hadoop.yarn.util YarnVersionInfo getVersion.

Prototype

public static String getVersion() 

Source Link

Document

Get the YARN version.

Usage

From source file:co.cask.cdap.operations.yarn.YarnInfo.java

License:Apache License

@Override
public String getVersion() {
    return YarnVersionInfo.getVersion();
}