org.apache.hadoop.hive.shims
Class ShimLoader
java.lang.Object
org.apache.hadoop.hive.shims.ShimLoader
public abstract class ShimLoader
- extends Object
Method Summary |
static HadoopShims |
getHadoopShims()
Factory method to get an instance of HadoopShims based on the
version of Hadoop on the classpath. |
static JettyShims |
getJettyShims()
Factory method to get an instance of JettyShims based on the version
of Hadoop on the classpath. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShimLoader
public ShimLoader()
getHadoopShims
public static HadoopShims getHadoopShims()
- Factory method to get an instance of HadoopShims based on the
version of Hadoop on the classpath.
getJettyShims
public static JettyShims getJettyShims()
- Factory method to get an instance of JettyShims based on the version
of Hadoop on the classpath.
Copyright © 2009 The Apache Software Foundation