[
https://issues.apache.org/jira/browse/HBASE-8344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13679943#comment-13679943
]
Nick Dimiduk commented on HBASE-8344:
-------------------------------------
I think the 2.7 patch was generated incorrectly. I see unintended changes at
the top:
{noformat}
diff --git a/bin/hbase-daemon.sh b/bin/hbase-daemon.sh
index e45054b..034375e 100755
--- a/bin/hbase-daemon.sh
+++ b/bin/hbase-daemon.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/env bash -x
#
#/**
# * Copyright 2007 The Apache Software Foundation
diff --git a/conf/hbase-site.xml b/conf/hbase-site.xml
index c516ac7..2d0518d 100644
--- a/conf/hbase-site.xml
+++ b/conf/hbase-site.xml
@@ -21,4 +21,20 @@
*/
-->
<configuration>
+<property>
+ <name>hbase.cluster.distributed</name>
+ <value>true</value>
+</property>
+<property>
+ <name>hbase.rootdir</name>
+ <value>hdfs://10.11.2.132:8020/apps/hbase</value>
+</property>
+<property>
+ <name>hbase.zookeeper.quorum</name>
+ <value>10.11.2.132</value>
+</property>
+<property>
+ <name>zookeeper.session.timeout</name>
+ <value>60000</value>
+</property>
</configuration>
{noformat}
> Improve the assignment when node failures happen to choose the secondary RS
> as the new primary RS
> -------------------------------------------------------------------------------------------------
>
> Key: HBASE-8344
> URL: https://issues.apache.org/jira/browse/HBASE-8344
> Project: HBase
> Issue Type: Sub-task
> Reporter: Devaraj Das
> Assignee: Devaraj Das
> Priority: Critical
> Fix For: 0.95.2
>
> Attachments: hbase-8344-1.txt, hbase-8344-2.1.txt,
> hbase-8344-2.2.txt, hbase-8344-2.3.txt, hbase-8344-2.4.txt,
> hbase-8344-2.5.txt, hbase-8344-2.6.txt, hbase-8344-2.6.txt, hbase-8344-2.7.txt
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira