GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/925
METRON-1443 Missing Critical MPack Install Instruction for Ubuntu When installing Elasticsearch with the MPack on Ubuntu, you must manually install the Elasticsearch repositories. The Mpack itself does not do this, like it does on CentOS. When the development environment on Ubuntu is spun-up this step is performed within Ansible as a prerequisite to the Mpack install. Until this can be fixed so that it matches what happens on CentOS, this needs to be at least documented. I should have documented this in #903 , but did not do so. Oops. You can merge this pull request into a Git repository by running: $ git pull https://github.com/nickwallen/metron METRON-1443 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/metron/pull/925.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 #925 ---- commit 0c40178494d2a12e8e4abbd43ba4f85338aa05da Author: Nick Allen <nick@...> Date: 2018-02-02T22:12:23Z METRON-1443 Missing Critical MPack Install Instruction for Ubuntu ---- ---