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

Suresh Srinivas commented on HDFS-2480:
---------------------------------------

Two javac warnings are related to two deprecated methods called. I am not sure 
why javac warning comes up even after adding @SuppressWarnings.
[WARNING] 
/Users/suresh/Documents/workspace/hadoop.committer/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolR23Compatible/NamenodeProtocolServerSideTranslatorR23.java:[122,37]
 [deprecation] rollEditLog() in 
org.apache.hadoop.hdfs.protocolR23Compatible.NamenodeWireProtocol has been 
deprecated
[WARNING] 
/Users/suresh/Documents/workspace/hadoop.committer/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolR23Compatible/NamenodeProtocolTranslatorR23.java:[144,29]
 [deprecation] rollEditLog() in 
org.apache.hadoop.hdfs.server.protocol.NamenodeProtocol has been deprecated

                
> Separate datatypes for NamenodeProtocol
> ---------------------------------------
>
>                 Key: HDFS-2480
>                 URL: https://issues.apache.org/jira/browse/HDFS-2480
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>         Attachments: HDFS-2480.txt, HDFS-2480.txt
>
>
> This jira separates for NamenodeProtocol the wire types from the types used 
> by the client and server, similar to HDFS-2181.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to