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

2018-07-15 Thread M. Manna
So was it your sasl or something else? Regards, On Sun, 15 Jul 2018 at 08:40, Mich Talebzadeh wrote: > resolved this now > > Thanks > > Dr Mich Talebzadeh > > > > LinkedIn * > https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw > < > https://www.linkedin.com/profile

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

2018-07-15 Thread Mich Talebzadeh
resolved this now Thanks Dr Mich Talebzadeh LinkedIn * https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw * http://talebzadehmich.wordpress.com *Disclaimer:* Use it at your own

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