|
@@ -72,6 +72,7 @@ public class NameNode implements ClientProtocol, DatanodeProtocol, FSConstants {
|
|
// creating an instance will do the static initialization of the class
|
|
// creating an instance will do the static initialization of the class
|
|
static {
|
|
static {
|
|
new DatanodeRegistration();
|
|
new DatanodeRegistration();
|
|
|
|
+ new Block();
|
|
}
|
|
}
|
|
|
|
|
|
/** Format a new filesystem. Destroys any filesystem that may already
|
|
/** Format a new filesystem. Destroys any filesystem that may already
|