File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ # Cassandra 3.10
2+ screen -dmS " Cassandra" /home/paul/bigdata/apache-cassandra-3.10/bin/cassandra
3+ /home/paul/bigdata/apache-cassandra-3.10/bin/cqlsh
4+
Original file line number Diff line number Diff line change 1+ # kafka_2.11-0.10.2.0
2+ screen -dmS " kafkaZK" /home/paul/bigdata/kafka_2.11-0.10.2.0/bin/zookeeper-server-start.sh /home/paul/bigdata/kafka_2.11-0.10.2.0/config/zookeeper.properties
3+ screen -dmS " kafkaCluster" /home/paul/bigdata/kafka_2.11-0.10.2.0/bin/kafka-server-start.sh /home/paul/bigdata/kafka_2.11-0.10.2.0/config/server.properties
4+ /home/paul/bigdata/kafka_2.11-0.10.2.0/bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic test
5+ /home/paul/bigdata/kafka_2.11-0.10.2.0/bin/kafka-console-consumer.sh --topic test --bootstrap-server localhost:9092 --from-beginning
You can’t perform that action at this time.
0 commit comments