This is an automated email from the ASF dual-hosted git repository. inigoiri pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
from 74ddf69f808 HDFS-16911. Distcp with snapshot diff to support Ozone filesystem. (#5364) add bffa49a64f9 YARN-11377. [Federation] Support addToClusterNodeLabelsăremoveFromClusterNodeLabelsăreplaceLabelsOnNode API's for Federation. (#5525) No new revisions were added by this update. Summary of changes: .../AddToClusterNodeLabelsRequest.java | 30 +++++ .../RemoveFromClusterNodeLabelsRequest.java | 28 +++++ .../ReplaceLabelsOnNodeRequest.java | 28 +++++ ...arn_server_resourcemanager_service_protos.proto | 3 + .../pb/AddToClusterNodeLabelsRequestPBImpl.java | 16 +++ .../RemoveFromClusterNodeLabelsRequestPBImpl.java | 19 ++- .../impl/pb/ReplaceLabelsOnNodeRequestPBImpl.java | 19 ++- .../rmadmin/FederationRMAdminInterceptor.java | 101 +++++++++++++++- .../rmadmin/TestFederationRMAdminInterceptor.java | 133 +++++++++++++++++++++ 9 files changed, 368 insertions(+), 9 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org