Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 31708 invoked from network); 16 Jul 2010 20:54:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Jul 2010 20:54:49 -0000 Received: (qmail 96119 invoked by uid 500); 16 Jul 2010 20:54:49 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 96062 invoked by uid 500); 16 Jul 2010 20:54:48 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 96054 invoked by uid 99); 16 Jul 2010 20:54:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jul 2010 20:54:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jul 2010 20:54:45 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6GKks1R008332 for ; Fri, 16 Jul 2010 20:46:54 GMT Message-ID: <29100649.426691279313214362.JavaMail.jira@thor> Date: Fri, 16 Jul 2010 16:46:54 -0400 (EDT) From: "HBase Review Board (JIRA)" To: issues@hbase.apache.org Subject: [jira] Commented: (HBASE-1511) Pseudo distributed mode in LocalHBaseCluster MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12889316#action_12889316 ] HBase Review Board commented on HBASE-1511: ------------------------------------------- Message from: stack@duboce.net ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://review.hbase.org/r/328/#review414 ----------------------------------------------------------- Ship it! This looks nice Nicolas. Want to take care of the few below and I'll then commit? trunk/bin/local-master-backup.sh Why is it called local-master-backup? Should be a more descriptive name? Its the 'backup' that throws me off. 'local-masters'? trunk/bin/local-master-backup.sh Explain 'offset' in this usage output? (Seems to be port offset from default?) trunk/bin/local-master-backup.sh Isn't the master default port 60000, not 60020? 60020 is RS default port? trunk/conf/hbase-site.xml.psuedo-distributed This is commented out because dfs.support.append doesn't work with local fs? trunk/src/main/java/org/apache/hadoop/hbase/master/HMaster.java You are adding a tab here? Or white-space? trunk/src/main/java/org/apache/hadoop/hbase/master/HMaster.java Add more comment in here... in particular on the '-splitting' suffix. Where's that come from? trunk/src/main/java/org/apache/hadoop/hbase/master/HMaster.java Tab? trunk/src/main/java/org/apache/hadoop/hbase/master/HMaster.java There is whitespace in here. trunk/src/main/java/org/apache/hadoop/hbase/master/HMaster.java Sorry Nicolas... this looks like an old unused option. Should probably remove it. trunk/src/main/java/org/apache/hadoop/hbase/master/HMaster.java This is a nice addition. trunk/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java White space - stack > Pseudo distributed mode in LocalHBaseCluster > -------------------------------------------- > > Key: HBASE-1511 > URL: https://issues.apache.org/jira/browse/HBASE-1511 > Project: HBase > Issue Type: Improvement > Affects Versions: 0.19.3 > Reporter: Evgeny Ryabitskiy > Assignee: Nicolas Spiegelberg > Priority: Minor > Fix For: 0.92.0 > > > After changes to config and adding of parameter: > {code} > > hbase.cluster.distributed > false > The mode the cluster will be in. Possible values are > false: standalone and pseudo-distributed setups with managed Zookeeper > true: fully-distributed with unmanaged Zookeeper Quorum (see hbase-env.sh) > > > {code} > running HBase in pseudo destr mode become not so easy, I think description for false variant is wrong and you can't get pseudo-distributed mode setting this option to false now. > I wish to have some option in LocalHBaseCluster for pseudo destr mode where I wish to have: > * separate processes for Master and HRSs > * ability to dynamically change HRS number in cluster > * managed ZK cluster (like it is in local mode now) > * managed small local HDFS cluster > I think it is very useful for testing, debugging and for user experience with HBase, who want to try something close to real HBase not some emulation in standalone mode. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.