slfan1989 commented on PR #4292: URL: https://github.com/apache/hadoop/pull/4292#issuecomment-1126692286
After a few days of work, I found the following 2 problems: Question 1: Some Proto files will also be compiled with java doc. This part of the code cannot be effectively transformed. I will add some maven configurations, skip this part ``` org.apache.hadoop.fs.FSProtos org.apache.hadoop.ha.proto.HAServiceProtocolProtos org.apache.hadoop.ha.proto.ZKFCProtocolProtos org.apache.hadoop.ha.proto.GenericRefreshProtocolProtos org.apache.hadoop.ha.proto.RefreshCallQueueProtocolProtos org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos org.apache.hadoop.ipc.protobuf.RpcHeaderProtos org.apache.hadoop.ipc.protobuf.RefreshAuthorizationPolicyProtocolProtos org.apache.hadoop.ipc.protobuf.RefreshUserMappingsProtocolProtos org.apache.hadoop.ipc.protobuf.SecurityProtos org.apache.hadoop.ipc.protobuf.GetUserMappingsProtocolProtos org.apache.hadoop.tracing.TraceAdminPB ``` -- 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]
