Changes between Version 2 and Version 3 of III140503/Lab4
- Timestamp:
- May 4, 2014, 1:43:46 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
III140503/Lab4
v2 v3 53 53 54 54 {{{ 55 user0@hdp:~$ hadoop fsck /user/ user0/test.img -files -blocks -locations56 FSCK started by user0 from /10.240.1.123 for path /user/ user0/test.img at Sun55 user0@hdp:~$ hadoop fsck /user/$USER/test.img -files -blocks -locations 56 FSCK started by user0 from /10.240.1.123 for path /user/$USER/test.img at Sun 57 57 Mar 23 02:11:08 UTC 2014 58 58 /user/user0/test.img 104857600 bytes, 2 block(s): OK … … 78 78 79 79 80 The filesystem under path '/user/ user0/test.img' is HEALTHY80 The filesystem under path '/user/$USER/test.img' is HEALTHY 81 81 }}} 82 82 … … 84 84 85 85 {{{ 86 user0@hdp:~$ hadoop fs -setrep 2 /user/ user0/test.img87 Replication 2 set: hdfs://hdp:9000/user/ user0/test.img88 user0@hdp:~$ hadoop fsck /user/ user0/test.img -files -blocks -locations89 FSCK started by user0 from /10.240.1.123 for path /user/ user0/test.img at Sun86 user0@hdp:~$ hadoop fs -setrep 2 /user/$USER/test.img 87 Replication 2 set: hdfs://hdp:9000/user/$USER/test.img 88 user0@hdp:~$ hadoop fsck /user/$USER/test.img -files -blocks -locations 89 FSCK started by user0 from /10.240.1.123 for path /user/$USER/test.img at Sun 90 90 Mar 23 02:45:11 UTC 2014 91 /user/ user0/test.img 104857600 bytes, 2 block(s): OK91 /user/$USER/test.img 104857600 bytes, 2 block(s): OK 92 92 0. blk_-4422576463029178583_1044 len=67108864 repl=2 [10.240.1.123:50010, 10.2 93 93 40.174.73:50010] … … 113 113 114 114 115 The filesystem under path '/user/ user0/test.img' is HEALTHY115 The filesystem under path '/user/$USER/test.img' is HEALTHY 116 116 }}}