close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libtasn1.so.6: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jan 7, 2010, 6:12:00 PM (16 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v18
|
v19
|
|
106 | 106 | Now that you've confirmed your cluster is successfully running on Hadoop 0.20, you can go ahead and finalize the HDFS upgrade: |
107 | 107 | {{{ |
108 | | $ sudo -u hadoop hadoop dfsadmin -finalizeUpgrade |
| 108 | # su -s /bin/bash - hadoop -c " /opt/hadoop/bin/hadoop dfsadmin -finalizeUpgrade" |
109 | 109 | }}} |
| 110 | |
| 111 | The other console will show fallowing message |
| 112 | {{{ |
| 113 | #!sh |
| 114 | 10/01/07 18:10:08 INFO common.Storage: Finalizing upgrade for storage directory /var/lib/hadoop-0.18/cache/hadoop/dfs/name. |
| 115 | cur LV = -18; cur CTime = 1262772483322 |
| 116 | 10/01/07 18:10:08 INFO common.Storage: Finalize upgrade for /var/lib/hadoop-0.18/cache/hadoop/dfs/name is complete. |
| 117 | }}} |