org.apache.hadoop.hive.shims
Interface JettyShims


public interface JettyShims

Since Hadoop ships with different versions of Jetty in different versions, Hive uses a shim layer to access the parts of the API that have changed. Users should obtain an instance of this class using the ShimLoader factory.


Nested Class Summary
static interface JettyShims.Server
          Server.
 
Method Summary
 JettyShims.Server startServer(String listen, int port)
           
 

Method Detail

startServer

JettyShims.Server startServer(String listen,
                              int port)
                              throws IOException
Throws:
IOException


Copyright © 2013 The Apache Software Foundation