slfan1989 commented on PR #5363:
URL: https://github.com/apache/hadoop/pull/5363#issuecomment-1497506725

   @goiri Thank you very much for your help in reviewing the code! The javac 
compilation error is because we have changed the proto file. It seems that 
there is no way to avoid this part of the warning. 
   
   DeregisterSubClustersProto
   
   ```
   message DeregisterSubClustersProto {
     optional string subClusterId = 1;
     optional string deregisterState = 2;
     optional string lastHeartBeatTime = 3;
     optional string information = 4;
     optional string subClusterState = 5;
   }
   ```
   
   ```
   
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/target/generated-sources/java/org/apache/hadoop/yarn/proto/YarnServerResourceManagerServiceProtos.java:18867:102:[deprecation]
 PARSER in DeregisterSubClustersProto has been deprecated
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to