This is an automated email from the ASF dual-hosted git repository. bteke pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
from 600dd45e47c HDFS-17122. Rectify the table length discrepancy in the DataNode UI (#5915) add 8eb58630ec1 YARN-11416. FS2CS should use CapacitySchedulerConfiguration in FSQueueConverterBuilder (#5320) No new revisions were added by this update. Summary of changes: .../capacity/CapacitySchedulerConfiguration.java | 75 ++++- .../converter/FSConfigToCSConfigConverter.java | 39 +-- .../scheduler/fair/converter/FSQueueConverter.java | 66 ++--- .../fair/converter/FSQueueConverterBuilder.java | 8 +- .../weightconversion/CapacityConverter.java | 4 +- .../weightconversion/WeightToPercentConverter.java | 12 +- .../weightconversion/WeightToWeightConverter.java | 26 +- .../converter/TestFSConfigToCSConfigConverter.java | 133 +++++---- .../fair/converter/TestFSQueueConverter.java | 315 ++++++++++++--------- .../TestWeightToPercentageConverter.java | 100 +++---- .../TestWeightToWeightConverter.java | 70 ++--- 11 files changed, 445 insertions(+), 403 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org