GitHub user nickwallen opened a pull request:

    https://github.com/apache/incubator-metron/pull/133

    METRON-180 Enable each component to be installed or not using tags

    To allow users to make the most use of the deployment scripts, they should 
be able to choose whether each component is installed or not.  This is 
important very highly customized environments where Metron will be installed.  
This is currently possible in most cases, but there are a few scenarios that 
are exceptions.
    
    For example, the PCAP service will only be installed if 
`install_elasticsearch` is set to `true`. This was a good coupling back when 
PCAP searches were hosted in the index. Now that PCAP searches come from HDFS, 
we need to be able to install PCAP service separately.

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

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

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

    https://github.com/apache/incubator-metron/pull/133.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 #133
    
----
commit ec1e99b755fc922cae26256dcd0c22f36c3828c8
Author: Nick Allen <n...@nickallen.org>
Date:   2016-05-24T02:49:37Z

    METRON-180 Enable each component to be installed or not using tags

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to