apache-zookeeper Questions
3
Environment : 6 server docker swarm cluster (2 master & 4 workers)
Requirement : We need to setup a zookeeper cluster on existing docker swarm.
Blocked on : To setup zookeeper in cluster, we ...
Glittery asked 6/2, 2017 at 7:42
4
I have just started learning Kafka/Zookeper. Issue I am facing is, when I try to run the console consumer to verify the message for a topic, I get the below error-
vagrant@debian-70rc1-x64-vbox421...
Salish asked 22/2, 2015 at 23:4
1
I have a Zookeeper path /xxx/yyy/zzz how can I copy/move it to another path without coding a script? Can I do that with some tool like zkCli.sh?
Fertilize asked 12/5, 2015 at 9:55
1
I recently scaled out a zookeeper cluster, and as part of the configuration change, we set
leaderServes=no
in order to increase throughput. This has worked out great, except for one problem: th...
Trabue asked 21/2, 2017 at 18:34
2
Solved
I feel lost trying to figure out what my options are. Apache's programmers guide and administrators guide do not detail anything substantial. My O'Reilly Zookeeper book barely talks about security....
Rattle asked 19/8, 2015 at 21:41
7
Solved
Is there any web-interface to check the data (or tree) present in the zookeeper?
CLI is bit hard to get the complete picture of the tree and data.
Quenby asked 17/12, 2016 at 14:40
5
I'm using confluent platform, the zookeeper is active with status lookup. but when I try to start kafka with confluent it shows zookeeper is down.
$ sudo service zookeeper status
Redirecting to /b...
Ciaracibber asked 9/8, 2017 at 17:5
2
As of now I am creating a topic one by one by using below command.
sh ./bin/kafka-topics --create --zookeeper localhost:2181 --topic sdelivery --replication-factor 1 --partitions 1
Since I have ...
Supersensual asked 30/3, 2017 at 10:52
2
Solved
I am running a simple 3 node of kafka and 5 node of zookeeper to run the kafka, I would like to know which is the good way of backup my kafka, same for my zookeeper.
For the moment I just export m...
Stymie asked 13/12, 2017 at 10:41
2
Solved
From the ZooKeeper FAQ:
Reliability:
A single ZooKeeper server (standalone) is essentially a coordinator with
no reliability (a single serving node failure brings down the ZK service).
A 3 serve...
Corticosterone asked 23/10, 2012 at 1:11
2
I have running an Apache Kafka cluster of five nodes, and I am using an Apache ZooKeeper cluster of three nodes.
In zookeeper.properties file:
server.1=zNode01:2888:3888
server.2=zNode02:2888:388...
Wiliness asked 25/8, 2018 at 14:0
12
I installed the stable version of kafka (0.8.1 with 2.9.2 Scala) as per their website and am running it with a 3 node zookeeper ensemble (3.4.6). I tried to create a test topic but keep seeing that...
Newfeld asked 22/4, 2014 at 19:11
1
Solved
As mentioned in the ZooKeeper Getting Started Guide , a minimum of three servers are required for a fault tolerant clustered setup, and it is strongly recommended that you have an odd number of ser...
Cochabamba asked 14/8, 2018 at 3:46
2
There is a problem that bothers me. EndOfStreamExceptionalways happen in zookeeper after submitted topologies. Although it does not affect the normal operation of the cluster, I still hope to solve...
Zorine asked 10/7, 2018 at 17:39
0
In Heron, I instantiated a SchedulerStateManagerAdaptor named adaptor using IStateManager and created a new Runtime config to saved this adaptor. Then, I created a ISchedulerClient object for invok...
Colligate asked 5/7, 2018 at 9:45
6
One of the problems, I face with supervisord is that when I have a command which in turn spawns another process, supervisord is not able to kill it.
For example I have a java process which when r...
Pamilapammi asked 1/2, 2012 at 4:11
1
Solved
I have the following structure:
zookeeper: 3.4.12
kafka: kafka_2.11-1.1.0
server1: zookeeper + kafka
server2: zookeeper + kafka
server3: zookeeper + kafka
Created topic with replication factor 3...
Bussard asked 20/6, 2018 at 15:38
1
I'm trying to connect to single-node Kafka server through Docker but I am getting the following error:
%3|1529395526.480|FAIL|rdkafka#producer-1| [thrd:localhost:9092/bootstrap]: localhost:9092/bo...
Karen asked 19/6, 2018 at 8:11
5
Solved
bin/kafka-topics.sh --create --topic activityTopic --zookeeper localhost:2181/kafka --partitions 1 --replication-factor 1
The above command from kafka produces an error
Error while executing top...
Overdye asked 1/2, 2016 at 8:3
7
I am new to Mesos and just finished setting up mesos and along with zookeeper on my test server.
Unfortunately I keep getting this error message on my mesos console indicating i am unable to conn...
Shipley asked 16/11, 2016 at 20:27
8
Solved
Suppose we have several identical nodes which are the application servers of some n-tier service. And suppose we use Apache ZooKeeper to keep all the config's of our distributed application. Plus w...
Justinjustina asked 24/1, 2012 at 6:12
1
System:
EC2 Instance Type: m5.2xlarge
OS: Ubuntu 14.04.5 LTS
Kernel Version: 4.4.0-1022-aws
vCPU: 8 Cores
Memory: 32Gib
Java Version: 1.8.0_171
We are running KAFKA in cluster mode with two ...
Engobe asked 8/6, 2018 at 8:17
2
I am running 3 node zookeeper cluster to process storm and kafka.Zookeeper Data directory eats up all the space in my system.I am not sure how to clean it up.As, I don't want to delete the data ent...
Triliteral asked 2/2, 2016 at 12:55
4
We have an 8 node cluster using CDH3u2 configured using Cloudera Manager. We have a dedicated master node running our only instance of zookeeper. When I configure hive to run local hadoop, executed...
Gassy asked 3/2, 2012 at 21:33
5
Solved
I was trying to use Zookeeper in our project. Could run the server..Even test it using zkcli.sh .. All good..
But couldn't find a good tutorial for me to connect to this server using Java ! All I n...
Fidelafidelas asked 4/11, 2015 at 14:35
© 2022 - 2024 — McMap. All rights reserved.