GitHub user cestella opened a pull request: https://github.com/apache/incubator-metron/pull/131
METRON-183 Allow the simple hbase enrichment adapter and simple threat intel adapter to use multiple column families Allow the simple hbase enrichment adapter and simple threat intel adapter to use multiple column families. As it stands, the table and column family used are configured at topology submission time rather than via zookeeper. It makes sense to allow different enrichment types to be associated with different column families so that column family specific configuration, such as retention policies, can be used per enrichment type. You can merge this pull request into a Git repository by running: $ git pull https://github.com/cestella/incubator-metron cf_per_et Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-metron/pull/131.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 #131 ---- commit 00a0b13a5b307be39aad45031c1673de9a2f5ea4 Author: cstella <ceste...@gmail.com> Date: 2016-05-23T17:50:40Z Added the ability to support multiple column families in the simple hbase enrichment and threat intel. commit adc3765fcfeeee84bf24d58ac8a4e5e20851ffae Author: cstella <ceste...@gmail.com> Date: 2016-05-23T20:46:35Z Updating documentation. ---- --- 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. ---