[ 
https://issues.apache.org/jira/browse/HADOOP-10892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14072475#comment-14072475
 ] 

Arpit Agarwal commented on HADOOP-10892:
----------------------------------------

Examples:
{code}
[ERROR] 
/src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineEditsViewer/XmlEditsVisitor.java:[32,48]
 OutputFormat is internal proprietary API and may be removed in a future release
[ERROR] 
/src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineEditsViewer/XmlEditsVisitor.java:[33,48]
 XMLSerializer is internal proprietary API and may be removed in a future 
release
[ERROR] 
/src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSClient.java:[27,77]
 Unsafe is internal proprietary API and may be removed in a future release
{code}

> Suppress 'proprietary API' warnings
> -----------------------------------
>
>                 Key: HADOOP-10892
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10892
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Arpit Agarwal
>
> The 'proprietary API' warnings provide no useful information and clutter up 
> the build output, hiding legitimate warnings in the noise.
> Most of the warnings appear to be about OutputFormat, XMLSerializer and 
> Unsafe. I don't think these APIs are going away any time soon, and if they do 
> we can deal with it when it happens.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to