public class RenewDelegationTokenServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
PATH_SPEC |
static String |
TOKEN |
| Constructor and Description |
|---|
RenewDelegationTokenServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected ClientProtocol |
createNameNodeProxy()
Create a
NameNode proxy from the current ServletContext. |
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected UserGroupInformation |
getUGI(javax.servlet.http.HttpServletRequest request,
Configuration conf) |
protected void |
writeXml(Exception except,
String path,
org.znerd.xmlenc.XMLOutputter doc)
Write the object to XML format
|
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic static final String PATH_SPEC
public static final String TOKEN
protected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void writeXml(Exception except, String path, org.znerd.xmlenc.XMLOutputter doc) throws IOException
IOExceptionprotected ClientProtocol createNameNodeProxy() throws IOException
NameNode proxy from the current ServletContext.IOExceptionprotected UserGroupInformation getUGI(javax.servlet.http.HttpServletRequest request, Configuration conf) throws IOException
IOExceptionCopyright © 2013 Apache Software Foundation. All rights reserved.