apache-zookeeper Questions

3

Solved

I try to get zookeeper stat from shell by using nc, call nc localhost 2181 first, then type in: stat works. while echo "stat" | nc localhost 2181 returns nothing. why?
Witcher asked 18/2, 2014 at 7:11

3

Solved

Im new in hadoop and apache environment. Now I'm trying to learn about kafka I've installed hadoop via ambari. And i can see that there are some services installed. Including zookeeper . When i cli...
Pollypollyanna asked 9/6, 2020 at 4:32

1

While I am trying to start zookeeper I am getting below error [2017-05-24 11:52:31,633] ERROR Last transaction was partial. (org.apache.zookeeper.server.persistence.Util) [2017-05-24 11:52:31,634]...
Odelia asked 24/5, 2017 at 9:57

7

I am trying to set up a single zookeeper instance using the configuration below , however the start log indicates that the zookeeper is halting while trying to bind the port 2181.Can some one pleas...
Toodleoo asked 18/7, 2014 at 20:16

3

Solved

I'm using kafka-python and I'm wondering if there is a way for showing all the topics. Something like this: ./bin/kafka-topics.sh --list --zookeeper localhost:2181
Multiphase asked 15/4, 2016 at 8:15

4

Solved

I'm learning how to use Kafka on this website link(except I'm using port 2182 in zookeeper), but it shows: zookeeper is not a recognized option after executing: sudo ./bin/kafka-console-consumer...
Tertiary asked 22/11, 2018 at 10:30

3

Solved

Zookeeper's rapidly pooping its internal binary files all over our production environment. According to: http://zookeeper.apache.org/doc/r3.3.3/zookeeperAdmin.html and http://dougchang333.blogspot....
Bicentennial asked 29/7, 2015 at 0:17

6

Solved

I'm attempting to use Apache Curator with a dockerized zookeeper instance and no matter how I attempt to connect I always end up with a org.apache.zookeeper.KeeperException$UnimplementedExcepti...
Klingensmith asked 1/3, 2016 at 22:8

2

how do I update a file with zkCli without any third party tools? I can't seem to find any examples anywhere. I can connect to the zookeeper instance, create/delete nodes and etc... but can't figure...
Haemophiliac asked 27/12, 2013 at 15:14

16

Solved

I just downloaded Kafka 2.8.0 from Apache website, and I am trying to setup using the instructions given on the website. But when I try to start zookeper server, I am getting below error: Error: C...
Salas asked 30/7, 2014 at 12:47

4

I’m learning Zookeeper and so far I don't understand the purpose of using it for distributed systems that databases can't solve. The use cases I’ve read are implementing a lock, barrier, etc for d...
Theta asked 30/3, 2016 at 14:59

3

I have a recent zookeeper build (version=3.4.3-1240972, built on 02/06/2012 10:48 GMT), and am having trouble forcing SASL to be used on all client connections. Using the local conf/ directory of ...
Makeup asked 10/7, 2012 at 17:27

6

Solved

I want to create a topic in Kafka (kafka_2.8.0-0.8.1.1) through java. It is working fine if I create a topic in command prompt, and If I push message through java api. But I want to create a topic ...
Cymoid asked 20/11, 2014 at 10:12

14

I've generally implemented sequence number generation using database sequences in the past. e.g. Using Postgres SERIAL type http://www.neilconway.org/docs/sequences/ I'm curious though as how to ...
Luganda asked 20/4, 2010 at 0:52

1

Solved

I'm working on a project using Zookeeper 3.4.6, and am performing some failure mode testing. While doing so, I found (what I think is) unexpected behaviour. Should followers restart if the leader ...
Seals asked 10/3, 2016 at 1:3

5

Let's say, I have P processes running some business logic on N physical machines. These processes call some web service S, say. I want to ensure that not more than X calls are made to the service S...

8

Solved

I am trying to understand ZooKeeper, how it works and what it does. Is there any application which is comparable to ZooKeeper? If you know, then how would you describe ZooKeeper to a layman? I h...
Lauter asked 7/9, 2010 at 21:43

5

Solved

Dynamo-like databases (e.g. Cassandra) can enforce consistency by means of quorum, i.e. a number of synchronously written replicas (W) and a number of replicas to read (R) should be chosen in such ...

3

Solved

While reading the ZooKeeper's recipe for lock, I got confused. It seems that this recipe for distributed locks can not guarantee "any snapshot in time no two clients think they hold the same lock"....
Impotent asked 11/1, 2013 at 9:56

2

What is the difference between Zookeeper and the load balancer ?
Hernandes asked 10/12, 2017 at 18:33

0

I have implemented a simulator (in Java) to show the performance of my protocol designed for distributed and peer-to-peer networks, in which transactions are processed via a consensus mechanism. Si...
Christmastide asked 23/11, 2021 at 23:19

2

Solved

When I pull the images from docker hub. Sometimes, I would like to run the images in a multi-container way. So I choose to use docker-compose. For example, I would run the zookeeper in replicated m...
Bravar asked 27/6, 2017 at 15:22

2

I install a hadoop multi-node cluster on top of tow ubuntu virtual machines. In next step I trying to installing HBase on this virtual cluster. But when I running HBase with start-hbase.sh, HMaste...
Yongyoni asked 9/2, 2019 at 16:33

4

Solved

I recently installed a new ZK node w/ Exhibitor, it started fine. When I do a telnet localhost 2181 and then run a stats to see the version, even though I installed 3.4.11, I keep seeing 3.4.5 buil...
Ileum asked 5/1, 2018 at 23:44

4

Solved

Hi all I have setup multi node cluster (i.e 5 node) in my network which working fine. now I wanted to insert and retrieve data from cluster using hive thus I have setup hive latest release apache-h...
Ut asked 22/12, 2014 at 14:5

© 2022 - 2024 — McMap. All rights reserved.