close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Aug 3, 2011, 5:12:59 PM (14 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v1
|
|
| 1 | |
| 2 | {{{ |
| 3 | $ vim /opt/hadoop-0.20/src/hdfs/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java |
| 4 | |
| 5 | }}} |
| 6 | |
| 7 | {{{ |
| 8 | #!text |
| 9 | public FSImage getFSImage() { |
| 10 | return dir.fsImage; |
| 11 | } |
| 12 | |
| 13 | }}} |