Apache ZooKeeper is a distributed service that provides configuration information storage, naming, synchronization, and group services.

learn more… | top users | synonyms

0
votes
1answer
8 views

HBase Cluster on Amazon EMR, Client Error: NoServerForRegionException

I'm trying to set up a Test Cluster on Amazon EMR. With one Master and two Slave Nodes, Ports open 60000-65535 and on Master 2181 too. hbase hbck Version: 0.92.0 Number of Tables: 2 Number of live ...
0
votes
1answer
19 views

Solr setting up standalone zooKeeper

Im trying to setup solr cluster on jetty but with a separate standalone(not ensemble zookeeper). I manage to start zooKeeper, but I cannot upload config to zooKeeper - I get the following error: ...
0
votes
1answer
45 views

Hadoop & Hbase Installation and configuration Issues in a single node cluster on window

I have recently started studying about NoSql and Big Data and decided to continue working on them. From couples of days I am trying to install and configure Hadoop and Hbase on my win2008 R2 64 bit ...
0
votes
0answers
32 views

Connection refused when starting Solr with external Zookeeper

I have setup 3 servers with Amazon EC2, and have each server with the following Zookeeper-config. tickTime=2000 initLimit=10 syncLimit=5 clientPort=2181 server.1=server1address:2888:3888 ...
0
votes
2answers
50 views

zookeeper does not run?

I wanted to run a solr cloud with solr 4.3.0. (I am using aws ubuntu-12.04-lts micro instances) So I followed this toturial: which basically says, start the zookeeper and connect the solr instances ...
1
vote
0answers
38 views

Solr closes connection to Zookeeper

I have two servers, server one running apache zookeeper and server two running Solr. When starting the zookeeper I can connect to it on server one (through bin/zkCli.sh) but not through server two ...
-6
votes
0answers
43 views

How to datasource configuration to use hbase in grails

I am using gorm-hbase plugin to connect with hbase . I am not sure how to do datasource configuration to use hbase with my grails application. here is my datasource configuration dataSource { ...
0
votes
2answers
47 views

hbase zookeeper client connect issue

This highly appreciate if anybody helps to resolve this issue. i receved the below error in zookeeper log in my cluster environment. I am using default zookeeper whcih comes along with hbase. HBase ...
0
votes
0answers
70 views

Hbase:This server is in the failed servers list: localhost/127.0.0.1:38812

I am trying to connect to a remote HBase server. The remote server is running on Ubuntu and is running fine and able to access it using Hbase client(shell) as well as a Java Client. However, when I am ...
1
vote
1answer
29 views

how to get current zookeeper cluster's member server list

I want to get the member server list and their type(Leader or observer) in my java application. And also want to get the dead server. Is their any way to do that? I read the document, but didn't ...
1
vote
1answer
147 views

Twitter storm example running in local mode cannot delete file

I am running the storm starter project (https://github.com/nathanmarz/storm-starter) and it throws the following error after running for a little while. 23135 [main] ERROR ...
1
vote
1answer
59 views

Hbase MasterNotRunningException though Hmaster, regionserver, and Zookeeper are up

I have started hbase and all of the daemons are running. $ jps 8482 HQuorumPeer 25105 RemoteMavenServer 9133 SecondaryNameNode 11883 HRegionServer 13793 Jps 8545 NameNode 8572 HMaster 11519 Main ...
0
votes
2answers
13 views

After restarting arch linux, zookeeper deletes all nodes I have added

I am configuring my zookeeper nodes and when I restart my machine all the nodes are gone. I am using the command "create /[node_name] [data]"
0
votes
1answer
20 views

Zookeeper Queue with Lock

As we see in Java Linked Blocking Queue, take() method takes lock/gaurds the tail node before dequeueing from queue. So no 2 threads will take the same node from the tail. In case of zookeeper, all ...
0
votes
0answers
39 views

Solrcloud delete collection bug?

First,I create a collection called usercollection http://xxxxx/solr/admin/collections?action=CREATE&name=usercollection&numShards=3&replicationFactor=3&maxShardsPerNode=3 Then I ...
0
votes
0answers
109 views

Hadoop/Hbase NullPointer Error returned from Client Connection (after a long time-out)

Trying to make connection to my hbase/hadoop local single user server and I get this error after doing a "HBaseAdmin.tableExists": 13/05/15 11:37:19 INFO zookeeper.ZooKeeper: Session: ...
0
votes
2answers
61 views

Ruby - Zookeeper gem version wrong number of arguments (3 for 4) (ArgumentError)

I have installed ruby 2.0.0p195 and following gem gem install net-ssh gem install rdoc gem install zookeeper Ruby Zookeeper client installed successfully (ver - 1.4.4) But when I execute the ...
0
votes
0answers
39 views

What is the zookeeper version supports SASL Authentication [closed]

Does zookeeper 3.3.6 support SASL Authentication? If not what is the stable zookeeper version which supports SASL?
0
votes
1answer
23 views

Have zookeeper sequential number continuous since 3.4.x?

In my project, I need the latest sequential number without get children nodes, because there are too many children nodes.
1
vote
1answer
54 views

Zookeeper Producer Consumer

I have few doubts on how producer consumer recipe will work with Zookeeper. All the examples I have seen so far have producers and consumers in the same java processes as separate thread. But the ...
1
vote
1answer
36 views

Zooekeeper persistence on the cloud (esp. azure)

How do you keep persistent zookeeper data that will survive server restarts/outages on cloud environment? By default zookeeper persists to local disk. Is there any cloud-based implementation, ...
0
votes
1answer
193 views

What's the recommended ElasticSearch deployment on Windows Azure?

Bearing in mind that the ElasticSearch-Zookeeper plugin doesn't support v0.90 release. With unicast, what's your strategy on updating your list of IPs? I.e. when upgrading/scaling-up/down. What ...
1
vote
1answer
43 views

Zookeeper client node did not reconnect after session expired

I intercepted the connection between Zookeeper server and the client node using a custom TCP Monitor (Similar to TCPMon). I stopped the TCPMon and restarted it. When I restarted the TCPMon after the ...
0
votes
0answers
28 views

How to connect to multiple zookeeper ensembles with different authentication settings?

I need to connect to two zookeeper ensembles. Ensemble 1 uses SASL DigestLoginModule authentication: jaas.conf: Client { org.apache.zookeeper.server.auth.DigestLoginModule required ...
0
votes
1answer
59 views

Race condition in ZooKeeper and Python based message queue

I've been evaluating ZooKeeper as a simple message queue and I've written two very simple scripts: mq feeder and mq consumer. The feeder, below, is inly pushing 20 jobs to the queue and then is ...
1
vote
1answer
84 views

unable to determine zookeeper ensemble health

I setup a 3 node Zookeeper cdh4 ensemble on RHEL 5.5 machines. I have started the service by running zkServer.sh on each of the nodes. ZooKeeper instance is running on all the nodes, but how do I know ...
3
votes
2answers
84 views

Managing configuration files across multiple servers

Running a Rails application on multiple servers (~20), I want to able to manage the configurartion files (mainly *.yml, but also SSL pem/certs files and other text based) from a single location such ...
1
vote
1answer
48 views

JVM heap size zookeeper

I have Zookeeper and Cassandra both running on the same machine. I have 8GB heap size allocated to Cassandra. I dont have any settings for my Zookeeper heap size, by default it would take 2GB(64-bit ...
3
votes
0answers
83 views

Apache Zookeeper: distribution of nodes across data centers

I am working on a brand new SolrCloud - ZooKeeper infrastructure. Some background information: all other services (mostly web site infrastructure) are distributed across two data centers, with ...
0
votes
4answers
70 views

Java method which uses a file system hierarchy to create a tree

I'm facing the following issue and I've been racking my brain looking for a solution, but nothing comes to my mind by now: I have a file system hierarchy, something like: /HANDLERS/HANDLER1 ...
0
votes
1answer
40 views

How to enble SASL Authentiation Layer on Zookeeper?

I'm new to Zookeeper. I have created a node in the zookeeper server in standalone mode. Here is the code snippet for that. public Connect(String hostPort, String znode, String filename) throws ...
0
votes
0answers
44 views

how to deal with Zookeeper's session

I use LinkedIn's framework norbert to implement a distributed service. I have two server node, ServerNode1, ServerNode2, and a client Client, norbert utilizes Zookeeper to store the current available ...
0
votes
0answers
33 views

Adding standalone zookeeper servers into fabric ensemble

We're attempting to add standalone zookeeper servers into the zk ensemble ran by fuse fabric (as either followers or observers). However, it looks like fabric has pretty tight control over the zk ...
0
votes
1answer
76 views

how to used zookeeper watch in kazoo to block program

I read the docs for kazoo. I then ran the code example on the site, the func for watch been called once every time I run it, I want to block the program until the children of one node deleted, how can ...
0
votes
2answers
62 views

How can I create a node recursively using zookeeper client library on Java?

I know this question has been already asked and answered for a zookeeper using python. The answer was good, however, I want something more related with the code. I've already implemented a method to ...
1
vote
2answers
78 views

Why ZooKeeper needs majority to run?

I've been wondering why ZooKeeper needs a majority of the machines in the ensemble to work at all. Lets say we have a very simple ensemble of 3 machines - A,B,C. When A fails, new leader is elected - ...
0
votes
1answer
152 views

Curator Zookeeper Client keeps throw out ConnectionLossException per (connectionTimeout+1) seconds in ConnectionState.getZookeeper()

I am use curator 1.2.4 and I keep getting ConnectionLossException when I want to monitor one znode for it's children changes. So I implemented a watcher like this public class ...
1
vote
1answer
212 views

Solrcloud configuration on AWS EC2 machine

I'm facing problem with the setup of SolrCloud on AWS EC2 machine. The scenario is follows, I have three servers for zookeeper and solr. Each server has zookeeper running on it. When I start Solr ...
0
votes
0answers
59 views

RTBkit TypeError: cannot concatenate 'str' and 'NoneType' objects

I am trying to run RTBKit from Ubuntu 12.04lts with 4GB RAM. I am following the steps from HERE I was able to execute steps before sudo make -k all. But when I execute the command sudo make -k all, ...
0
votes
1answer
43 views

zookeeper launch error when in single node mode

Here is the command line: bin/zookeeper-server-start.sh config/zookeeper.properties Here is the output: [2013-04-15 18:18:05,570] INFO tickTime set to 3000 ...
1
vote
1answer
75 views

Zookeeper does not clean up deleted nodes

I've made some tests and it seems like zookeeper doesn't clean up the last 500 deleted nodes. In my test I created nodes and deleted each node after it was created. I repeated this step 1000 times ...
0
votes
2answers
271 views

Embed Apache ZooKeeper in Jetty generates Debug log message

I am using Jetty 8 and ZooKeeper 3.4.5. When I connect to ZooKeeper, jetty keep generating DEBUG level message. How to suppress it? 16:54:56.757 [main-SendThread(127.0.0.1:2181)] DEBUG ...
0
votes
1answer
68 views

Zookeeper Network Ensemble does not start appropiately

I've been working with zookeeper lately to fill a requirement of reliablity in distributed applications. I'm working with three computers and I followed this tutorial: ...
0
votes
0answers
36 views

Asynchronous python-zookeeper example?

With the documentation for zkpython being on the brief side, especially when it comes to the asynchronous methods, I have a hard time understanding how to use the asynchronous API. Say that I want to ...
1
vote
1answer
271 views

Reloading Zoo keeper solr conf (schema.xml)

I have setup a solr cloud replication using standalone zookeeper. But now I wish to make some changes to my schema.xml and reload the core. The problem is that when I run a single server solr (no solr ...
0
votes
0answers
29 views

Zookeeper C API sequential node creation

I'm trying to implement the Zookeeper Master election algorithm recipe (http://zookeeper.apache.org/doc/trunk/recipes.html). Using the Zookeeper C API ...
1
vote
0answers
69 views

Solr-Zookeeper increment the number of shards without setting max number of shards

I have a problem in creating shards with zoo keeper. When I create a collection and the shards for the corresponding collection ,I have to specify max number of shards the collection going to have.If ...
1
vote
1answer
749 views

HBase standalone failed to connect (fail to create table)

I am trying to deploy Hbase in standalone mode following this article: http://hbase.apache.org/book.html#quickstart. The version is 0.92.1-cdh4.1.2 But I am getting these errors when try to create a ...
3
votes
1answer
59 views

Going from a single zookeeper server to a clustered configuration

I have a single server that I now want to replicate and go for higher availability. One of the elements in my software stack if Zookeeper, so it seems natural to go to a clustered configuration on it. ...
1
vote
0answers
47 views

connecting to zookeeper in different server

I am trying to connect to a zookeeper that is running in another cluster or environment (eg staging) from dev cluster which has its own zookeeper. When I run this in distributed mode, I cannot ...

1 2 3 4 5 6