- No authority
- Official reference is writing r extentions (joke extentions)
- If you thought writing regular r packages was tricky, hold on
This file contains 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
# Install clusterdock. | |
pip3 install clusterdock | |
# Clone the Apache Kafka topology for clusterdock. | |
git clone https://github.com/clusterdock/topology_apache_kafka.git | |
# Start Apache Kafka (defaults to node-1.cluster, node-2.cluster, node-3.cluster) | |
clusterdock -v start topology_apache_kafka --brokers node-1 node-2 node-3 --kafka-version 1.0.0 | |
# Start StreamSets Data Collector on the same cluster network. |