GitHub user nickwallen opened a pull request: https://github.com/apache/incubator-metron/pull/514
METRON-829 Use Fastcapa with Kerberos Yes, you can use Fastcapa with Kerberos with no code changes. I describe the entire process in the README. This PR is dependent on #509 which explains the extra commits that are currently visible. ## Pull Request Checklist - [ ] Is there a JIRA ticket associated with this PR? If not one needs to be created at [Metron Jira](https://issues.apache.org/jira/browse/METRON/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel). - [ ] Does your PR title start with METRON-XXXX where XXXX is the JIRA number you are trying to resolve? Pay particular attention to the hyphen "-" character. - [ ] Has your PR been rebased against the latest commit within the target branch (typically master)? - [ ] Have you included steps to reproduce the behavior or problem that is being changed or addressed? - [ ] Have you included steps or a guide to how the change may be verified and tested manually? - [ ] Have you ensured that the full suite of tests and checks have been executed in the root incubating-metron folder via: - [ ] Have you written or updated unit tests and or integration tests to verify your changes? - [ ] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under [ASF 2.0](http://www.apache.org/legal/resolved.html#category-a)? - [ ] Have you verified the basic functionality of the build by building and running locally with Vagrant full-dev environment or the equivalent? ### For documentation related changes: - [ ] Have you ensured that format looks appropriate for the output in which it is rendered by building and verifying the site-book? If not then run the following commands and the verify changes via `site-book/target/site/index.html`: ``` cd site-book bin/generate-md.sh mvn site:site ``` You can merge this pull request into a Git repository by running: $ git pull https://github.com/nickwallen/incubator-metron METRON-829 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-metron/pull/514.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 #514 ---- commit 6410229e6a6a031f470d01ced2eb316d43bae29a Author: Nick Allen <n...@nickallen.org> Date: 2017-03-21T17:51:55Z METRON-822 Improve Fastcapa Performance commit 2492bc70833f40512b7bfbac34d03ef3f862242c Author: Nick Allen <n...@nickallen.org> Date: 2017-04-05T01:00:42Z Updated README commit 324b487a98f1d4efa99b737a29c3150d2f3b1d53 Author: Nick Allen <n...@nickallen.org> Date: 2017-04-05T14:34:02Z Added multi-burst for receive workers commit e9a952fe54132b5e28dbdd302a4b3d46ab64dee0 Author: Nick Allen <n...@nickallen.org> Date: 2017-04-05T16:16:13Z Error messages to stderr commit ee84379ee28f71b79cc7fecbc0c08ad72765ea79 Author: Nick Allen <n...@nickallen.org> Date: 2017-04-05T16:19:33Z Created a JIRA to replace the TODO comment in the code commit 28c439e598dde9b8c042cbeb9a9495d1a9e6db78 Author: Nick Allen <n...@nickallen.org> Date: 2017-04-05T20:55:42Z METRON-829 Use Fastcapa with Kerberos ---- --- 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. ---