How to create a custom parcels in cloudera cluster.
Install python3 as parcel in cloudera cluster.
Jan 23, 20222 min read99

Search for a command to run...
Articles tagged with #kafka
Install python3 as parcel in cloudera cluster.

1. Setup Kafka topic cd /usr/hdp/current/kafka-broker/bin/ ./kafka-topics.sh --create --zookeeper c420-node2.coelab.cloudera.com:2181 --replication-factor 2 --partitions 3 --topic ss_input ./kafka-topics.sh --list --zookeeper c420-node2.coelab.cloud...
