| ⌘T | go to file |
| ⌘⌃P | go to project |
| ⌘R | go to methods |
| ⌃G | go to line |
| ⌘KB | toggle side bar |
| ⌘⇧P | command prompt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # final top-level data output directory, sub-directory will be dynamically created for each topic pulled | |
| etl.destination.path=hdfs://kraken/wmf/raw/webrequest/test/data | |
| # HDFS location where you want to keep execution files, i.e. offsets, error logs, and count files | |
| etl.execution.base.path=hdfs://kraken/wmf/raw/webrequest/test/camus | |
| # where completed Camus job output directories are kept, usually a sub-dir in the base.path | |
| etl.execution.history.path=hdfs://kraken/wmf/raw/webrequest/test/camus/history | |
| # Concrete implementation of the Encoder class to use (used by Kafka Audit, and thus optional for now) | |
| #camus.message.encoder.class=com.linkedin.batch.etl.kafka.coders.DummyKafkaMessageEncoder |