HDFS-16647. Delete unused NameNode#FS_HDFS_IMPL_KEY. (#4525). Contributed by JiangHua Zhu.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
This commit is contained in:
parent
9e206fe0b6
commit
a333674785
|
@ -403,7 +403,6 @@ public class NameNode extends ReconfigurableBase implements
|
|||
*/
|
||||
@Deprecated
|
||||
public static final int DEFAULT_PORT = DFS_NAMENODE_RPC_PORT_DEFAULT;
|
||||
public static final String FS_HDFS_IMPL_KEY = "fs.hdfs.impl";
|
||||
public static final Logger LOG =
|
||||
LoggerFactory.getLogger(NameNode.class.getName());
|
||||
public static final Logger stateChangeLog =
|
||||
|
|
Loading…
Reference in New Issue