adoroszlai opened a new pull request #725: HDDS-3284. ozonesecure-mr test fails due to lack of disk space URL: https://github.com/apache/hadoop-ozone/pull/725 ## What changes were proposed in this pull request? Disable YARN disk utilization check in `ozonesecure-mr` acceptance test. Plenty of disk space is available in CI, but more than 90% of the disk is used: ``` Filesystem Size Used Avail Use% Mounted on ... /dev/sda1 84G 75G 8.3G 91% / ``` Thus directory checker marks it as invalid: ``` WARN DirectoryCollection:418 - Directory /tmp/hadoop-hadoop/nm-local-dir error, used space above threshold of 90.0%, removing from list of valid directories WARN DirectoryCollection:418 - Directory /opt/hadoop/logs/userlogs error, used space above threshold of 90.0%, removing from list of valid directories ``` https://issues.apache.org/jira/browse/HDDS-3284 ## How was this patch tested? https://github.com/adoroszlai/hadoop-ozone/runs/535925282 ``` ============================================================================== Execute PI calculation | PASS | ------------------------------------------------------------------------------ Execute WordCount | PASS | ------------------------------------------------------------------------------ ozonesecure-mr-mapreduce :: Execute MR jobs | PASS | ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org