GitHub user AdrianP- opened a pull request:
https://github.com/apache/incubator-metron/pull/153
Fixed error when start up the system.
When start ./run.sh, this error appeard:
fatal: [node1]: FAILED! => {"changed": false, "failed": true, "msg": "value
of wait_for_complete must be one of:
yes,on,1,true,1,True,no,off,0,false,0,False, got: True"}
In:
TASK [ambari_config : Deploy cluster with Ambari; http://node1:8080]
***********
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/AdrianP-/incubator-metron patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-metron/pull/153.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 #153
----
commit 9add245c4d83a34c4344f77b749406b058c04e3f
Author: Adrian Portabales <[email protected]>
Date: 2016-06-16T09:54:53Z
Fixed error when start up the system.
When start ./run.sh, this error appeard:
fatal: [node1]: FAILED! => {"changed": false, "failed": true, "msg": "value
of wait_for_complete must be one of:
yes,on,1,true,1,True,no,off,0,false,0,False, got: True"}
In:
TASK [ambari_config : Deploy cluster with Ambari; http://node1:8080]
***********
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---