Advertisement
absolute100

Untitled

Aug 30th, 2017
492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. dbao@dbao-MBP15-TV5NB 22:28:17 ~/Downloads
  2. $ ./docker-commpose-start-confluent.sh confluent3
  3. Running pre-create checks...
  4. Creating machine...
  5. (confluent3) Copying /Users/dbao/.docker/machine/cache/boot2docker.iso to /Users/dbao/.docker/machine/machines/confluent3/boot2docker.iso...
  6. (confluent3) Creating VirtualBox VM...
  7. (confluent3) Creating SSH key...
  8. (confluent3) Starting the VM...
  9. (confluent3) Check network to re-create if needed...
  10. (confluent3) Waiting for an IP...
  11. Waiting for machine to be running, this may take a few minutes...
  12. Detecting operating system of created instance...
  13. Waiting for SSH to be available...
  14. Detecting the provisioner...
  15. Provisioning with boot2docker...
  16. Copying certs to the local machine directory...
  17. Copying certs to the remote machine...
  18. Setting Docker configuration on the remote daemon...
  19. Checking connection to Docker...
  20. Docker is up and running!
  21. To see how to connect your Docker Client to the Docker Engine running on this virtual machine, run: docker-machine env confluent3
  22. Pulling zookeeper (confluentinc/cp-zookeeper:latest)...
  23. latest: Pulling from confluentinc/cp-zookeeper
  24. ad74af05f5a2: Pull complete
  25. d02e292e7b5e: Pull complete
  26. 8de7f5c81ab0: Pull complete
  27. ed0b76dc2730: Pull complete
  28. cfc44fa8a002: Pull complete
  29. 1e07e523d000: Pull complete
  30. 4462147ab37b: Pull complete
  31. Digest: sha256:97b4f3fded09e8466f65ba722b684b3ac6f5a711de2e7723f9b1b699886ada15
  32. Status: Downloaded newer image for confluentinc/cp-zookeeper:latest
  33. Pulling kafka (confluentinc/cp-kafka:latest)...
  34. latest: Pulling from confluentinc/cp-kafka
  35. ad74af05f5a2: Already exists
  36. d02e292e7b5e: Already exists
  37. 8de7f5c81ab0: Already exists
  38. ed0b76dc2730: Already exists
  39. cfc44fa8a002: Already exists
  40. f441b84ed9ba: Pull complete
  41. d42bb38e2f0e: Pull complete
  42. Digest: sha256:61373cf6eca980887164d6fede2552015db31a809c99d6c3d5dfc70867b6cd2d
  43. Status: Downloaded newer image for confluentinc/cp-kafka:latest
  44. Creating downloads_zookeeper_1 ...
  45. Creating downloads_zookeeper_1 ... done
  46. Creating downloads_kafka_1 ...
  47. Creating downloads_kafka_1 ... done
  48. Starting zookeeper ... done
  49. Starting kafka ... done
  50. top
  51. services kafka zookeeper are up
  52. kafka_1 | [2017-08-30 05:30:18,063] INFO [Socket Server on Broker 1], Started 1 acceptor threads (kafka.network.SocketServer)
  53. kafka_1 | [2017-08-30 05:30:18,292] INFO [Replica state machine on controller 1]: Started replica state machine with initial state -> Map() (kafka.controller.ReplicaStateMachine)
  54. kafka_1 | [2017-08-30 05:30:18,300] INFO [Partition state machine on Controller 1]: Started partition state machine with initial state -> Map() (kafka.controller.PartitionStateMachine)
  55. kafka_1 | [2017-08-30 05:30:18,470] INFO [Kafka Server 1], started (kafka.server.KafkaServer)
  56. kafka is healthy
  57. zookeeper_1 | [2017-08-30 05:30:16,464] INFO binding to port 0.0.0.0/0.0.0.0:32181 (org.apache.zookeeper.server.NIOServerCnxnFactory)
  58. zookeeper is healthy
  59. dbao@dbao-MBP15-TV5NB 22:30:23 ~/Downloads
  60. $ docker ps
  61. CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement