Class WebUiPageTree.HistoryPage

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

@Path("/history") @RolesAllowed("admin") public static class WebUiPageTree.HistoryPage extends Object
Displays a history of completed tasks which indicates failed or cancelled Drillbits. Helps the admin to understand what has been happening on the cluster if Drillbits have died.
  • Constructor Details

    • HistoryPage

      public HistoryPage()
  • Method Details

    • getRoot

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