Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在执行“hadoop namenode -format”时,出现以下消息。
Re-format filesystem in Storage Directory /opt/data/temp/dfs/name ? (Y or N)
在这里应该给什么?“Y”或“N”。
如果给定 Y,它会丢失来自 HDFS 的数据吗?
仅当目录已存在时才会提示此问题dfs.namenode.name.dir,即目录已格式化或现有目录映射到dfs.namenode.name.dir.
dfs.namenode.name.dir
如果你想重新格式化它,然后给Yelse N。
Y
N
在给Y,目录将被格式化,删除所有现有的元数据(fsimage和edits日志)。这种重新格式化只删除元数据,dfs.datanode.data.dir必须手动删除数据目录。
fsimage
edits
dfs.datanode.data.dir