Re: HBASE -- Regionserver and QuorumPeer ?

2012-07-02 Thread Lars George
Hi Mike, Running RS on a machine where DN isn't running? I am not following here. Andy said that both are on the same node. Where in this thread did someone imply something else? Just curious. Cheers, Lars On Jul 2, 2012, at 7:11 AM, Michael Segel wrote: I'm sorry I'm losing it.

Re: HBASE -- Regionserver and QuorumPeer ?

2012-07-02 Thread Stack
On Mon, Jul 2, 2012 at 7:11 AM, Michael Segel michael_se...@hotmail.com wrote: I'm sorry I'm losing it. Its plain. Do us a favor and try keeping your psychotic breakdown to yourself going forward. St.Ack

Re: HBASE -- Regionserver and QuorumPeer ?

2012-07-02 Thread Michael Segel
Sorry St. Ack, Which is why I said that I was losing it... The entire quote was... On Sun, Jul 1, 2012 at 2:05 PM, Jay Wilson registrat...@circle-cross-jn.com wrote: Can a regionserver and quorumpeer reside on the same node? It can, but you want to consider how disk is allocated in the

Re: HBASE -- Regionserver and QuorumPeer ?

2012-07-02 Thread Mohammad Tariq
What kind of explanation is this??? Regards, Mohammad Tariq On Mon, Jul 2, 2012 at 5:10 PM, Michael Segel michael_se...@hotmail.com wrote: Sorry St. Ack, Which is why I said that I was losing it... The entire quote was... On Sun, Jul 1, 2012 at 2:05 PM, Jay Wilson

Re: HBASE -- Regionserver and QuorumPeer ?

2012-07-02 Thread Michael Segel
Well... I wasn't sure if St.Ack was displeased by my comments on Andrew's response, or my references to KISS where the second S is stupid, reference to 'dead hookers' or reference to drugs. I was just covering my bases. :-) With respect to Andrew's response, I saw something that I wasn't sure

Re: HBASE -- Regionserver and QuorumPeer ?

2012-07-02 Thread Andrew Purtell
On Mon, Jul 2, 2012 at 4:40 AM, Michael Segel michael_se...@hotmail.com wrote: I am not finding fault with what Andy was saying. The problem is that we tend not to use stronger language when discussing these topics. And my point wasn't just on this topic but others posts where we say 'not a

Re: HBASE -- Regionserver and QuorumPeer ?

2012-07-02 Thread Amandeep Khurana
As someone who has been developing/running/using the software for a longer period of time than the person who is asking the question, you can best serve the poser by making them aware of the trade offs and why it's a good/bad idea to do things a certain way. At the end of the day, it's their

Re: HBASE -- Regionserver and QuorumPeer ?

2012-07-02 Thread Jay Wilson
First, Yep I am a newbie to Hadoop/Hbase. I have read both of the O'Reilly books (Hadoop and Hbase), so my knowledge level at this point is pure book learning and understanding the log messages is very vexing. Second, based on the recommendations of this mail-list I decided to move my

Re: HBASE -- Regionserver and QuorumPeer ?

2012-07-02 Thread Suraj Varma
The error you are getting is: 2012-07-02 12:39:02,205 INFO org.apache.zookeeper.ClientCnxn: Opening socket connection to server devrackA-05/172.18.0.6:2181 2012-07-02 12:39:02,211 WARN org.apache.zookeeper.ClientCnxn: Session 0x0 for server null, unexpected error, closing socket connection

Re: HBASE -- Regionserver and QuorumPeer ?

2012-07-02 Thread Jay Wilson
First, thank you. I moved my HRegionservers not my HQuorumPeers. I have checked the network and everyone can talk to everyone. I can even talk to my HQuorumPeers via nc from the nodes that should be running my HMaster on it and my HRegionservers. [hadoop@devrackA-00 ~]$ zookeeper-check

Re: HBASE -- Regionserver and QuorumPeer ?

2012-07-02 Thread Suraj Varma
Ok - thanks for checking connectivity. I presume you already have doublechecked the hbase-site.xml in your region server that points to the zookeeper and hdfs-site.xml pointed to the namenode. I once got a similar error when HBase was picking up a stray core-site.xml / hdfs-site.xml from the

Re: HBASE -- Regionserver and QuorumPeer ?

2012-07-02 Thread Jay Wilson
When I do locate hbase-site.xml, locate hdfs-site.xml, and locate core-site.xml there are 2 locations for each on the HRegionServers. All files are either in $HADOOP_HOME/conf or $HBASE_HOME/conf and there are files of the same name in example directories. I moved my HRegionServers back to my

Re: HBASE -- Regionserver and QuorumPeer ?

2012-07-02 Thread Suraj Varma
I think your devrackA-03 zookeeper is not quite ok - it doesn't seem to be part of the quorum. http://zookeeper-user.578899.n2.nabble.com/ZooKeeper-JMX-Monitoring-suggestion-td6681354.html [hadoop@devrackA-00 ~]$ zookeeper-check devrackA-03 imok This ZooKeeper instance is not currently

HBASE -- Regionserver and QuorumPeer ?

2012-07-01 Thread Jay Wilson
Can a regionserver and quorumpeer reside on the same node?

Re: HBASE -- Regionserver and QuorumPeer ?

2012-07-01 Thread Mohammad Tariq
Not necessarily...Both are totally different processes..In a Hadoop cluster typically HBase Master and a ZooKeeper quorum peer run on a machine and regionservers are spread across the cluster. But this totally depends on you. Regards, Mohammad Tariq On Mon, Jul 2, 2012 at 2:35 AM, Jay

Re: HBASE -- Regionserver and QuorumPeer ?

2012-07-01 Thread yuzhihong
Yes. On Jul 1, 2012, at 2:05 PM, Jay Wilson registrat...@circle-cross-jn.com wrote: Can a regionserver and quorumpeer reside on the same node?

Re: HBASE -- Regionserver and QuorumPeer ?

2012-07-01 Thread Andrew Purtell
On Sun, Jul 1, 2012 at 2:05 PM, Jay Wilson registrat...@circle-cross-jn.com wrote: Can a regionserver and quorumpeer reside on the same node? It can, but you want to consider how disk is allocated in the cluster. A typical and recommended configuration is HBase RegionServer and HDFS DataNode

Re: HBASE -- Regionserver and QuorumPeer ?

2012-07-01 Thread Michael Segel
I'm sorry I'm losing it. Running RS on a machine where DN isn't running? So then the RS can't store its regions locally. Not sure if that would ever be a good idea or recommended. Thought the initial question is running ZK on the same node as a RS which isn't a good idea and a recipe for