ndimiduk commented on a change in pull request #4223:
URL: https://github.com/apache/hbase/pull/4223#discussion_r832985517
##########
File path: bin/hbase
##########
@@ -757,6 +757,13 @@ elif [ "$COMMAND" = "hbtop" ] ; then
HBASE_OPTS="${HBASE_OPTS} ${HBASE_HBTOP_OPTS}"
else
CLASS=$COMMAND
+ if [ "$CLASS" = "org.apache.hadoop.hbase.IntegrationTestIngest" ] ; then
Review comment:
There are way more classes than just this one in hbase-it -- in this
package alone there are 17 classes with names that start "IntegrationTest". It
would be better to look for all the `main` methods in that module and determine
some conditional expression to match them.
--
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]