[
https://issues.apache.org/jira/browse/HBASE-7399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13550505#comment-13550505
]
Nick Dimiduk commented on HBASE-7399:
-------------------------------------
{code}
+ private boolean isHealthCheckerConfigured() {
+ String healthScriptLocation = this.conf.get(HConstants.HEALTH_SCRIPT_LOC);
+ return
org.apache.commons.lang.StringUtils.isNotBlank(healthScriptLocation);
+ }
{code}
Nit: {{isNotBlank}} could/should be a static import.
> Health check chore for HMaster
> ------------------------------
>
> Key: HBASE-7399
> URL: https://issues.apache.org/jira/browse/HBASE-7399
> Project: HBase
> Issue Type: Sub-task
> Components: regionserver
> Affects Versions: 0.96.0
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Priority: Trivial
> Fix For: 0.96.0, 0.94.4
>
> Attachments: HBASE-7399-0.94.patch, HBASE-7399-trunk.patch
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira