GitHub user LiShuMing opened a pull request:
https://github.com/apache/ambari/pull/64
Fix how to check Ambari Collector script's distributed-hbase condition
There is a problem when use `ambari-metrics-collector` to start/restart
ambari-collector using `--distributed`.
Just as `AMS_HBASE_INIT_CHECK_ENABLED` variable in this script, fix the
checking condition below.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/LiShuMing/ambari ambari-collector-script-bug
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ambari/pull/64.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #64
----
commit ec8e192e8cc3fae06d660fe136a5215bb876ffdf
Author: lishuming <[email protected]>
Date: 2017-09-19T01:00:18Z
Fix how to check Ambari Collector script's distributed-hbase condition
----
---