Changes between Version 2 and Version 3 of III140503/Lab4


Ignore:
Timestamp:
May 4, 2014, 1:43:46 PM (10 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • III140503/Lab4

    v2 v3  
    5353
    5454{{{
    55 user0@hdp:~$ hadoop fsck /user/user0/test.img -files -blocks -locations       
    56 FSCK started by user0 from /10.240.1.123 for path /user/user0/test.img at Sun
     55user0@hdp:~$ hadoop fsck /user/$USER/test.img -files -blocks -locations       
     56FSCK started by user0 from /10.240.1.123 for path /user/$USER/test.img at Sun
    5757Mar 23 02:11:08 UTC 2014                                                     
    5858/user/user0/test.img 104857600 bytes, 2 block(s):  OK                         
     
    7878                                                                             
    7979                                                                             
    80 The filesystem under path '/user/user0/test.img' is HEALTHY                   
     80The filesystem under path '/user/$USER/test.img' is HEALTHY                   
    8181}}}
    8282
     
    8484
    8585{{{
    86 user0@hdp:~$ hadoop fs -setrep 2 /user/user0/test.img                         
    87 Replication 2 set: hdfs://hdp:9000/user/user0/test.img
    88 user0@hdp:~$ hadoop fsck /user/user0/test.img -files -blocks -locations       
    89 FSCK started by user0 from /10.240.1.123 for path /user/user0/test.img at Sun
     86user0@hdp:~$ hadoop fs -setrep 2 /user/$USER/test.img                         
     87Replication 2 set: hdfs://hdp:9000/user/$USER/test.img
     88user0@hdp:~$ hadoop fsck /user/$USER/test.img -files -blocks -locations       
     89FSCK started by user0 from /10.240.1.123 for path /user/$USER/test.img at Sun
    9090Mar 23 02:45:11 UTC 2014                                                     
    91 /user/user0/test.img 104857600 bytes, 2 block(s):  OK                         
     91/user/$USER/test.img 104857600 bytes, 2 block(s):  OK                         
    92920. blk_-4422576463029178583_1044 len=67108864 repl=2 [10.240.1.123:50010, 10.2
    939340.174.73:50010]                                                             
     
    113113                                                                             
    114114                                                                             
    115 The filesystem under path '/user/user0/test.img' is HEALTHY                   
     115The filesystem under path '/user/$USER/test.img' is HEALTHY                   
    116116}}}