Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PS C:\hadoop-2.6.0\bin> hadoop jar 'C:\hwork\pr14.jar' PageRankHadoop /in /output33 --all
- starting the job
- 15/04/27 21:15:02 INFO client.RMProxy: Connecting to ResourceManager at /0.0.0.0:8032
- 15/04/27 21:15:03 WARN mapreduce.JobSubmitter: Hadoop command-line option parsing not performed. Implement the Tool inte
- rface and execute your application with ToolRunner to remedy this.
- 15/04/27 21:15:03 INFO input.FileInputFormat: Total input paths to process : 1
- 15/04/27 21:15:03 INFO mapreduce.JobSubmitter: number of splits:1
- 15/04/27 21:15:03 INFO mapreduce.JobSubmitter: Submitting tokens for job: job_1430152496212_0015
- 15/04/27 21:15:04 INFO impl.YarnClientImpl: Submitted application application_1430152496212_0015
- 15/04/27 21:15:04 INFO mapreduce.Job: The url to track the job: http://Piotr-Komputer:8088/proxy/application_14301524962
- 12_0015/
- 15/04/27 21:15:04 INFO mapreduce.Job: Running job: job_1430152496212_0015
- 15/04/27 21:15:16 INFO mapreduce.Job: Job job_1430152496212_0015 running in uber mode : false
- 15/04/27 21:15:16 INFO mapreduce.Job: map 0% reduce 0%
- 15/04/27 21:15:37 INFO mapreduce.Job: map 100% reduce 0%
- 15/04/27 21:15:49 INFO mapreduce.Job: map 100% reduce 100%
- 15/04/27 21:15:54 INFO mapreduce.Job: Job job_1430152496212_0015 completed successfully
- 15/04/27 21:15:54 INFO mapreduce.Job: Counters: 49
- File System Counters
- FILE: Number of bytes read=6
- FILE: Number of bytes written=172837
- FILE: Number of read operations=0
- FILE: Number of large read operations=0
- FILE: Number of write operations=0
- HDFS: Number of bytes read=4641
- HDFS: Number of bytes written=0
- HDFS: Number of read operations=7
- 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)=19010
- Total time spent by all reduces in occupied slots (ms)=9046
- Total time spent by all map tasks (ms)=19010
- Total time spent by all reduce tasks (ms)=9046
- Total vcore-seconds taken by all map tasks=19010
- Total vcore-seconds taken by all reduce tasks=9046
- Total megabyte-seconds taken by all map tasks=19466240
- Total megabyte-seconds taken by all reduce tasks=9263104
- Map-Reduce Framework
- Map input records=0
- Map output records=0
- Map output bytes=0
- Map output materialized bytes=6
- Input split bytes=97
- Combine input records=0
- Combine output records=0
- Reduce input groups=0
- Reduce shuffle bytes=6
- Reduce input records=0
- Reduce output records=0
- Spilled Records=0
- Shuffled Maps =1
- Failed Shuffles=0
- Merged Map outputs=1
- GC time elapsed (ms)=170
- CPU time spent (ms)=1499
- Physical memory (bytes) snapshot=365215744
- Virtual memory (bytes) snapshot=479444992
- Total committed heap usage (bytes)=300417024
- 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=4544
- File Output Format Counters
- Bytes Written=0
Advertisement
Add Comment
Please, Sign In to add comment