Class WebUiPageTree.RedirectPage

java.lang.Object
org.apache.drill.yarn.appMaster.http.WebUiPageTree.RedirectPage
Enclosing class:
WebUiPageTree

@Path("/redirect") @PermitAll public static class WebUiPageTree.RedirectPage extends Object
DoY provides a link to YARN to display the AM UI. YARN wants to display the linked page in a frame, which does not play well with the DoY UI. To avoid this, we give YARN a link to this redirect page which does nothing other than to redirect the browser to the (full) DoY main UI.
  • Constructor Details

    • RedirectPage

      public RedirectPage()
  • Method Details

    • getRoot

      @GET @Produces("text/html") public org.glassfish.jersey.server.mvc.Viewable getRoot()