GitHub user nickwallen opened a pull request:
https://github.com/apache/metron/pull/866
METRON-1349 Full Dev Builds Metron Twice
Removing the "Quick Dev" environment in #852 had an unintended side effect.
It caused Metron to be built twice during the Full Dev deployment process.
Unless you prefer a double-build for thoroughness, this can be annoying.
## Testing
Deploy Full Dev and ensure that Metron is not build twice. Once Metron is
deployed, login to Ambari and run the Metron Service Check. If the service
check passes, we've done a solid.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nickwallen/metron METRON-1349
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/metron/pull/866.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 #866
----
commit f152326f4c401129f0b05d03045440e7cf5dda2b
Author: Nick Allen <[email protected]>
Date: 2017-12-13T17:11:59Z
METRON-1349 Full Dev Builds Metron Twice
----
---