Tejaskriya commented on code in PR #8041:
URL: https://github.com/apache/ozone/pull/8041#discussion_r1990973325


##########
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/debug/audit/parser/handler/QueryCommandHandler.java:
##########
@@ -34,7 +34,7 @@
     aliases = "q",
     description = "Execute custom query.\n\n" +
         "To run a custom read-only query:\n" +
-        "ozone auditparser <path to db file> query <query>\n",
+        "ozone debug auditparser <path to db file> query <query>\n",

Review Comment:
   To make it clear that we need to load the audit logs, we can improve the 
help message as someone trying to use these commands for the first time, it 
might not be very clear:
   ```
   "To run a custom read-only sql query on the audit logs loaded to the 
database:\n" 
   ```



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to