sdtf08 发表于 2018-10-30 13:20:25

hadoop2.4.1分布式安装结合hbase0.94.23

# hadoop jar ./share/hadoop/mapreduce/hadoop-mapreduce-examples-2.4.1.jar wordcount /test/NOTICE.txt /test/wordcount.out  
14/09/18 22:43:29 INFO client.RMProxy: Connecting to ResourceManager at nn/192.168.1.105:8032
  
14/09/18 22:43:31 INFO input.FileInputFormat: Total input paths to process : 1
  
14/09/18 22:43:31 INFO mapreduce.JobSubmitter: number of splits:1
  
14/09/18 22:43:32 INFO mapreduce.JobSubmitter: Submitting tokens for job: job_1411050377567_0001
  
14/09/18 22:43:33 INFO impl.YarnClientImpl: Submitted application application_1411050377567_0001
  
14/09/18 22:43:33 INFO mapreduce.Job: The url to track the job: http://nn:8088/proxy/application_1411050377567_0001/
  
14/09/18 22:43:33 INFO mapreduce.Job: Running job: job_1411050377567_0001
  
14/09/18 22:43:49 INFO mapreduce.Job: Job job_1411050377567_0001 running in uber mode : false
  
14/09/18 22:43:49 INFO mapreduce.Job:map 0% reduce 0%
  
14/09/18 22:44:04 INFO mapreduce.Job:map 100% reduce 0%
  
14/09/18 22:44:13 INFO mapreduce.Job:map 100% reduce 100%
  
14/09/18 22:44:15 INFO mapreduce.Job: Job job_1411050377567_0001 completed successfully
  
14/09/18 22:44:15 INFO mapreduce.Job: Counters: 49
  
      File System Counters
  
                FILE: Number of bytes read=173
  
                FILE: Number of bytes written=185967
  
                FILE: Number of read operations=0
  
                FILE: Number of large read operations=0
  
                FILE: Number of write operations=0
  
                HDFS: Number of bytes read=196
  
                HDFS: Number of bytes written=123
  
                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)=13789
  
                Total time spent by all reduces in occupied slots (ms)=6376
  
                Total time spent by all map tasks (ms)=13789
  
                Total time spent by all reduce tasks (ms)=6376
  
                Total vcore-seconds taken by all map tasks=13789
  
                Total vcore-seconds taken by all reduce tasks=6376
  
                Total megabyte-seconds taken by all map tasks=14119936
  
                Total megabyte-seconds taken by all reduce tasks=6529024
  
      Map-Reduce Framework
  
                Map input records=2
  
                Map output records=11
  
                Map output bytes=145
  
                Map output materialized bytes=173
  
                Input split bytes=95
  
                Combine input records=11
  
                Combine output records=11
  
                Reduce input groups=11
  
                Reduce shuffle bytes=173
  
                Reduce input records=11
  
                Reduce output records=11
  
                Spilled Records=22
  
                Shuffled Maps =1
  
                Failed Shuffles=0
  
                Merged Map outputs=1
  
                GC time elapsed (ms)=439
  
                CPU time spent (ms)=2310
  
                Physical memory (bytes) snapshot=210075648
  
                Virtual memory (bytes) snapshot=794005504
  
                Total committed heap usage (bytes)=125480960
  
      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=101
  
      File Output Format Counters
  
                Bytes Written=123
  
#


页: [1]
查看完整版本: hadoop2.4.1分布式安装结合hbase0.94.23