ctubbsii commented on code in PR #373:
URL: https://github.com/apache/accumulo-website/pull/373#discussion_r1097687618


##########
_docs-2/administration/fate.md:
##########
@@ -71,9 +71,15 @@ Sometimes, it is useful to inspect the current FATE 
operations, both pending and
 For example, a command that is not completing could be blocked on the 
execution of another
 operation. Accumulo provides an Accumulo shell command to interact with fate.
 
-The `fate` shell command accepts a number of arguments for different 
functionality:
-`list`/`print`, `summary`, `cancel`, `fail`, `delete`, `dump`.
+The `fate` admin command accepts a number of arguments for different 
functionality:
+`list`/`print`, `summary`, `cancel`, `fail`, `delete`, `dump`.  

Review Comment:
   Avoid trailing whitespace.
   
   ```suggestion
   `list`/`print`, `summary`, `cancel`, `fail`, `delete`, `dump`.
   ```



##########
_docs-2/administration/fate.md:
##########
@@ -71,9 +71,15 @@ Sometimes, it is useful to inspect the current FATE 
operations, both pending and
 For example, a command that is not completing could be blocked on the 
execution of another
 operation. Accumulo provides an Accumulo shell command to interact with fate.
 
-The `fate` shell command accepts a number of arguments for different 
functionality:
-`list`/`print`, `summary`, `cancel`, `fail`, `delete`, `dump`.
+The `fate` admin command accepts a number of arguments for different 
functionality:
+`list`/`print`, `summary`, `cancel`, `fail`, `delete`, `dump`.  
 
+The command for launching the fate admin command is:

Review Comment:
   I think some of this reads better if we put some blank lines between 
markdown paragraphs and code blocks... and before the next header.
   ```suggestion
   The command for launching the fate admin command is:
   
   ```



##########
_docs-2/administration/fate.md:
##########
@@ -71,9 +71,15 @@ Sometimes, it is useful to inspect the current FATE 
operations, both pending and
 For example, a command that is not completing could be blocked on the 
execution of another
 operation. Accumulo provides an Accumulo shell command to interact with fate.
 
-The `fate` shell command accepts a number of arguments for different 
functionality:
-`list`/`print`, `summary`, `cancel`, `fail`, `delete`, `dump`.
+The `fate` admin command accepts a number of arguments for different 
functionality:
+`list`/`print`, `summary`, `cancel`, `fail`, `delete`, `dump`.  
 
+The command for launching the fate admin command is:
+```
+> accumulo admin fate --[option]
+```
+The Accumulo admin help command option `accumulo admin -h` shows the expected 
usage information for the fate and
+other admin commands.

Review Comment:
   ```suggestion
   
   The Accumulo admin help command option `accumulo admin -h` shows the 
expected usage information for the fate and
   other admin commands.
   
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to