[root@master data]# hadoop jar word-count.jar com.skywater.study.hadoop.mr.wordcount.WCRunner 19/07/1501:51:10 INFO client.RMProxy: Connecting to ResourceManager at master/192.168.192.142:8032 19/07/1501:51:11 WARN mapreduce.JobResourceUploader: Hadoop command-line option parsing not performed. Implement the Tool interfaceand execute your application with ToolRunner to remedy this. 19/07/1501:51:11 INFO input.FileInputFormat: Total input paths to process : 1 19/07/1501:51:11 INFO mapreduce.JobSubmitter: number of splits:1 19/07/1501:51:12 INFO mapreduce.JobSubmitter: Submitting tokens for job: job_1562908973274_0001 19/07/1501:51:12 INFO impl.YarnClientImpl: Submitted application application_1562908973274_0001 19/07/1501:51:12 INFO mapreduce.Job: The url to track the job: http://master:8088/proxy/application_1562908973274_0001/ 19/07/1501:51:12 INFO mapreduce.Job: Running job: job_1562908973274_0001 19/07/1501:51:20 INFO mapreduce.Job: Job job_1562908973274_0001 running in uber mode : false 19/07/1501:51:20 INFO mapreduce.Job: map 0% reduce 0% 19/07/1501:51:27 INFO mapreduce.Job: map 100% reduce 0% 19/07/1501:51:32 INFO mapreduce.Job: map 100% reduce 100% 19/07/1501:51:32 INFO mapreduce.Job: Job job_1562908973274_0001 completed successfully 19/07/1501:51:32 INFO mapreduce.Job: Counters: 49 File System Counters FILE: Number of bytes read=8434 FILE: Number of bytes written=262349 FILE: Number of read operations=0 FILE: Number of large read operations=0 FILE: Number of write operations=0 HDFS: Number of bytes read=4087 HDFS: Number of bytes written=1221 HDFS: Number of read operations=6 HDFS: Number of large read operations=0 HDFS: Number of write operations=2 Job Counters Launched map tasks=1 Launched reduce tasks=1 Data-local map tasks=1 Total time spent by all maps in occupied slots(ms)=3085 Total time spent by all reduces in occupied slots(ms)=2336 Total time spent by all map tasks(ms)=3085 Total time spent by all reduce tasks(ms)=2336 Total vcore-milliseconds taken by all map tasks=3085 Total vcore-milliseconds taken by all reduce tasks=2336 Total megabyte-milliseconds taken by all map tasks=3159040 Total megabyte-milliseconds taken by all reduce tasks=2392064 Map-Reduce Framework Map input records=125 Map output records=502 Map output bytes=7424 Map output materialized bytes=8434 Input split bytes=97 Combine input records=0 Combine output records=0 Reduce input groups=98 Reduce shuffle bytes=8434 Reduce input records=502 Reduce output records=98 Spilled Records=1004 ShuffledMaps=1 Failed Shuffles=0 Merged Map outputs=1 GC time elapsed(ms)=109 CPU time spent(ms)=1890 Physical memory(bytes) snapshot=446320640 Virtual memory(bytes) snapshot=4262146048 Total committed heap usage(bytes)=278396928 Shuffle Errors BAD_ID=0 CONNECTION=0 IO_ERROR=0 WRONG_LENGTH=0 WRONG_MAP=0 WRONG_REDUCE=0 File Input Format Counters Bytes Read=3990 File Output Format Counters Bytes Written=1221