[jira] [Updated] (MAPREDUCE-7348) TestFrameworkUploader#testNativeIO fails

2021-05-26 Thread Wei-Chiu Chuang (Jira)


 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-7348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wei-Chiu Chuang updated MAPREDUCE-7348:
---
Fix Version/s: 3.3.1

> TestFrameworkUploader#testNativeIO fails
> 
>
> Key: MAPREDUCE-7348
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-7348
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: test
>Reporter: Akira Ajisaka
>Assignee: Akira Ajisaka
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0, 3.3.1, 3.3.2
>
> Attachments: 
> patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-uploader.txt
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> TestFrameworkUploader#testNativeIO fails.
> {noformat}
> [INFO] Running org.apache.hadoop.mapred.uploader.TestFrameworkUploader
> [ERROR] Tests run: 16, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 
> 8.038 s <<< FAILURE! - in 
> org.apache.hadoop.mapred.uploader.TestFrameworkUploader
> [ERROR] testNativeIO(org.apache.hadoop.mapred.uploader.TestFrameworkUploader) 
>  Time elapsed: 0.026 s  <<< ERROR!
> org.apache.commons.io.IOExceptionList: 2 exceptions: [java.io.IOException: 
> Unable to delete file: 
> /home/jenkins/jenkins-home/workspace/hadoop-qbt-trunk-java8-linux-x86_64/sourcedir/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-uploader/target/test-dir/3575932722382085229/symlinkToTarget2.txt,
>  java.io.IOException: Unable to delete file: 
> /home/jenkins/jenkins-home/workspace/hadoop-qbt-trunk-java8-linux-x86_64/sourcedir/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-uploader/target/test-dir/3575932722382085229/symlinkToTarget.txt]
>   at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:345)
>   at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1206)
>   at 
> org.apache.hadoop.mapred.uploader.TestFrameworkUploader.testNativeIO(TestFrameworkUploader.java:480)
> {noformat}
> https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java8-linux-x86_64/518/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-uploader.txt



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org



[jira] [Commented] (MAPREDUCE-7348) TestFrameworkUploader#testNativeIO fails

2021-05-26 Thread Wei-Chiu Chuang (Jira)


[ 
https://issues.apache.org/jira/browse/MAPREDUCE-7348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17351575#comment-17351575
 ] 

Wei-Chiu Chuang commented on MAPREDUCE-7348:


Ok thank you. 

I had to revert the update to commons-io 2.8.0 in my internal build when 
testing because it breaks a number of things and getting all components to 
2.8.0 isn't trivial amount of work.

> TestFrameworkUploader#testNativeIO fails
> 
>
> Key: MAPREDUCE-7348
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-7348
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: test
>Reporter: Akira Ajisaka
>Assignee: Akira Ajisaka
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0, 3.3.2
>
> Attachments: 
> patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-uploader.txt
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> TestFrameworkUploader#testNativeIO fails.
> {noformat}
> [INFO] Running org.apache.hadoop.mapred.uploader.TestFrameworkUploader
> [ERROR] Tests run: 16, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 
> 8.038 s <<< FAILURE! - in 
> org.apache.hadoop.mapred.uploader.TestFrameworkUploader
> [ERROR] testNativeIO(org.apache.hadoop.mapred.uploader.TestFrameworkUploader) 
>  Time elapsed: 0.026 s  <<< ERROR!
> org.apache.commons.io.IOExceptionList: 2 exceptions: [java.io.IOException: 
> Unable to delete file: 
> /home/jenkins/jenkins-home/workspace/hadoop-qbt-trunk-java8-linux-x86_64/sourcedir/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-uploader/target/test-dir/3575932722382085229/symlinkToTarget2.txt,
>  java.io.IOException: Unable to delete file: 
> /home/jenkins/jenkins-home/workspace/hadoop-qbt-trunk-java8-linux-x86_64/sourcedir/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-uploader/target/test-dir/3575932722382085229/symlinkToTarget.txt]
>   at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:345)
>   at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1206)
>   at 
> org.apache.hadoop.mapred.uploader.TestFrameworkUploader.testNativeIO(TestFrameworkUploader.java:480)
> {noformat}
> https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java8-linux-x86_64/518/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-uploader.txt



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org



[jira] [Comment Edited] (MAPREDUCE-7348) TestFrameworkUploader#testNativeIO fails

2021-05-26 Thread Akira Ajisaka (Jira)


[ 
https://issues.apache.org/jira/browse/MAPREDUCE-7348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17351566#comment-17351566
 ] 

Akira Ajisaka edited comment on MAPREDUCE-7348 at 5/26/21, 6:55 AM:


Committed to trunk and branch-3.3.

Hi [~weichiu], would you backport this for the next 3.3.1 RC?


was (Author: ajisakaa):
Hi [~weichiu], would you backport this for the next 3.3.1 RC?

> TestFrameworkUploader#testNativeIO fails
> 
>
> Key: MAPREDUCE-7348
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-7348
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: test
>Reporter: Akira Ajisaka
>Assignee: Akira Ajisaka
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0, 3.3.2
>
> Attachments: 
> patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-uploader.txt
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> TestFrameworkUploader#testNativeIO fails.
> {noformat}
> [INFO] Running org.apache.hadoop.mapred.uploader.TestFrameworkUploader
> [ERROR] Tests run: 16, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 
> 8.038 s <<< FAILURE! - in 
> org.apache.hadoop.mapred.uploader.TestFrameworkUploader
> [ERROR] testNativeIO(org.apache.hadoop.mapred.uploader.TestFrameworkUploader) 
>  Time elapsed: 0.026 s  <<< ERROR!
> org.apache.commons.io.IOExceptionList: 2 exceptions: [java.io.IOException: 
> Unable to delete file: 
> /home/jenkins/jenkins-home/workspace/hadoop-qbt-trunk-java8-linux-x86_64/sourcedir/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-uploader/target/test-dir/3575932722382085229/symlinkToTarget2.txt,
>  java.io.IOException: Unable to delete file: 
> /home/jenkins/jenkins-home/workspace/hadoop-qbt-trunk-java8-linux-x86_64/sourcedir/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-uploader/target/test-dir/3575932722382085229/symlinkToTarget.txt]
>   at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:345)
>   at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1206)
>   at 
> org.apache.hadoop.mapred.uploader.TestFrameworkUploader.testNativeIO(TestFrameworkUploader.java:480)
> {noformat}
> https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java8-linux-x86_64/518/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-uploader.txt



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org



[jira] [Commented] (MAPREDUCE-7348) TestFrameworkUploader#testNativeIO fails

2021-05-26 Thread Akira Ajisaka (Jira)


[ 
https://issues.apache.org/jira/browse/MAPREDUCE-7348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17351566#comment-17351566
 ] 

Akira Ajisaka commented on MAPREDUCE-7348:
--

Hi [~weichiu], would you backport this for the next 3.3.1 RC?

> TestFrameworkUploader#testNativeIO fails
> 
>
> Key: MAPREDUCE-7348
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-7348
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: test
>Reporter: Akira Ajisaka
>Assignee: Akira Ajisaka
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0, 3.3.2
>
> Attachments: 
> patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-uploader.txt
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> TestFrameworkUploader#testNativeIO fails.
> {noformat}
> [INFO] Running org.apache.hadoop.mapred.uploader.TestFrameworkUploader
> [ERROR] Tests run: 16, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 
> 8.038 s <<< FAILURE! - in 
> org.apache.hadoop.mapred.uploader.TestFrameworkUploader
> [ERROR] testNativeIO(org.apache.hadoop.mapred.uploader.TestFrameworkUploader) 
>  Time elapsed: 0.026 s  <<< ERROR!
> org.apache.commons.io.IOExceptionList: 2 exceptions: [java.io.IOException: 
> Unable to delete file: 
> /home/jenkins/jenkins-home/workspace/hadoop-qbt-trunk-java8-linux-x86_64/sourcedir/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-uploader/target/test-dir/3575932722382085229/symlinkToTarget2.txt,
>  java.io.IOException: Unable to delete file: 
> /home/jenkins/jenkins-home/workspace/hadoop-qbt-trunk-java8-linux-x86_64/sourcedir/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-uploader/target/test-dir/3575932722382085229/symlinkToTarget.txt]
>   at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:345)
>   at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1206)
>   at 
> org.apache.hadoop.mapred.uploader.TestFrameworkUploader.testNativeIO(TestFrameworkUploader.java:480)
> {noformat}
> https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java8-linux-x86_64/518/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-uploader.txt



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org



[jira] [Updated] (MAPREDUCE-7348) TestFrameworkUploader#testNativeIO fails

2021-05-26 Thread Akira Ajisaka (Jira)


 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-7348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira Ajisaka updated MAPREDUCE-7348:
-
Fix Version/s: 3.3.2
   3.4.0
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> TestFrameworkUploader#testNativeIO fails
> 
>
> Key: MAPREDUCE-7348
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-7348
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: test
>Reporter: Akira Ajisaka
>Assignee: Akira Ajisaka
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0, 3.3.2
>
> Attachments: 
> patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-uploader.txt
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> TestFrameworkUploader#testNativeIO fails.
> {noformat}
> [INFO] Running org.apache.hadoop.mapred.uploader.TestFrameworkUploader
> [ERROR] Tests run: 16, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 
> 8.038 s <<< FAILURE! - in 
> org.apache.hadoop.mapred.uploader.TestFrameworkUploader
> [ERROR] testNativeIO(org.apache.hadoop.mapred.uploader.TestFrameworkUploader) 
>  Time elapsed: 0.026 s  <<< ERROR!
> org.apache.commons.io.IOExceptionList: 2 exceptions: [java.io.IOException: 
> Unable to delete file: 
> /home/jenkins/jenkins-home/workspace/hadoop-qbt-trunk-java8-linux-x86_64/sourcedir/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-uploader/target/test-dir/3575932722382085229/symlinkToTarget2.txt,
>  java.io.IOException: Unable to delete file: 
> /home/jenkins/jenkins-home/workspace/hadoop-qbt-trunk-java8-linux-x86_64/sourcedir/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-uploader/target/test-dir/3575932722382085229/symlinkToTarget.txt]
>   at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:345)
>   at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1206)
>   at 
> org.apache.hadoop.mapred.uploader.TestFrameworkUploader.testNativeIO(TestFrameworkUploader.java:480)
> {noformat}
> https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java8-linux-x86_64/518/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-uploader.txt



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org



[jira] [Work logged] (MAPREDUCE-7348) TestFrameworkUploader#testNativeIO fails

2021-05-26 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-7348?focusedWorklogId=602120=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-602120
 ]

ASF GitHub Bot logged work on MAPREDUCE-7348:
-

Author: ASF GitHub Bot
Created on: 26/May/21 06:48
Start Date: 26/May/21 06:48
Worklog Time Spent: 10m 
  Work Description: aajisaka commented on pull request #3053:
URL: https://github.com/apache/hadoop/pull/3053#issuecomment-848512621


   Merged. Thank you @ferhui for your review.


-- 
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


Issue Time Tracking
---

Worklog Id: (was: 602120)
Time Spent: 40m  (was: 0.5h)

> TestFrameworkUploader#testNativeIO fails
> 
>
> Key: MAPREDUCE-7348
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-7348
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: test
>Reporter: Akira Ajisaka
>Assignee: Akira Ajisaka
>Priority: Major
>  Labels: pull-request-available
> Attachments: 
> patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-uploader.txt
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> TestFrameworkUploader#testNativeIO fails.
> {noformat}
> [INFO] Running org.apache.hadoop.mapred.uploader.TestFrameworkUploader
> [ERROR] Tests run: 16, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 
> 8.038 s <<< FAILURE! - in 
> org.apache.hadoop.mapred.uploader.TestFrameworkUploader
> [ERROR] testNativeIO(org.apache.hadoop.mapred.uploader.TestFrameworkUploader) 
>  Time elapsed: 0.026 s  <<< ERROR!
> org.apache.commons.io.IOExceptionList: 2 exceptions: [java.io.IOException: 
> Unable to delete file: 
> /home/jenkins/jenkins-home/workspace/hadoop-qbt-trunk-java8-linux-x86_64/sourcedir/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-uploader/target/test-dir/3575932722382085229/symlinkToTarget2.txt,
>  java.io.IOException: Unable to delete file: 
> /home/jenkins/jenkins-home/workspace/hadoop-qbt-trunk-java8-linux-x86_64/sourcedir/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-uploader/target/test-dir/3575932722382085229/symlinkToTarget.txt]
>   at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:345)
>   at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1206)
>   at 
> org.apache.hadoop.mapred.uploader.TestFrameworkUploader.testNativeIO(TestFrameworkUploader.java:480)
> {noformat}
> https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java8-linux-x86_64/518/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-uploader.txt



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org



[jira] [Work logged] (MAPREDUCE-7348) TestFrameworkUploader#testNativeIO fails

2021-05-26 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-7348?focusedWorklogId=602119=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-602119
 ]

ASF GitHub Bot logged work on MAPREDUCE-7348:
-

Author: ASF GitHub Bot
Created on: 26/May/21 06:48
Start Date: 26/May/21 06:48
Worklog Time Spent: 10m 
  Work Description: aajisaka merged pull request #3053:
URL: https://github.com/apache/hadoop/pull/3053


   


-- 
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


Issue Time Tracking
---

Worklog Id: (was: 602119)
Time Spent: 0.5h  (was: 20m)

> TestFrameworkUploader#testNativeIO fails
> 
>
> Key: MAPREDUCE-7348
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-7348
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: test
>Reporter: Akira Ajisaka
>Assignee: Akira Ajisaka
>Priority: Major
>  Labels: pull-request-available
> Attachments: 
> patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-uploader.txt
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> TestFrameworkUploader#testNativeIO fails.
> {noformat}
> [INFO] Running org.apache.hadoop.mapred.uploader.TestFrameworkUploader
> [ERROR] Tests run: 16, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 
> 8.038 s <<< FAILURE! - in 
> org.apache.hadoop.mapred.uploader.TestFrameworkUploader
> [ERROR] testNativeIO(org.apache.hadoop.mapred.uploader.TestFrameworkUploader) 
>  Time elapsed: 0.026 s  <<< ERROR!
> org.apache.commons.io.IOExceptionList: 2 exceptions: [java.io.IOException: 
> Unable to delete file: 
> /home/jenkins/jenkins-home/workspace/hadoop-qbt-trunk-java8-linux-x86_64/sourcedir/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-uploader/target/test-dir/3575932722382085229/symlinkToTarget2.txt,
>  java.io.IOException: Unable to delete file: 
> /home/jenkins/jenkins-home/workspace/hadoop-qbt-trunk-java8-linux-x86_64/sourcedir/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-uploader/target/test-dir/3575932722382085229/symlinkToTarget.txt]
>   at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:345)
>   at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1206)
>   at 
> org.apache.hadoop.mapred.uploader.TestFrameworkUploader.testNativeIO(TestFrameworkUploader.java:480)
> {noformat}
> https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java8-linux-x86_64/518/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-uploader.txt



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org



[jira] [Work logged] (MAPREDUCE-7348) TestFrameworkUploader#testNativeIO fails

2021-05-26 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-7348?focusedWorklogId=602116=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-602116
 ]

ASF GitHub Bot logged work on MAPREDUCE-7348:
-

Author: ASF GitHub Bot
Created on: 26/May/21 06:19
Start Date: 26/May/21 06:19
Worklog Time Spent: 10m 
  Work Description: hadoop-yetus commented on pull request #3053:
URL: https://github.com/apache/hadoop/pull/3053#issuecomment-848495000


   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime |  Logfile | Comment |
   |::|--:|:|::|:---:|
   | +0 :ok: |  reexec  |   0m 50s |  |  Docker mode activated.  |
    _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  |  No case conflicting files 
found.  |
   | +0 :ok: |  codespell  |   0m  0s |  |  codespell was not available.  |
   | +1 :green_heart: |  @author  |   0m  0s |  |  The patch does not contain 
any @author tags.  |
   | +1 :green_heart: |  test4tests  |   0m  0s |  |  The patch appears to 
include 1 new or modified test files.  |
    _ trunk Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |  32m  4s |  |  trunk passed  |
   | +1 :green_heart: |  compile  |   0m 23s |  |  trunk passed with JDK 
Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04  |
   | +1 :green_heart: |  compile  |   0m 22s |  |  trunk passed with JDK 
Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10  |
   | +1 :green_heart: |  checkstyle  |   0m 18s |  |  trunk passed  |
   | +1 :green_heart: |  mvnsite  |   0m 25s |  |  trunk passed  |
   | +1 :green_heart: |  javadoc  |   0m 22s |  |  trunk passed with JDK 
Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04  |
   | +1 :green_heart: |  javadoc  |   0m 19s |  |  trunk passed with JDK 
Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10  |
   | +1 :green_heart: |  spotbugs  |   0m 37s |  |  trunk passed  |
   | +1 :green_heart: |  shadedclient  |  16m  2s |  |  branch has no errors 
when building and testing our client artifacts.  |
    _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   0m 17s |  |  the patch passed  |
   | +1 :green_heart: |  compile  |   0m 17s |  |  the patch passed with JDK 
Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04  |
   | +1 :green_heart: |  javac  |   0m 17s |  |  the patch passed  |
   | +1 :green_heart: |  compile  |   0m 15s |  |  the patch passed with JDK 
Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10  |
   | +1 :green_heart: |  javac  |   0m 15s |  |  the patch passed  |
   | +1 :green_heart: |  blanks  |   0m  0s |  |  The patch has no blanks 
issues.  |
   | +1 :green_heart: |  checkstyle  |   0m 10s |  |  the patch passed  |
   | +1 :green_heart: |  mvnsite  |   0m 18s |  |  the patch passed  |
   | +1 :green_heart: |  javadoc  |   0m 16s |  |  the patch passed with JDK 
Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04  |
   | +1 :green_heart: |  javadoc  |   0m 14s |  |  the patch passed with JDK 
Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10  |
   | +1 :green_heart: |  spotbugs  |   0m 39s |  |  the patch passed  |
   | +1 :green_heart: |  shadedclient  |  16m 24s |  |  patch has no errors 
when building and testing our client artifacts.  |
    _ Other Tests _ |
   | +1 :green_heart: |  unit  |   0m 31s |  |  
hadoop-mapreduce-client-uploader in the patch passed.  |
   | +1 :green_heart: |  asflicense  |   0m 28s |  |  The patch does not 
generate ASF License warnings.  |
   |  |   |  73m 27s |  |  |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.41 ServerAPI=1.41 base: 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3053/1/artifact/out/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hadoop/pull/3053 |
   | Optional Tests | dupname asflicense compile javac javadoc mvninstall 
mvnsite unit shadedclient spotbugs checkstyle codespell |
   | uname | Linux 3a9c765bd942 4.15.0-136-generic #140-Ubuntu SMP Thu Jan 28 
05:20:47 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/bin/hadoop.sh |
   | git revision | trunk / feb8a8dd3fc074502d633d58aeb43008b46b0a3c |
   | Default Java | Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 |
   | Multi-JDK versions | 
/usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 
/usr/lib/jvm/java-8-openjdk-amd64:Private 
Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 |
   |  Test Results | 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3053/1/testReport/ |
   | Max. process+thread count | 520 (vs. ulimit of 5500) |
   | modules | C: 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-uploader
 U: 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-uploader
 |
   | Console output | 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3053/1/console |
   | versions |