Skip to content

Commit 091ff34

Browse files
EdColemanctubbsii
andauthored
Update _docs-2/troubleshooting/advanced.md
Co-authored-by: Christopher Tubbs <[email protected]>
1 parent df8be93 commit 091ff34

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_docs-2/troubleshooting/advanced.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,10 @@ can vary, you should verify the contents of the file with a hexdump tool.
262262
Then, place this empty WAL in HDFS and then replace the corrupt WAL file in HDFS with the empty WAL for the
263263
tserver / host pair with the following hdfs commands:
264264

265-
$ hdfs dfs -moveFromLocal [uuid].wal /user/accumulo/[uuid].wal
266-
$ hdfs dfs -mv /user/accumulo/[uuid].wal /accumulo/wal/[tserver+port]/[uuid]
265+
```sh
266+
hdfs dfs -moveFromLocal "$UUID.wal" "/user/accumulo/$UUID.wal"
267+
hdfs dfs -mv "/user/accumulo/$UUID.wal" "/accumulo/wal/[tserver+port]/$UUID"
268+
```
267269

268270
Note:
269271
- the `+` separator for port.

0 commit comments

Comments
 (0)