Follow-up commit for HDFS-1620 since I missed some files.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1165103 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8ae98a9d1c
commit
458c34a2ab
|
@ -26,9 +26,9 @@ import org.apache.hadoop.hdfs.HdfsConfiguration;
|
||||||
*
|
*
|
||||||
************************************/
|
************************************/
|
||||||
@InterfaceAudience.Private
|
@InterfaceAudience.Private
|
||||||
public final class FSConstants {
|
public final class HdfsConstants {
|
||||||
/* Hidden constructor */
|
/* Hidden constructor */
|
||||||
private FSConstants() {
|
private HdfsConstants() {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static int MIN_BLOCKS_FOR_WRITE = 5;
|
public static int MIN_BLOCKS_FOR_WRITE = 5;
|
|
@ -29,9 +29,9 @@ import org.apache.hadoop.classification.InterfaceAudience;
|
||||||
************************************/
|
************************************/
|
||||||
|
|
||||||
@InterfaceAudience.Private
|
@InterfaceAudience.Private
|
||||||
public final class HdfsConstants {
|
public final class HdfsServerConstants {
|
||||||
/* Hidden constructor */
|
/* Hidden constructor */
|
||||||
private HdfsConstants() { }
|
private HdfsServerConstants() { }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Type of the node
|
* Type of the node
|
Loading…
Reference in New Issue