Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- X-MacBook-Pro-9:~ X$ hadoop jar “/Users/X/Downloads/countworddemo.jar” “/test6/TutoUML.txt” “/r_output”
- 2023-06-27 11:38:22,801 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
- 2023-06-27 11:38:23,341 INFO client.DefaultNoHARMFailoverProxyProvider: Connecting to ResourceManager at /0.0.0.0:8032
- 2023-06-27 11:38:23,488 INFO client.DefaultNoHARMFailoverProxyProvider: Connecting to ResourceManager at /0.0.0.0:8032
- 2023-06-27 11:38:23,671 WARN mapreduce.JobResourceUploader: Hadoop command-line option parsing not performed. Implement the Tool interface and execute your application with ToolRunner to remedy this.
- 2023-06-27 11:38:23,688 INFO mapreduce.JobResourceUploader: Disabling Erasure Coding for path: /tmp/hadoop-yarn/staging/X/.staging/job_1687837069001_0002
- 2023-06-27 11:38:24,466 INFO mapred.FileInputFormat: Total input files to process : 1
- 2023-06-27 11:38:25,347 INFO mapreduce.JobSubmitter: number of splits:2
- 2023-06-27 11:38:25,516 INFO mapreduce.JobSubmitter: Submitting tokens for job: job_1687837069001_0002
- 2023-06-27 11:38:25,516 INFO mapreduce.JobSubmitter: Executing with tokens: []
- 2023-06-27 11:38:25,721 INFO conf.Configuration: resource-types.xml not found
- 2023-06-27 11:38:25,732 INFO resource.ResourceUtils: Unable to find ‘resource-types.xml’.
- 2023-06-27 11:38:26,073 INFO impl.YarnClientImpl: Submitted application application_1687837069001_0002
- 2023-06-27 11:38:26,123 INFO mapreduce.Job: The url to track the job: http://X-MacBook-Pro-9.local:8088/proxy/application_1687837069001_0002/
- 2023-06-27 11:38:26,125 INFO mapreduce.Job: Running job: job_1687837069001_0002
- 2023-06-27 11:38:30,178 INFO mapreduce.Job: Job job_1687837069001_0002 running in uber mode : false
- 2023-06-27 11:38:30,179 INFO mapreduce.Job: map 0% reduce 0%
- 2023-06-27 11:38:30,196 INFO mapreduce.Job: Job job_1687837069001_0002 failed with state FAILED due to: Application application_1687837069001_0002 failed 2 times due to AM Container for appattempt_1687837069001_0002_000002 exited with exitCode: 127
- Failing this attempt.Diagnostics: [2023-06-27 11:38:29.828]Exception from container-launch.
- Container id: container_1687837069001_0002_02_000001
- Exit code: 127
- [2023-06-27 11:38:29.832]Container exited with a non-zero exit code 127. Error file: prelaunch.err.
- Last 4096 bytes of prelaunch.err :
- Last 4096 bytes of stderr :
- /bin/bash: /bin/java: No such file or directory
- [2023-06-27 11:38:29.832]Container exited with a non-zero exit code 127. Error file: prelaunch.err.
- Last 4096 bytes of prelaunch.err :
- Last 4096 bytes of stderr :
- /bin/bash: /bin/java: No such file or directory
- For more detailed output, check the application tracking page: http://X-MacBook-Pro-9.local:8088/cluster/app/application_1687837069001_0002 Then click on links to logs of each attempt.
- . Failing the application.
- 2023-06-27 11:38:30,219 INFO mapreduce.Job: Counters: 0
- Exception in thread “main” java.io.IOException: Job failed!
- at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:876)
- at WC_Runner.main(WC_Runner.java:24)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.apache.hadoop.util.RunJar.run(RunJar.java:323)
- at org.apache.hadoop.util.RunJar.main(RunJar.java:236)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement