Details

    • Sub-task
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 3.3.0, 3.2.2, 3.4.0
    • 3.5.0
    • yarn
    • Reviewed

    Description

      HsWebServices containerlogs does not honor ACLs. User who does not have permission to view a job is allowed to view the job logs for completed jobs from YARN UI2 through HsWebServices.

      Repro:

      Secure cluster + yarn.admin.acl=yarn,mapred + Root Queue ACLs set to " " + HistoryServer runs as mapred

      1. Run a sample MR job using systest user
      2.  Once the job is complete, access the job logs using hue user from YARN UI2.

       

      YARN CLI works fine and does not allow hue user to view systest user job logs.

      [hue@pjoseph-cm-2 /]$ 
      [hue@pjoseph-cm-2 /]$ yarn logs -applicationId application_1594188841761_0002
      WARNING: YARN_OPTS has been replaced by HADOOP_OPTS. Using value of YARN_OPTS.
      20/07/08 07:23:08 INFO client.RMProxy: Connecting to ResourceManager at rmhostname:8032
      Permission denied: user=hue, access=EXECUTE, inode="/tmp/logs/systest":systest:hadoop:drwxrwx---
      	at org.apache.hadoop.hdfs.server.namenode.FSPermissionChecker.check(FSPermissionChecker.java:496)
      

      Attachments

        Issue Links

          Activity

            githubbot ASF GitHub Bot added a comment -

            K0K0V0K opened a new pull request, #7013:
            URL: https://github.com/apache/hadoop/pull/7013

                1. Description of PR
            • following rest apis did not have authorization
            • - /ws/v1/history/containerlogs/ {containerid}/{filename}
              - - /ws/v1/history/containers/{containerid}

              /logs

            • after this fix it has acl authorization
                1. How was this patch tested?

            Setup:

            • mapreduce.cluster.acls.enabled = true on history server
            • submit example pi job with user1 (called job1)
            • - pi -Dmapreduce.job.queuename=root.default -Dmapreduce.job.acl-view-job=* 10 100
            • submit example pi job with user1 (called job2)
            • - pi -Dmapreduce.job.queuename=root.default -Dmapreduce.job.acl-view-job=' ' 10 100

            Before this commit

            • Some other user (aka user2) can see job1 and job2 logs via problematic apis

            After this commit

            • Some user2 can not see job2 logs
                1. For code changes:
            • [ ] Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'HADOOP-17799. Your PR title ...')?
            • [ ] Object storage: have the integration tests been executed and the endpoint declared according to the connector-specific documentation?
            • [ ] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under [ASF 2.0](http://www.apache.org/legal/resolved.html#category-a)?
            • [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`, `NOTICE-binary` files?
            githubbot ASF GitHub Bot added a comment - K0K0V0K opened a new pull request, #7013: URL: https://github.com/apache/hadoop/pull/7013 Description of PR following rest apis did not have authorization - /ws/v1/history/containerlogs/ {containerid}/{filename} - - /ws/v1/history/containers/{containerid} /logs after this fix it has acl authorization How was this patch tested? Setup: mapreduce.cluster.acls.enabled = true on history server submit example pi job with user1 (called job1) - pi -Dmapreduce.job.queuename=root.default -Dmapreduce.job.acl-view-job=* 10 100 submit example pi job with user1 (called job2) - pi -Dmapreduce.job.queuename=root.default -Dmapreduce.job.acl-view-job=' ' 10 100 Before this commit Some other user (aka user2) can see job1 and job2 logs via problematic apis After this commit Some user2 can not see job2 logs For code changes: [ ] Does the title or this PR starts with the corresponding JIRA issue id (e.g. ' HADOOP-17799 . Your PR title ...')? [ ] Object storage: have the integration tests been executed and the endpoint declared according to the connector-specific documentation? [ ] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under [ASF 2.0] ( http://www.apache.org/legal/resolved.html#category-a)? [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`, `NOTICE-binary` files?
            githubbot ASF GitHub Bot added a comment -

            hadoop-yetus commented on PR #7013:
            URL: https://github.com/apache/hadoop/pull/7013#issuecomment-2310735488

            :broken_heart: *-1 overall*

            Vote Subsystem Runtime Logfile Comment
            :----: ----------: --------: :--------: :-------:
            +0 :ok: reexec 11m 57s   Docker mode activated.
            _ Prechecks _
            +1 :green_heart: dupname 0m 0s   No case conflicting files found.
            +0 :ok: codespell 0m 0s   codespell was not available.
            +0 :ok: detsecrets 0m 0s   detect-secrets 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 _
            +0 :ok: mvndep 15m 42s   Maven dependency ordering for branch
            +1 :green_heart: mvninstall 32m 29s   trunk passed
            +1 :green_heart: compile 1m 42s   trunk passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
            +1 :green_heart: compile 1m 37s   trunk passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
            +1 :green_heart: checkstyle 1m 12s   trunk passed
            +1 :green_heart: mvnsite 1m 10s   trunk passed
            +1 :green_heart: javadoc 1m 10s   trunk passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
            +1 :green_heart: javadoc 1m 4s   trunk passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
            +1 :green_heart: spotbugs 1m 54s   trunk passed
            +1 :green_heart: shadedclient 33m 59s   branch has no errors when building and testing our client artifacts.
            _ Patch Compile Tests _
            +0 :ok: mvndep 0m 33s   Maven dependency ordering for patch
            +1 :green_heart: mvninstall 0m 51s   the patch passed
            +1 :green_heart: compile 1m 36s   the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
            +1 :green_heart: javac 1m 36s   the patch passed
            +1 :green_heart: compile 1m 28s   the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
            +1 :green_heart: javac 1m 28s   the patch passed
            +1 :green_heart: blanks 0m 0s   The patch has no blanks issues.
            -0 :warning: checkstyle 1m 0s [/results-checkstyle-hadoop-mapreduce-project_hadoop-mapreduce-client.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/1/artifact/out/results-checkstyle-hadoop-mapreduce-project_hadoop-mapreduce-client.txt) hadoop-mapreduce-project/hadoop-mapreduce-client: The patch generated 2 new + 8 unchanged - 0 fixed = 10 total (was 8)
            +1 :green_heart: mvnsite 0m 54s   the patch passed
            +1 :green_heart: javadoc 0m 48s   the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
            +1 :green_heart: javadoc 0m 47s   the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
            +1 :green_heart: spotbugs 1m 59s   the patch passed
            +1 :green_heart: shadedclient 34m 1s   patch has no errors when building and testing our client artifacts.
            _ Other Tests _
            +1 :green_heart: unit 8m 42s   hadoop-mapreduce-client-app in the patch passed.
            -1 :x: unit 4m 40s [/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-hs.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/1/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-hs.txt) hadoop-mapreduce-client-hs in the patch passed.
            +1 :green_heart: asflicense 0m 38s   The patch does not generate ASF License warnings.
                164m 9s    
            Reason Tests
            -------: :------
            Failed junit tests hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesLogs
            Subsystem Report/Notes
            ----------: :-------------
            Docker ClientAPI=1.46 ServerAPI=1.46 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/1/artifact/out/Dockerfile
            GITHUB PR https://github.com/apache/hadoop/pull/7013
            Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
            uname Linux ffd8f5dea4e1 5.15.0-117-generic #127-Ubuntu SMP Fri Jul 5 20:13:28 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
            Build tool maven
            Personality dev-support/bin/hadoop.sh
            git revision trunk / 6880cfad9edcf41e7787a01dbf9997295c85ee36
            Default Java Private Build-1.8.0_422-8u422-b05-1~20.04-b05
            Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_422-8u422-b05-1~20.04-b05
            Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/1/testReport/
            Max. process+thread count 729 (vs. ulimit of 5500)
            modules C: hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs U: hadoop-mapreduce-project/hadoop-mapreduce-client
            Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/1/console
            versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
            Powered by Apache Yetus 0.14.0 https://yetus.apache.org

            This message was automatically generated.

            githubbot ASF GitHub Bot added a comment - hadoop-yetus commented on PR #7013: URL: https://github.com/apache/hadoop/pull/7013#issuecomment-2310735488 :broken_heart: * -1 overall * Vote Subsystem Runtime Logfile Comment :----: ----------: --------: :--------: :-------: +0 :ok: reexec 11m 57s   Docker mode activated. _ Prechecks _ +1 :green_heart: dupname 0m 0s   No case conflicting files found. +0 :ok: codespell 0m 0s   codespell was not available. +0 :ok: detsecrets 0m 0s   detect-secrets 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 _ +0 :ok: mvndep 15m 42s   Maven dependency ordering for branch +1 :green_heart: mvninstall 32m 29s   trunk passed +1 :green_heart: compile 1m 42s   trunk passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 +1 :green_heart: compile 1m 37s   trunk passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05 +1 :green_heart: checkstyle 1m 12s   trunk passed +1 :green_heart: mvnsite 1m 10s   trunk passed +1 :green_heart: javadoc 1m 10s   trunk passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 +1 :green_heart: javadoc 1m 4s   trunk passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05 +1 :green_heart: spotbugs 1m 54s   trunk passed +1 :green_heart: shadedclient 33m 59s   branch has no errors when building and testing our client artifacts. _ Patch Compile Tests _ +0 :ok: mvndep 0m 33s   Maven dependency ordering for patch +1 :green_heart: mvninstall 0m 51s   the patch passed +1 :green_heart: compile 1m 36s   the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 +1 :green_heart: javac 1m 36s   the patch passed +1 :green_heart: compile 1m 28s   the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05 +1 :green_heart: javac 1m 28s   the patch passed +1 :green_heart: blanks 0m 0s   The patch has no blanks issues. -0 :warning: checkstyle 1m 0s [/results-checkstyle-hadoop-mapreduce-project_hadoop-mapreduce-client.txt] ( https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/1/artifact/out/results-checkstyle-hadoop-mapreduce-project_hadoop-mapreduce-client.txt ) hadoop-mapreduce-project/hadoop-mapreduce-client: The patch generated 2 new + 8 unchanged - 0 fixed = 10 total (was 8) +1 :green_heart: mvnsite 0m 54s   the patch passed +1 :green_heart: javadoc 0m 48s   the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 +1 :green_heart: javadoc 0m 47s   the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05 +1 :green_heart: spotbugs 1m 59s   the patch passed +1 :green_heart: shadedclient 34m 1s   patch has no errors when building and testing our client artifacts. _ Other Tests _ +1 :green_heart: unit 8m 42s   hadoop-mapreduce-client-app in the patch passed. -1 :x: unit 4m 40s [/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-hs.txt] ( https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/1/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-hs.txt ) hadoop-mapreduce-client-hs in the patch passed. +1 :green_heart: asflicense 0m 38s   The patch does not generate ASF License warnings.     164m 9s     Reason Tests -------: :------ Failed junit tests hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesLogs Subsystem Report/Notes ----------: :------------- Docker ClientAPI=1.46 ServerAPI=1.46 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/1/artifact/out/Dockerfile GITHUB PR https://github.com/apache/hadoop/pull/7013 Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets uname Linux ffd8f5dea4e1 5.15.0-117-generic #127-Ubuntu SMP Fri Jul 5 20:13:28 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux Build tool maven Personality dev-support/bin/hadoop.sh git revision trunk / 6880cfad9edcf41e7787a01dbf9997295c85ee36 Default Java Private Build-1.8.0_422-8u422-b05-1~20.04-b05 Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_422-8u422-b05-1~20.04-b05 Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/1/testReport/ Max. process+thread count 729 (vs. ulimit of 5500) modules C: hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs U: hadoop-mapreduce-project/hadoop-mapreduce-client Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/1/console versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2 Powered by Apache Yetus 0.14.0 https://yetus.apache.org This message was automatically generated.
            githubbot ASF GitHub Bot added a comment -

            hadoop-yetus commented on PR #7013:
            URL: https://github.com/apache/hadoop/pull/7013#issuecomment-2312389988

            :confetti_ball: *+1 overall*

            Vote Subsystem Runtime Logfile Comment
            :----: ----------: --------: :--------: :-------:
            +0 :ok: reexec 0m 32s   Docker mode activated.
            _ Prechecks _
            +1 :green_heart: dupname 0m 0s   No case conflicting files found.
            +0 :ok: codespell 0m 1s   codespell was not available.
            +0 :ok: detsecrets 0m 1s   detect-secrets 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 _
            +0 :ok: mvndep 14m 45s   Maven dependency ordering for branch
            +1 :green_heart: mvninstall 32m 48s   trunk passed
            +1 :green_heart: compile 1m 43s   trunk passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
            +1 :green_heart: compile 1m 38s   trunk passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
            +1 :green_heart: checkstyle 1m 11s   trunk passed
            +1 :green_heart: mvnsite 1m 12s   trunk passed
            +1 :green_heart: javadoc 1m 11s   trunk passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
            +1 :green_heart: javadoc 1m 1s   trunk passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
            +1 :green_heart: spotbugs 1m 53s   trunk passed
            +1 :green_heart: shadedclient 33m 40s   branch has no errors when building and testing our client artifacts.
            _ Patch Compile Tests _
            +0 :ok: mvndep 0m 33s   Maven dependency ordering for patch
            +1 :green_heart: mvninstall 0m 51s   the patch passed
            +1 :green_heart: compile 1m 34s   the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
            +1 :green_heart: javac 1m 34s   the patch passed
            +1 :green_heart: compile 1m 32s   the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
            +1 :green_heart: javac 1m 32s   the patch passed
            +1 :green_heart: blanks 0m 0s   The patch has no blanks issues.
            +1 :green_heart: checkstyle 1m 1s   the patch passed
            +1 :green_heart: mvnsite 0m 54s   the patch passed
            +1 :green_heart: javadoc 0m 49s   the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
            +1 :green_heart: javadoc 0m 47s   the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
            +1 :green_heart: spotbugs 1m 57s   the patch passed
            +1 :green_heart: shadedclient 33m 44s   patch has no errors when building and testing our client artifacts.
            _ Other Tests _
            +1 :green_heart: unit 8m 43s   hadoop-mapreduce-client-app in the patch passed.
            +1 :green_heart: unit 4m 30s   hadoop-mapreduce-client-hs in the patch passed.
            +1 :green_heart: asflicense 0m 40s   The patch does not generate ASF License warnings.
                151m 31s    
            Subsystem Report/Notes
            ----------: :-------------
            Docker ClientAPI=1.46 ServerAPI=1.46 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/2/artifact/out/Dockerfile
            GITHUB PR https://github.com/apache/hadoop/pull/7013
            Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
            uname Linux 0366c7518436 5.15.0-117-generic #127-Ubuntu SMP Fri Jul 5 20:13:28 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
            Build tool maven
            Personality dev-support/bin/hadoop.sh
            git revision trunk / 2846e029c86045f586f67a581d8c1fadcae7093d
            Default Java Private Build-1.8.0_422-8u422-b05-1~20.04-b05
            Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_422-8u422-b05-1~20.04-b05
            Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/2/testReport/
            Max. process+thread count 712 (vs. ulimit of 5500)
            modules C: hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs U: hadoop-mapreduce-project/hadoop-mapreduce-client
            Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/2/console
            versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
            Powered by Apache Yetus 0.14.0 https://yetus.apache.org

            This message was automatically generated.

            githubbot ASF GitHub Bot added a comment - hadoop-yetus commented on PR #7013: URL: https://github.com/apache/hadoop/pull/7013#issuecomment-2312389988 :confetti_ball: * +1 overall * Vote Subsystem Runtime Logfile Comment :----: ----------: --------: :--------: :-------: +0 :ok: reexec 0m 32s   Docker mode activated. _ Prechecks _ +1 :green_heart: dupname 0m 0s   No case conflicting files found. +0 :ok: codespell 0m 1s   codespell was not available. +0 :ok: detsecrets 0m 1s   detect-secrets 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 _ +0 :ok: mvndep 14m 45s   Maven dependency ordering for branch +1 :green_heart: mvninstall 32m 48s   trunk passed +1 :green_heart: compile 1m 43s   trunk passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 +1 :green_heart: compile 1m 38s   trunk passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05 +1 :green_heart: checkstyle 1m 11s   trunk passed +1 :green_heart: mvnsite 1m 12s   trunk passed +1 :green_heart: javadoc 1m 11s   trunk passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 +1 :green_heart: javadoc 1m 1s   trunk passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05 +1 :green_heart: spotbugs 1m 53s   trunk passed +1 :green_heart: shadedclient 33m 40s   branch has no errors when building and testing our client artifacts. _ Patch Compile Tests _ +0 :ok: mvndep 0m 33s   Maven dependency ordering for patch +1 :green_heart: mvninstall 0m 51s   the patch passed +1 :green_heart: compile 1m 34s   the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 +1 :green_heart: javac 1m 34s   the patch passed +1 :green_heart: compile 1m 32s   the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05 +1 :green_heart: javac 1m 32s   the patch passed +1 :green_heart: blanks 0m 0s   The patch has no blanks issues. +1 :green_heart: checkstyle 1m 1s   the patch passed +1 :green_heart: mvnsite 0m 54s   the patch passed +1 :green_heart: javadoc 0m 49s   the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 +1 :green_heart: javadoc 0m 47s   the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05 +1 :green_heart: spotbugs 1m 57s   the patch passed +1 :green_heart: shadedclient 33m 44s   patch has no errors when building and testing our client artifacts. _ Other Tests _ +1 :green_heart: unit 8m 43s   hadoop-mapreduce-client-app in the patch passed. +1 :green_heart: unit 4m 30s   hadoop-mapreduce-client-hs in the patch passed. +1 :green_heart: asflicense 0m 40s   The patch does not generate ASF License warnings.     151m 31s     Subsystem Report/Notes ----------: :------------- Docker ClientAPI=1.46 ServerAPI=1.46 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/2/artifact/out/Dockerfile GITHUB PR https://github.com/apache/hadoop/pull/7013 Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets uname Linux 0366c7518436 5.15.0-117-generic #127-Ubuntu SMP Fri Jul 5 20:13:28 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux Build tool maven Personality dev-support/bin/hadoop.sh git revision trunk / 2846e029c86045f586f67a581d8c1fadcae7093d Default Java Private Build-1.8.0_422-8u422-b05-1~20.04-b05 Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_422-8u422-b05-1~20.04-b05 Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/2/testReport/ Max. process+thread count 712 (vs. ulimit of 5500) modules C: hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs U: hadoop-mapreduce-project/hadoop-mapreduce-client Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/2/console versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2 Powered by Apache Yetus 0.14.0 https://yetus.apache.org This message was automatically generated.
            githubbot ASF GitHub Bot added a comment -

            hadoop-yetus commented on PR #7013:
            URL: https://github.com/apache/hadoop/pull/7013#issuecomment-2312427765

            :confetti_ball: *+1 overall*

            Vote Subsystem Runtime Logfile Comment
            :----: ----------: --------: :--------: :-------:
            +0 :ok: reexec 0m 35s   Docker mode activated.
            _ Prechecks _
            +1 :green_heart: dupname 0m 0s   No case conflicting files found.
            +0 :ok: codespell 0m 0s   codespell was not available.
            +0 :ok: detsecrets 0m 0s   detect-secrets 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 _
            +0 :ok: mvndep 14m 36s   Maven dependency ordering for branch
            +1 :green_heart: mvninstall 38m 4s   trunk passed
            +1 :green_heart: compile 1m 55s   trunk passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
            +1 :green_heart: compile 1m 46s   trunk passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
            +1 :green_heart: checkstyle 1m 17s   trunk passed
            +1 :green_heart: mvnsite 1m 8s   trunk passed
            +1 :green_heart: javadoc 1m 6s   trunk passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
            +1 :green_heart: javadoc 1m 2s   trunk passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
            +1 :green_heart: spotbugs 2m 8s   trunk passed
            +1 :green_heart: shadedclient 40m 53s   branch has no errors when building and testing our client artifacts.
            _ Patch Compile Tests _
            +0 :ok: mvndep 0m 32s   Maven dependency ordering for patch
            +1 :green_heart: mvninstall 0m 51s   the patch passed
            +1 :green_heart: compile 1m 43s   the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
            +1 :green_heart: javac 1m 43s   the patch passed
            +1 :green_heart: compile 1m 36s   the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
            +1 :green_heart: javac 1m 36s   the patch passed
            +1 :green_heart: blanks 0m 0s   The patch has no blanks issues.
            +1 :green_heart: checkstyle 1m 7s   the patch passed
            +1 :green_heart: mvnsite 0m 54s   the patch passed
            +1 :green_heart: javadoc 0m 47s   the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
            +1 :green_heart: javadoc 0m 46s   the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
            +1 :green_heart: spotbugs 2m 5s   the patch passed
            +1 :green_heart: shadedclient 36m 6s   patch has no errors when building and testing our client artifacts.
            _ Other Tests _
            +1 :green_heart: unit 8m 43s   hadoop-mapreduce-client-app in the patch passed.
            +1 :green_heart: unit 4m 30s   hadoop-mapreduce-client-hs in the patch passed.
            +1 :green_heart: asflicense 0m 37s   The patch does not generate ASF License warnings.
                167m 7s    
            Subsystem Report/Notes
            ----------: :-------------
            Docker ClientAPI=1.46 ServerAPI=1.46 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/3/artifact/out/Dockerfile
            GITHUB PR https://github.com/apache/hadoop/pull/7013
            Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
            uname Linux 000dd57f74d3 5.15.0-119-generic #129-Ubuntu SMP Fri Aug 2 19:25:20 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
            Build tool maven
            Personality dev-support/bin/hadoop.sh
            git revision trunk / 2846e029c86045f586f67a581d8c1fadcae7093d
            Default Java Private Build-1.8.0_422-8u422-b05-1~20.04-b05
            Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_422-8u422-b05-1~20.04-b05
            Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/3/testReport/
            Max. process+thread count 745 (vs. ulimit of 5500)
            modules C: hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs U: hadoop-mapreduce-project/hadoop-mapreduce-client
            Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/3/console
            versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
            Powered by Apache Yetus 0.14.0 https://yetus.apache.org

            This message was automatically generated.

            githubbot ASF GitHub Bot added a comment - hadoop-yetus commented on PR #7013: URL: https://github.com/apache/hadoop/pull/7013#issuecomment-2312427765 :confetti_ball: * +1 overall * Vote Subsystem Runtime Logfile Comment :----: ----------: --------: :--------: :-------: +0 :ok: reexec 0m 35s   Docker mode activated. _ Prechecks _ +1 :green_heart: dupname 0m 0s   No case conflicting files found. +0 :ok: codespell 0m 0s   codespell was not available. +0 :ok: detsecrets 0m 0s   detect-secrets 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 _ +0 :ok: mvndep 14m 36s   Maven dependency ordering for branch +1 :green_heart: mvninstall 38m 4s   trunk passed +1 :green_heart: compile 1m 55s   trunk passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 +1 :green_heart: compile 1m 46s   trunk passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05 +1 :green_heart: checkstyle 1m 17s   trunk passed +1 :green_heart: mvnsite 1m 8s   trunk passed +1 :green_heart: javadoc 1m 6s   trunk passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 +1 :green_heart: javadoc 1m 2s   trunk passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05 +1 :green_heart: spotbugs 2m 8s   trunk passed +1 :green_heart: shadedclient 40m 53s   branch has no errors when building and testing our client artifacts. _ Patch Compile Tests _ +0 :ok: mvndep 0m 32s   Maven dependency ordering for patch +1 :green_heart: mvninstall 0m 51s   the patch passed +1 :green_heart: compile 1m 43s   the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 +1 :green_heart: javac 1m 43s   the patch passed +1 :green_heart: compile 1m 36s   the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05 +1 :green_heart: javac 1m 36s   the patch passed +1 :green_heart: blanks 0m 0s   The patch has no blanks issues. +1 :green_heart: checkstyle 1m 7s   the patch passed +1 :green_heart: mvnsite 0m 54s   the patch passed +1 :green_heart: javadoc 0m 47s   the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 +1 :green_heart: javadoc 0m 46s   the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05 +1 :green_heart: spotbugs 2m 5s   the patch passed +1 :green_heart: shadedclient 36m 6s   patch has no errors when building and testing our client artifacts. _ Other Tests _ +1 :green_heart: unit 8m 43s   hadoop-mapreduce-client-app in the patch passed. +1 :green_heart: unit 4m 30s   hadoop-mapreduce-client-hs in the patch passed. +1 :green_heart: asflicense 0m 37s   The patch does not generate ASF License warnings.     167m 7s     Subsystem Report/Notes ----------: :------------- Docker ClientAPI=1.46 ServerAPI=1.46 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/3/artifact/out/Dockerfile GITHUB PR https://github.com/apache/hadoop/pull/7013 Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets uname Linux 000dd57f74d3 5.15.0-119-generic #129-Ubuntu SMP Fri Aug 2 19:25:20 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux Build tool maven Personality dev-support/bin/hadoop.sh git revision trunk / 2846e029c86045f586f67a581d8c1fadcae7093d Default Java Private Build-1.8.0_422-8u422-b05-1~20.04-b05 Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_422-8u422-b05-1~20.04-b05 Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/3/testReport/ Max. process+thread count 745 (vs. ulimit of 5500) modules C: hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs U: hadoop-mapreduce-project/hadoop-mapreduce-client Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/3/console versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2 Powered by Apache Yetus 0.14.0 https://yetus.apache.org This message was automatically generated.
            githubbot ASF GitHub Bot added a comment -

            brumi1024 commented on code in PR #7013:
            URL: https://github.com/apache/hadoop/pull/7013#discussion_r1732826984

            ##########
            hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/AMWebServices.java:
            ##########
            @@ -113,9 +113,17 @@ private void init()

            { response.setContentType(null); }
            • /**
            • * convert a job id string to an actual job and handle all the error checking.
            • */
              + public static Job getJobFromContainerIdString(String cid, AppContext appCtx)
              + throws NotFoundException {
              + //example container_e06_1724414851587_0004_01_000001
              + String[] parts = cid.split("_");
              + return getJobFromJobIdString("job_" + parts[2] + "_" + parts[3], appCtx);

            Review Comment:
            Nit: the string "job" and the separators could be replaced with the public static constants from the JobID class:
            https://github.com/apache/hadoop/blob/f3c3d9e0c6eae02dd21f875097ef76d85025ffe4/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/JobID.java#L51

            githubbot ASF GitHub Bot added a comment - brumi1024 commented on code in PR #7013: URL: https://github.com/apache/hadoop/pull/7013#discussion_r1732826984 ########## hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/AMWebServices.java: ########## @@ -113,9 +113,17 @@ private void init() { response.setContentType(null); } /** * convert a job id string to an actual job and handle all the error checking. */ + public static Job getJobFromContainerIdString(String cid, AppContext appCtx) + throws NotFoundException { + //example container_e06_1724414851587_0004_01_000001 + String[] parts = cid.split("_"); + return getJobFromJobIdString("job_" + parts [2] + "_" + parts [3] , appCtx); Review Comment: Nit: the string "job" and the separators could be replaced with the public static constants from the JobID class: https://github.com/apache/hadoop/blob/f3c3d9e0c6eae02dd21f875097ef76d85025ffe4/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/JobID.java#L51
            githubbot ASF GitHub Bot added a comment -

            hadoop-yetus commented on PR #7013:
            URL: https://github.com/apache/hadoop/pull/7013#issuecomment-2312931479

            :confetti_ball: *+1 overall*

            Vote Subsystem Runtime Logfile Comment
            :----: ----------: --------: :--------: :-------:
            +0 :ok: reexec 0m 32s   Docker mode activated.
            _ Prechecks _
            +1 :green_heart: dupname 0m 0s   No case conflicting files found.
            +0 :ok: codespell 0m 0s   codespell was not available.
            +0 :ok: detsecrets 0m 0s   detect-secrets 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 _
            +0 :ok: mvndep 15m 24s   Maven dependency ordering for branch
            +1 :green_heart: mvninstall 32m 49s   trunk passed
            +1 :green_heart: compile 1m 45s   trunk passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
            +1 :green_heart: compile 1m 36s   trunk passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
            +1 :green_heart: checkstyle 1m 10s   trunk passed
            +1 :green_heart: mvnsite 1m 12s   trunk passed
            +1 :green_heart: javadoc 1m 13s   trunk passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
            +1 :green_heart: javadoc 1m 3s   trunk passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
            +1 :green_heart: spotbugs 1m 53s   trunk passed
            +1 :green_heart: shadedclient 33m 41s   branch has no errors when building and testing our client artifacts.
            _ Patch Compile Tests _
            +0 :ok: mvndep 0m 32s   Maven dependency ordering for patch
            +1 :green_heart: mvninstall 0m 48s   the patch passed
            +1 :green_heart: compile 1m 36s   the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
            +1 :green_heart: javac 1m 36s   the patch passed
            +1 :green_heart: compile 1m 31s   the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
            +1 :green_heart: javac 1m 31s   the patch passed
            +1 :green_heart: blanks 0m 0s   The patch has no blanks issues.
            +1 :green_heart: checkstyle 1m 0s   the patch passed
            +1 :green_heart: mvnsite 0m 55s   the patch passed
            +1 :green_heart: javadoc 0m 49s   the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
            +1 :green_heart: javadoc 0m 48s   the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
            +1 :green_heart: spotbugs 1m 59s   the patch passed
            +1 :green_heart: shadedclient 33m 54s   patch has no errors when building and testing our client artifacts.
            _ Other Tests _
            +1 :green_heart: unit 8m 43s   hadoop-mapreduce-client-app in the patch passed.
            +1 :green_heart: unit 4m 32s   hadoop-mapreduce-client-hs in the patch passed.
            +1 :green_heart: asflicense 0m 39s   The patch does not generate ASF License warnings.
                152m 22s    
            Subsystem Report/Notes
            ----------: :-------------
            Docker ClientAPI=1.46 ServerAPI=1.46 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/4/artifact/out/Dockerfile
            GITHUB PR https://github.com/apache/hadoop/pull/7013
            Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
            uname Linux 6fce02db40db 5.15.0-117-generic #127-Ubuntu SMP Fri Jul 5 20:13:28 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
            Build tool maven
            Personality dev-support/bin/hadoop.sh
            git revision trunk / 5406efead5107d238dec4a05cae63f7f1b38ca62
            Default Java Private Build-1.8.0_422-8u422-b05-1~20.04-b05
            Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_422-8u422-b05-1~20.04-b05
            Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/4/testReport/
            Max. process+thread count 742 (vs. ulimit of 5500)
            modules C: hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs U: hadoop-mapreduce-project/hadoop-mapreduce-client
            Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/4/console
            versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
            Powered by Apache Yetus 0.14.0 https://yetus.apache.org

            This message was automatically generated.

            githubbot ASF GitHub Bot added a comment - hadoop-yetus commented on PR #7013: URL: https://github.com/apache/hadoop/pull/7013#issuecomment-2312931479 :confetti_ball: * +1 overall * Vote Subsystem Runtime Logfile Comment :----: ----------: --------: :--------: :-------: +0 :ok: reexec 0m 32s   Docker mode activated. _ Prechecks _ +1 :green_heart: dupname 0m 0s   No case conflicting files found. +0 :ok: codespell 0m 0s   codespell was not available. +0 :ok: detsecrets 0m 0s   detect-secrets 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 _ +0 :ok: mvndep 15m 24s   Maven dependency ordering for branch +1 :green_heart: mvninstall 32m 49s   trunk passed +1 :green_heart: compile 1m 45s   trunk passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 +1 :green_heart: compile 1m 36s   trunk passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05 +1 :green_heart: checkstyle 1m 10s   trunk passed +1 :green_heart: mvnsite 1m 12s   trunk passed +1 :green_heart: javadoc 1m 13s   trunk passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 +1 :green_heart: javadoc 1m 3s   trunk passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05 +1 :green_heart: spotbugs 1m 53s   trunk passed +1 :green_heart: shadedclient 33m 41s   branch has no errors when building and testing our client artifacts. _ Patch Compile Tests _ +0 :ok: mvndep 0m 32s   Maven dependency ordering for patch +1 :green_heart: mvninstall 0m 48s   the patch passed +1 :green_heart: compile 1m 36s   the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 +1 :green_heart: javac 1m 36s   the patch passed +1 :green_heart: compile 1m 31s   the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05 +1 :green_heart: javac 1m 31s   the patch passed +1 :green_heart: blanks 0m 0s   The patch has no blanks issues. +1 :green_heart: checkstyle 1m 0s   the patch passed +1 :green_heart: mvnsite 0m 55s   the patch passed +1 :green_heart: javadoc 0m 49s   the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 +1 :green_heart: javadoc 0m 48s   the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05 +1 :green_heart: spotbugs 1m 59s   the patch passed +1 :green_heart: shadedclient 33m 54s   patch has no errors when building and testing our client artifacts. _ Other Tests _ +1 :green_heart: unit 8m 43s   hadoop-mapreduce-client-app in the patch passed. +1 :green_heart: unit 4m 32s   hadoop-mapreduce-client-hs in the patch passed. +1 :green_heart: asflicense 0m 39s   The patch does not generate ASF License warnings.     152m 22s     Subsystem Report/Notes ----------: :------------- Docker ClientAPI=1.46 ServerAPI=1.46 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/4/artifact/out/Dockerfile GITHUB PR https://github.com/apache/hadoop/pull/7013 Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets uname Linux 6fce02db40db 5.15.0-117-generic #127-Ubuntu SMP Fri Jul 5 20:13:28 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux Build tool maven Personality dev-support/bin/hadoop.sh git revision trunk / 5406efead5107d238dec4a05cae63f7f1b38ca62 Default Java Private Build-1.8.0_422-8u422-b05-1~20.04-b05 Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_422-8u422-b05-1~20.04-b05 Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/4/testReport/ Max. process+thread count 742 (vs. ulimit of 5500) modules C: hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs U: hadoop-mapreduce-project/hadoop-mapreduce-client Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7013/4/console versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2 Powered by Apache Yetus 0.14.0 https://yetus.apache.org This message was automatically generated.
            githubbot ASF GitHub Bot added a comment -

            brumi1024 merged PR #7013:
            URL: https://github.com/apache/hadoop/pull/7013

            githubbot ASF GitHub Bot added a comment - brumi1024 merged PR #7013: URL: https://github.com/apache/hadoop/pull/7013
            githubbot ASF GitHub Bot added a comment -

            brumi1024 commented on PR #7013:
            URL: https://github.com/apache/hadoop/pull/7013#issuecomment-2312945414

            Thanks @K0K0V0K for the update, merged to trunk.

            githubbot ASF GitHub Bot added a comment - brumi1024 commented on PR #7013: URL: https://github.com/apache/hadoop/pull/7013#issuecomment-2312945414 Thanks @K0K0V0K for the update, merged to trunk.

            People

              bkosztolnik Bence Kosztolnik
              prabhujoseph Prabhu Joseph
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: