public abstract class ShimLoader extends Object
Modifier and Type | Field and Description |
---|---|
static String |
HADOOP20SVERSIONNAME |
static String |
HADOOP23VERSIONNAME |
Modifier and Type | Method and Description |
---|---|
static org.apache.log4j.AppenderSkeleton |
getEventCounter() |
static HadoopShims |
getHadoopShims()
Factory method to get an instance of HadoopShims based on the
version of Hadoop on the classpath.
|
static HadoopThriftAuthBridge |
getHadoopThriftAuthBridge() |
static JettyShims |
getJettyShims()
Factory method to get an instance of JettyShims based on the version
of Hadoop on the classpath.
|
static String |
getMajorVersion()
Return the "major" version of Hadoop currently on the classpath.
|
static SchedulerShim |
getSchedulerShims() |
public static String HADOOP20SVERSIONNAME
public static String HADOOP23VERSIONNAME
public static HadoopShims getHadoopShims()
public static JettyShims getJettyShims()
public static org.apache.log4j.AppenderSkeleton getEventCounter()
public static HadoopThriftAuthBridge getHadoopThriftAuthBridge()
public static SchedulerShim getSchedulerShims()
public static String getMajorVersion()
Copyright © 2017 The Apache Software Foundation. All rights reserved.