PDavid opened a new pull request, #6262: URL: https://github.com/apache/hbase/pull/6262
https://issues.apache.org/jira/browse/HBASE-28645 Add version and revision fields to the `/version/rest` endpoint, which reports the build version and Git revision of the REST server component. The REST server component determines the version and revision locally (i.e. not from the HBase cluster). The REST server component uses the `org.apache.hadoop.hbase.util.VersionInfo` class (from the `hbase-commons` project). So when the REST server component (`hbase-rest-*.jar`) is running it gets the version and revision from `hbase-commons-*.jar` on the classpath. -- 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]
