Details
-
Sub-task
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
3.3.0, 3.2.2, 3.4.0
-
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
- Run a sample MR job using systest user
- 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
Attachments
- Screen Shot 2020-07-08 at 12.54.21 PM.png
- 451 kB
- Prabhu Joseph
Issue Links
- duplicates
-
YARN-10870 Missing user filtering check -> yarn.webapp.filter-entity-list-by-user for RM Scheduler page
- Resolved
- is caused by
-
YARN-10028 Integrate the new abstract log servlet to the JobHistory server
- Resolved
- links to
Activity
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.
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.
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.
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()
- /**
- * 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
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.
brumi1024 merged PR #7013:
URL: https://github.com/apache/hadoop/pull/7013
brumi1024 commented on PR #7013:
URL: https://github.com/apache/hadoop/pull/7013#issuecomment-2312945414
Thanks @K0K0V0K for the update, merged to trunk.
K0K0V0K opened a new pull request, #7013:
URL: https://github.com/apache/hadoop/pull/7013
- - /ws/v1/history/containers/{containerid}
/logs
Setup:
Before this commit
After this commit
HADOOP-17799. Your PR title ...')?