Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/metron/pull/1229#discussion_r223781970
--- Diff: metron-analytics/metron-profiler-spark/README.md ---
@@ -265,6 +290,18 @@ The path to the input data read by the Batch Profiler.
The format of the input data read by the Batch Profiler.
+### `profiler.batch.input.reader`
--- End diff --
@justinleet I added some configuration shortcuts that make it simpler and
less error prone to configure, but still leaves the flexibility there. I like
how this turned out.
Check-out the README for more examples, but reading ORC now just becomes
this.
```
profiler.batch.input.reader=orc
profiler.batch.input.path=/path/to/orc/
```
Thanks for the feedback and let me know if this covers your concerns.
---