apache-zookeeper Questions

2

Hi guys I am trying to follow the quick start of HBase and start an HBase on the local file system( without using HDFS ) However when I start the shell using ./hbase shell and type "status" I get z...
Randa asked 7/1, 2014 at 10:48

2

Per the zookeeper docs, one can create a way to access the a Zookeeper ensemble as a "super" user. The directions for doing that are a little vague, both in terms of configuration and connection me...
Luteolin asked 22/2, 2016 at 0:52

1

Solved

Scrapy Clusters is awesome. It can be used to perform huge, continuous crawls using Redis and Kafka. It's really durible but I'm still trying to figure out the finer details of the best logic for m...
Cockup asked 14/3, 2016 at 6:27

2

Solved

Test environment: multi-node mesos 0.27.2 cluster on AWS (3 x masters, 2 x slaves, quorum=2). Tested persistence with zkCli.sh and it works fine. If i start the masters with --registry=in_memory, ...
Principal asked 13/3, 2016 at 19:52

2

Solved

I've been looking for .NET version of the ZooKeeper client and I found one. https://github.com/ewhauser/zookeeper/tree/trunk/src/dotnet/SharpKeeper/ I was so thrilled and downloaded the source fil...
Daemon asked 9/11, 2010 at 0:48

1

Solved

Tried to run Kafka producer in one machine and consumer in another machine. Set the following properties: advertised.host.name advertised.port But getting the following error on console consumer: ...
Jeter asked 18/1, 2016 at 11:20

1

Solved

State: We are sharing zookeeper with kafka and several different services, which are using zookeeper for coordination. They are nicely operating on zookeeper subcontext. Looks like this: / /servi...
Hrvatska asked 24/2, 2016 at 13:9

4

I have a Cassandra cluster and Zookeeper server installed. Now I want to support transactions in cassandra using zookeeper. How do i do that. Zookeeper creates znodes to perform read and write op...
Sportive asked 22/2, 2011 at 11:59

1

Kafka Producers need a bootstrap list of kafka brokers to work. As per this explanation , it needs this to be able to connect to one of the brokers and then fetch metadata about all live brokers in...
Convertite asked 1/3, 2016 at 12:13

1

I am picking up knowledge of consensus protocols in a distributed system. Such a distributed system does primary-backup on databases. I learned that "every consensus protocol can loop forever." fr...

2

Solved

I am trying to configure the ensemble of 3 nodes following the documentation. All of them are on Linux Ubuntu. on all the three nodes configuration file looks like this : zoo.cfg under $ZOOKEEPER...
Hummocky asked 4/11, 2014 at 10:10

2

I'm using Apache Spark's spark-shell with mesos and zookeeper, which seems to working well except that I'm getting more logging from zookeeper than I'd like, which is a bit distracting: Welcome to...
Enucleate asked 4/2, 2016 at 21:42

1

I'm playing around with Kafka and using my own local single instance of zookeeper + kafka and running into this error that I don't seem to understand how to resolve. I started a simple server per ...
Nebulose asked 3/2, 2016 at 21:20

1

I have the following setup: 3 kafka brokers and a 3 zookeeper ensamble 1 topic with 12 partitions and 3 replicas (each kafka broker is thus the leader of 4 partitions) I stop one of the brokers - ...
Krystinakrystle asked 2/2, 2016 at 17:43

1

We have a few SolrCloud & ZooKeeper setups running in AWS EC2, and for the most part they're running smoothly, but after a recent failure of one of our ZooKeeper nodes I started wondering if an...
Hysterectomy asked 4/12, 2015 at 15:59

3

Solved

I have setup Kafka on Amazon EC2 instance. I have done the following in below order: (1) SSH into the Instance (2) Start Zookeper (3) Start Kafka (4) Execute Producer and Consumer Programs. Every...
Ochlocracy asked 14/2, 2013 at 12:32

1

Solved

What's the difference between zookeeper vs spring cloud config server? They both store configurations in server and make them available to clients. When should one be used over the other?
Yadirayaeger asked 17/1, 2016 at 6:45

1

Solved

When I try to use the Kafka producer and consumer (0.9.0) script to push/pull messages from a topic, I get the errors below. Producer Error [2016-01-13 02:49:40,078] ERROR Error when sending mess...

1

Solved

How do I verify that all the nodes in a zookeeper are part of a quorum and are healthy? Manual talks about "ruok" but that doesnt still say if the zookeeper node is part of quorum and is in sync wi...
Hibbitts asked 30/12, 2015 at 21:29

0

I am using kafka 0.8.1.1. I have a 3 node kafka cluster with some topics having around 5 partitions. I planned to increase the number of nodes to 5 in cluster and moving some partitions from existi...

1

Solved

I'm just getting started with Apache Kafka/Zookeeper and have been running into issues trying to set up a cluster on AWS. Currently I have three servers: One running Zookeeper and two running Kafk...
Tragic asked 14/12, 2015 at 2:54

2

Solved

I'm following http://jayatiatblogs.blogspot.com/2011/11/storm-installation.html & http://zookeeper.apache.org/doc/r3.3.3/zookeeperAdmin.html#sc_zkMulitServerSetup to set up Apache Storm cluster...
Herd asked 29/5, 2015 at 9:13

3

Solved

how do i change the schema.xml for a collection in SolrCloud? I have set up a zookeeper-ensemble on 3 nodes and i guess i could make the changes there, but don't know exactly.
Acceleration asked 29/7, 2013 at 18:4

1

Solved

I have read instructions on do not use swap both on zookeeper and kafka. I know that kafka depends on the pagecaching to keep parts of sequential logs cached in-memory even they are written to d...
Fisticuffs asked 1/11, 2015 at 15:22

1

Solved

Without going into excruciating detail, I am having an issue when I run my Junit tests all at once. If I run them class by class, everything is great! Otherwise I have trouble because I cannot rest...
Vlf asked 15/10, 2015 at 14:49

© 2022 - 2024 — McMap. All rights reserved.