You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metron.apache.org by nickwallen <gi...@git.apache.org> on 2017/09/06 20:41:34 UTC

[GitHub] metron pull request #735: METRON-1160 Blueprint configuration validation fai...

GitHub user nickwallen opened a pull request:

    https://github.com/apache/metron/pull/735

    METRON-1160 Blueprint configuration validation failed: Missing required properties

    Deployment to AWS using `metron-deployment/amazon-ec2` fails with the following error message. This PR addresses the problem.
    
    ```
    TASK [ambari_config : Deploy cluster with Ambari; http://ec2-XX-XX-XXX-XXX.compute-1.amazonaws.com:8080] ***
    fatal: [ec2-XX-XX-XXX-XXX.compute-1.amazonaws.com]: FAILED! => {"changed": false, "failed": true, "msg": "Ambari client exception occurred: Could not create blueprint: request code 400,                     request message {\n  \"status\" : 400,\n  \"message\" : \"Blueprint configuration validation failed: Missing required properties.  Specify a value for these properties in the blueprint configuration. {metron={metron-rest-env=[metron_jdbc_driver, metron_jdbc_username, metron_jdbc_url]}}\"\n}"}
    ```
    
    I tested by performing an AWS deployment.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nickwallen/metron METRON-1160

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/metron/pull/735.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 #735
    
----
commit 4b7def4d15f75742d0da87111e41fff45a6f3537
Author: Nick Allen <ni...@nickallen.org>
Date:   2017-09-06T20:39:01Z

    METRON-1160 Blueprint configuration validation failed: Missing required properties

----


---

[GitHub] metron pull request #735: METRON-1160 Blueprint configuration validation fai...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/metron/pull/735


---

[GitHub] metron issue #735: METRON-1160 Blueprint configuration validation failed: Mi...

Posted by mattf-horton <gi...@git.apache.org>.
Github user mattf-horton commented on the issue:

    https://github.com/apache/metron/pull/735
  
    +1 by inspection, trusting your manual test.  Please commit asap.  Thanks!


---

[GitHub] metron issue #735: METRON-1160 Blueprint configuration validation failed: Mi...

Posted by justinleet <gi...@git.apache.org>.
Github user justinleet commented on the issue:

    https://github.com/apache/metron/pull/735
  
    +1 by inspection.  Thanks for the contribution


---