gvprathyusha6 commented on PR #5307:
URL: https://github.com/apache/hbase/pull/5307#issuecomment-1637633849

   Got it, how about we update 
   
   `Usage: hbase pe  <OPTIONS> [-D<property=value>]* <command> <nclients>` to 
   `Usage: hbase pe  <OPTIONS> [-D<property=value>]* <command|class> <nclients>`
   
   And add a section for Class just below Commad:
   
   ```
   Class:
   To run any custom implementation of PerformanceEvaluation.Test, provide the 
classname of the implementaion class in place of command name and it will be 
loaded at runtime from classpath.
   Please consider to contribute back this custom test impl into a builtin PE 
command for the benefit of the community.
   ```
   
   Seems inline with current documentation standard also to me
   @wchevreuil 


-- 
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: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to