Spring for Apache Hadoop

org.springframework.data.hadoop.util
Class VersionUtils

java.lang.Object
  extended by org.springframework.data.hadoop.util.VersionUtils

public class VersionUtils
extends java.lang.Object

Simple utility class that provides methods to handle different versions of Hadoop.

Author:
Thomas Risberg

Constructor Summary
VersionUtils()
           
 
Method Summary
static boolean isHadoop2X()
           
static boolean isYarnAvailable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionUtils

public VersionUtils()
Method Detail

isHadoop2X

public static boolean isHadoop2X()

isYarnAvailable

public static boolean isYarnAvailable()

Spring for Apache Hadoop