org.apache.hadoop.hive.shims
Class ShimLoader

java.lang.Object
  extended by org.apache.hadoop.hive.shims.ShimLoader

public abstract class ShimLoader
extends Object


Constructor Summary
ShimLoader()
           
 
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
 

Constructor Detail

ShimLoader

public ShimLoader()
Method Detail

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