GitHub user nickwallen opened a pull request:
https://github.com/apache/metron/pull/1144
METRON-1703 Make Core Profiler Components Serializable
All of the core Profiler components are now tagged as Serializable. This
allows users to use Java serialization if desired, when running the Profiler in
Spark.
## Testing
1. Launch the development environment.
2. Ensure alerts are created in the Alerts UI.
3. Ensure the Service Check in Ambari passes.
4. Follow the instructions in the Profiler README to create a simple
profile using the Profiler topology in Storm.
## Pull Request Checklist
- [ ] 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 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?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nickwallen/metron METRON-1703
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/metron/pull/1144.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 #1144
----
commit a61e05cfe90fa09141888018c5e5d60c9e08ee5b
Author: Nick Allen <nick@...>
Date: 2018-07-10T14:08:48Z
Made core Profiler components Java serializable for running the Profiler in
the spark-shell
----
---