1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
| zhihaojiang@linux-24-10:~/hadoop/etc/hadoop$ hadoop jar ~/hadoop/share/hadoop/mapreduce/hadoop-mapreduce-examples-*.jar grep \ /user/zhihaojiang/grep/input \ /user/zhihaojiang/grep/output \ 'dfs[a-z.]*' 2025-09-24 06:15:54,235 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable 2025-09-24 06:15:54,535 INFO client.DefaultNoHARMFailoverProxyProvider: Connecting to ResourceManager at /172.16.79.129:8032 2025-09-24 06:15:54,836 INFO mapreduce.JobResourceUploader: Disabling Erasure Coding for path: /tmp/hadoop-yarn/staging/zhihaojiang/.staging/job_1758694526692_0001 2025-09-24 06:15:55,078 INFO input.FileInputFormat: Total input files to process : 1 2025-09-24 06:15:55,133 INFO mapreduce.JobSubmitter: number of splits:1 2025-09-24 06:15:55,215 INFO mapreduce.JobSubmitter: Submitting tokens for job: job_1758694526692_0001 2025-09-24 06:15:55,215 INFO mapreduce.JobSubmitter: Executing with tokens: [] 2025-09-24 06:15:55,339 INFO conf.Configuration: resource-types.xml not found 2025-09-24 06:15:55,339 INFO resource.ResourceUtils: Unable to find 'resource-types.xml'. 2025-09-24 06:15:55,726 INFO impl.YarnClientImpl: Submitted application application_1758694526692_0001 2025-09-24 06:15:55,768 INFO mapreduce.Job: The url to track the job: http://linux-24-10:8088/proxy/application_1758694526692_0001/ 2025-09-24 06:15:55,768 INFO mapreduce.Job: Running job: job_1758694526692_0001 2025-09-24 06:16:00,853 INFO mapreduce.Job: Job job_1758694526692_0001 running in uber mode : false 2025-09-24 06:16:00,857 INFO mapreduce.Job: map 0% reduce 0% 2025-09-24 06:16:01,920 INFO mapreduce.Job: Task Id : attempt_1758694526692_0001_m_000000_0, Status : FAILED Container launch failed for container_1758694526692_0001_01_000002 : org.apache.hadoop.yarn.exceptions.InvalidAuxServiceException: The auxService:mapreduce_shuffle does not exist at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.apache.hadoop.yarn.api.records.impl.pb.SerializedExceptionPBImpl.instantiateExceptionImpl(SerializedExceptionPBImpl.java:171) at org.apache.hadoop.yarn.api.records.impl.pb.SerializedExceptionPBImpl.instantiateException(SerializedExceptionPBImpl.java:182) at org.apache.hadoop.yarn.api.records.impl.pb.SerializedExceptionPBImpl.deSerialize(SerializedExceptionPBImpl.java:106) at org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherImpl$Container.launch(ContainerLauncherImpl.java:163) at org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherImpl$EventProcessor.run(ContainerLauncherImpl.java:394) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750)
2025-09-24 06:16:03,974 INFO mapreduce.Job: Task Id : attempt_1758694526692_0001_m_000000_1, Status : FAILED Container launch failed for container_1758694526692_0001_01_000003 : org.apache.hadoop.yarn.exceptions.InvalidAuxServiceException: The auxService:mapreduce_shuffle does not exist at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.apache.hadoop.yarn.api.records.impl.pb.SerializedExceptionPBImpl.instantiateExceptionImpl(SerializedExceptionPBImpl.java:171) at org.apache.hadoop.yarn.api.records.impl.pb.SerializedExceptionPBImpl.instantiateException(SerializedExceptionPBImpl.java:182) at org.apache.hadoop.yarn.api.records.impl.pb.SerializedExceptionPBImpl.deSerialize(SerializedExceptionPBImpl.java:106) at org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherImpl$Container.launch(ContainerLauncherImpl.java:163) at org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherImpl$EventProcessor.run(ContainerLauncherImpl.java:394) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750)
2025-09-24 06:16:06,012 INFO mapreduce.Job: Task Id : attempt_1758694526692_0001_m_000000_2, Status : FAILED Container launch failed for container_1758694526692_0001_01_000004 : org.apache.hadoop.yarn.exceptions.InvalidAuxServiceException: The auxService:mapreduce_shuffle does not exist at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.apache.hadoop.yarn.api.records.impl.pb.SerializedExceptionPBImpl.instantiateExceptionImpl(SerializedExceptionPBImpl.java:171) at org.apache.hadoop.yarn.api.records.impl.pb.SerializedExceptionPBImpl.instantiateException(SerializedExceptionPBImpl.java:182) at org.apache.hadoop.yarn.api.records.impl.pb.SerializedExceptionPBImpl.deSerialize(SerializedExceptionPBImpl.java:106) at org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherImpl$Container.launch(ContainerLauncherImpl.java:163) at org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherImpl$EventProcessor.run(ContainerLauncherImpl.java:394) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750)
2025-09-24 06:16:09,053 INFO mapreduce.Job: map 100% reduce 100% 2025-09-24 06:16:10,090 INFO mapreduce.Job: Job job_1758694526692_0001 failed with state FAILED due to: Task failed task_1758694526692_0001_m_000000 Job failed as tasks failed. failedMaps:1 failedReduces:0 killedMaps:0 killedReduces: 0
2025-09-24 06:16:10,179 INFO mapreduce.Job: Counters: 10 Job Counters Failed map tasks=4 Killed reduce tasks=1 Launched map tasks=4 Other local map tasks=3 Data-local map tasks=1 Total time spent by all maps in occupied slots (ms)=2 Total time spent by all reduces in occupied slots (ms)=0 Total time spent by all map tasks (ms)=2 Total vcore-milliseconds taken by all map tasks=2 Total megabyte-milliseconds taken by all map tasks=2048 2025-09-24 06:16:10,203 INFO client.DefaultNoHARMFailoverProxyProvider: Connecting to ResourceManager at /172.16.79.129:8032 2025-09-24 06:16:10,251 INFO mapreduce.JobResourceUploader: Disabling Erasure Coding for path: /tmp/hadoop-yarn/staging/zhihaojiang/.staging/job_1758694526692_0002 2025-09-24 06:16:10,287 INFO input.FileInputFormat: Total input files to process : 0 2025-09-24 06:16:10,723 INFO mapreduce.JobSubmitter: number of splits:0 2025-09-24 06:16:10,793 INFO mapreduce.JobSubmitter: Submitting tokens for job: job_1758694526692_0002 2025-09-24 06:16:10,793 INFO mapreduce.JobSubmitter: Executing with tokens: [] 2025-09-24 06:16:11,021 INFO impl.YarnClientImpl: Submitted application application_1758694526692_0002 2025-09-24 06:16:11,029 INFO mapreduce.Job: The url to track the job: http://linux-24-10:8088/proxy/application_1758694526692_0002/ 2025-09-24 06:16:11,029 INFO mapreduce.Job: Running job: job_1758694526692_0002 2025-09-24 06:16:19,174 INFO mapreduce.Job: Job job_1758694526692_0002 running in uber mode : false 2025-09-24 06:16:19,182 INFO mapreduce.Job: map 0% reduce 0% 2025-09-24 06:16:22,264 INFO mapreduce.Job: Task Id : attempt_1758694526692_0002_r_000000_0, Status : FAILED Container launch failed for container_1758694526692_0002_01_000002 : org.apache.hadoop.yarn.exceptions.InvalidAuxServiceException: The auxService:mapreduce_shuffle does not exist at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.apache.hadoop.yarn.api.records.impl.pb.SerializedExceptionPBImpl.instantiateExceptionImpl(SerializedExceptionPBImpl.java:171) at org.apache.hadoop.yarn.api.records.impl.pb.SerializedExceptionPBImpl.instantiateException(SerializedExceptionPBImpl.java:182) at org.apache.hadoop.yarn.api.records.impl.pb.SerializedExceptionPBImpl.deSerialize(SerializedExceptionPBImpl.java:106) at org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherImpl$Container.launch(ContainerLauncherImpl.java:163) at org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherImpl$EventProcessor.run(ContainerLauncherImpl.java:394) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750)
2025-09-24 06:16:24,312 INFO mapreduce.Job: Task Id : attempt_1758694526692_0002_r_000000_1, Status : FAILED Container launch failed for container_1758694526692_0002_01_000003 : org.apache.hadoop.yarn.exceptions.InvalidAuxServiceException: The auxService:mapreduce_shuffle does not exist at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.apache.hadoop.yarn.api.records.impl.pb.SerializedExceptionPBImpl.instantiateExceptionImpl(SerializedExceptionPBImpl.java:171) at org.apache.hadoop.yarn.api.records.impl.pb.SerializedExceptionPBImpl.instantiateException(SerializedExceptionPBImpl.java:182) at org.apache.hadoop.yarn.api.records.impl.pb.SerializedExceptionPBImpl.deSerialize(SerializedExceptionPBImpl.java:106) at org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherImpl$Container.launch(ContainerLauncherImpl.java:163) at org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherImpl$EventProcessor.run(ContainerLauncherImpl.java:394) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750)
2025-09-24 06:16:27,344 INFO mapreduce.Job: Task Id : attempt_1758694526692_0002_r_000000_2, Status : FAILED Container launch failed for container_1758694526692_0002_01_000004 : org.apache.hadoop.yarn.exceptions.InvalidAuxServiceException: The auxService:mapreduce_shuffle does not exist at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.apache.hadoop.yarn.api.records.impl.pb.SerializedExceptionPBImpl.instantiateExceptionImpl(SerializedExceptionPBImpl.java:171) at org.apache.hadoop.yarn.api.records.impl.pb.SerializedExceptionPBImpl.instantiateException(SerializedExceptionPBImpl.java:182) at org.apache.hadoop.yarn.api.records.impl.pb.SerializedExceptionPBImpl.deSerialize(SerializedExceptionPBImpl.java:106) at org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherImpl$Container.launch(ContainerLauncherImpl.java:163) at org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherImpl$EventProcessor.run(ContainerLauncherImpl.java:394) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750)
2025-09-24 06:16:31,375 INFO mapreduce.Job: map 0% reduce 100% 2025-09-24 06:16:32,399 INFO mapreduce.Job: Job job_1758694526692_0002 failed with state FAILED due to: Task failed task_1758694526692_0002_r_000000 Job failed as tasks failed. failedMaps:0 failedReduces:1 killedMaps:0 killedReduces: 0
2025-09-24 06:16:32,439 INFO mapreduce.Job: Counters: 7 Job Counters Failed reduce tasks=4 Launched reduce tasks=4 Total time spent by all maps in occupied slots (ms)=0 Total time spent by all reduces in occupied slots (ms)=2 Total time spent by all reduce tasks (ms)=2 Total vcore-milliseconds taken by all reduce tasks=2 Total megabyte-milliseconds taken by all reduce tasks=2048
|