zookeeper as systemctl

2018-07-14 Thread Adrien Ruffie
Hello Kafka's users, without any response of Zooketreper's users, I* am **relyin**g on you...* I have 2 questions for you. what is the real difference between these 2 following commands ? (I don't find any documentation) zkServer.sh start-foreground and zkServer.sh start My second questi

Re: Accessing Zookepper and Kafka through designated ports in a container

2018-07-14 Thread Mich Talebzadeh
Some additional info from the client side [zk: rhes75:4300(CONNECTED) 3] *ls /brokers/topics * #Gives the list of topics [test, md] [zk: rhes75:4300(CONNECTED) 5] *ls /brokers/ids* [1] [zk: rhes75:4300(CONNECTED) 4] *get /brokers/ids/1 * #detailed info about broker ID '1' {"listener_security_proto

Re: Accessing Zookepper and Kafka through designated ports in a container

2018-07-14 Thread Mich Talebzadeh
Apologies correction. Got the port number incorrect. It should be 4300 on the docker itself confirming Zookeeper port *netstat -plten|grep 4300* (Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) tcp0 0 0.0.0.0

Re: Accessing Zookepper and Kafka through designated ports in a container

2018-07-14 Thread Mich Talebzadeh
Hi This is from remote host ./zkCli.sh -server rhes75:3400 *Connecting to rhes75:3400* 2018-07-14 21:08:41,104 [myid:] - INFO [main:Environment@100] - Client environment:zookeeper.version=3.4.6-1569965, built on 02/20/2014 09:09 GMT 2018-07-14 21:08:41,107 [myid:] - INFO [main:Environment@100]

Re: Accessing Zookepper and Kafka through designated ports in a container

2018-07-14 Thread M. Manna
Can you print out zookeeper admin: ./zookeeper-shell.sh rhes75:3400 And show us here? On Sat, 14 Jul 2018, 19:43 Mich Talebzadeh, wrote: > Hi, > > I have created an Ubuntu image docker on a physical host running RHES75. > > I installed both Zookeeper and Kafka binaries in this container and th

Accessing Zookepper and Kafka through designated ports in a container

2018-07-14 Thread Mich Talebzadeh
Hi, I have created an Ubuntu image docker on a physical host running RHES75. I installed both Zookeeper and Kafka binaries in this container and they both started OK, I ran my Zookeeper on port 3400 and Kafka running on port 12092 hduser@bbe7e47d5609: /home/hduser> jps 7026 QuorumPeerMain 7079 K

Re: Error while creating ephemeral at /brokers/ids/BROKER_ID

2018-07-14 Thread Ismael Juma
Hi Jonathan, Can you please file a JIRA? Ismael On Sat, Jul 14, 2018 at 3:44 AM Jonathan Santilli < jonathansanti...@gmail.com> wrote: > Hello, hope you all are Ok, > > I would like to know if this is the expected behavior: > > ERROR Error while creating ephemeral at /brokers/ids/BROKER_ID, nod

Error while creating ephemeral at /brokers/ids/BROKER_ID

2018-07-14 Thread Jonathan Santilli
Hello, hope you all are Ok, I would like to know if this is the expected behavior: ERROR Error while creating ephemeral at /brokers/ids/BROKER_ID, node already exists and owner '*216186131422332301*' does not match current session '*288330817911521280*' (kafka.zk.KafkaZkClient$CheckedEphemeral)