File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/modules/hdfs/pages/reference Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ java.io.FileNotFoundException: No valid image files found
2323
2424WARNING: The following fix should only be applied to fresh clusters. For existing clusters please consider support.
2525
26- 1. Remove the PVC called `data-<cluster-name>-namenode-<rolegroup>-0` for a failed namenode 0.
26+ 1. Remove the PVC called `data-<cluster-name>-namenode-<rolegroup>-0` for a failed namenode 0.
27272. Restart the namenode afterwards.
Original file line number Diff line number Diff line change @@ -721,7 +721,7 @@ impl ContainerConfig {
721721 # Sanity check for initial format data corruption: VERSION file exists but no fsimage files were created.
722722 FSIMAGE_COUNT=$(find "{NAMENODE_ROOT_DATA_DIR}/current" -maxdepth 1 -regextype posix-egrep -regex ".*/fsimage_[0-9]+" | wc -l)
723723
724- if [ "${{FSIMAGE_COUNT}}" -eq 0 ]
724+ if [ "${{FSIMAGE_COUNT}}" -eq 0 ]
725725 then
726726 echo "WARNING: {NAMENODE_ROOT_DATA_DIR}/current/VERSION file exists but no fsimage files were found."
727727 echo "This indicates an incomplete and corrupted namenode formatting. Please check the troubleshooting guide."
You can’t perform that action at this time.
0 commit comments