tigerquoll commented on a change in pull request #1383: METRON-1788 Batch
profiler pull profile information from zookeeper
URL: https://github.com/apache/metron/pull/1383#discussion_r280032937
##########
File path: metron-analytics/metron-profiler-spark/README.md
##########
@@ -42,25 +42,8 @@ The portion of a profile produced by the Batch Profiler
should be indistinguisha
For an introduction to the Profiler, see the [Profiler
README](../metron-profiler-common/README.md).
## Getting Started
-
-1. Create a profile definition by editing
`$METRON_HOME/config/zookeeper/profiler.json` as follows.
-
- ```
- cat $METRON_HOME/config/zookeeper/profiler.json
- {
- "profiles": [
- {
- "profile": "hello-world",
- "foreach": "'global'",
- "init": { "count": "0" },
- "update": { "count": "count + 1" },
- "result": "count"
- }
- ],
- "timestampField": "timestamp"
- }
- ```
-
+1. Chose if you are going to use a profile already loaded into zookeeper or if
you are going to use a profile defined in a JSON file on disk. See [Specifying
profiles](#specifying-profiles) for more information.
+
Review comment:
Done.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services