[ 
https://issues.apache.org/jira/browse/HDFS-453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aaron Kimball updated HDFS-453:
-------------------------------

    Attachment: HDFS-453.4.patch

The two new findbugs warnings are introduced by code generated by the JspC 
compiler. 

I accidentally introduced two new uses of deprecated methods; these have been 
fixed. The third javac warning is the lack of serialUid in an auto-generated 
class. So this will continue to get a -1 javac warning.

JspC introduces a further warning now that we've added a jspx file:
{code}
[jsp-compile] 09/08/21 14:30:00 WARN compiler.TldLocationsCache: Internal 
Error: File /WEB-INF/web.xml not found
{code}

Given that JspC generates the correct web.xml file, is this a problem?

The core unit test failure is unrelated. 

>  XML-based metrics as JSP servlet for NameNode
> ----------------------------------------------
>
>                 Key: HDFS-453
>                 URL: https://issues.apache.org/jira/browse/HDFS-453
>             Project: Hadoop HDFS
>          Issue Type: New Feature
>            Reporter: Aaron Kimball
>            Assignee: Aaron Kimball
>         Attachments: dfshealth.xml.jspx, example-dfshealth.xml, 
> HDFS-453.2.patch, HDFS-453.3.patch, HDFS-453.4.patch, HDFS-453.5.patch, 
> HDFS-453.patch
>
>
> In HADOOP-4559, a general REST API for reporting metrics was proposed but 
> work seems to have stalled. In the interim, we have a simple XML translation 
> of the existing NameNode status page which provides the same metrics as the 
> human-readable page. This is a relatively lightweight addition to provide 
> some machine-understandable metrics reporting.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to