Skip to content

Command Memo

Wuyi Chen edited this page Apr 23, 2020 · 5 revisions
  • ZooKeeper
    • Path: /Users/wuyichen/zookeeper-3.4.14/bin
    • Commands
      • Start: sh zkServer.sh start
      • Stop: sh zkServer.sh stop
    • Port: 2181
  • Kafka
    • Path: /Users/wuyichen/kafka_2.11-2.2.0/bin
    • Commands
      • Start: sh kafka-server-start.sh ../config/server.properties
      • Press Crtl+C
    • Port: 9092
  • Redis
    • Path: /Users/wuyichen/redis-stable
    • Commands
      • Start: redis-server
      • Press Crtl+C

(Paths are same between home laptop and working laptop)

Clone this wiki locally