GitHub user nickwallen opened a pull request:
https://github.com/apache/metron/pull/1189
METRON-1770 Add Docs for Running the Profiler with Spark on YARN
I updated the README with advice for running the Batch Profiler with Spark
on YARN. I also added a link with instructions for running on a secure
cluster. This is all transparent to the Batch Profiler, which is why this is
only a doc change.
## 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 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
mvn site
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nickwallen/metron METRON-1770
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/metron/pull/1189.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 #1189
----
commit eb419d8bdc6e60900bb08142d4d2bb50b2bd8c23
Author: Nick Allen <nick@...>
Date: 2018-09-06T18:47:28Z
METRON-1770 Add Docs for Running the Profiler with Spark on YARN
----
---