Author: vines
Date: Thu May 10 12:44:25 2012
New Revision: 1336642
URL: http://svn.apache.org/viewvc?rev=1336642&view=rev
Log:
Merging ACCUMULO-480
Modified:
accumulo/trunk/ (props changed)
accumulo/trunk/core/ (props changed)
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/conf/DefaultConfiguration.java
accumulo/trunk/server/ (props changed)
accumulo/trunk/src/ (props changed)
Propchange: accumulo/trunk/
------------------------------------------------------------------------------
Merged /accumulo/branches/1.4/src:r1336399-1336641
Merged /accumulo/branches/1.4:r1336399-1336641
Propchange: accumulo/trunk/core/
------------------------------------------------------------------------------
Merged /accumulo/branches/1.4/core:r1336399-1336641
Merged /accumulo/branches/1.4/src/core:r1336399-1336641
Modified:
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/conf/DefaultConfiguration.java
URL:
http://svn.apache.org/viewvc/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/conf/DefaultConfiguration.java?rev=1336642&r1=1336641&r2=1336642&view=diff
==============================================================================
---
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/conf/DefaultConfiguration.java
(original)
+++
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/conf/DefaultConfiguration.java
Thu May 10 12:44:25 2012
@@ -102,7 +102,7 @@ public class DefaultConfiguration extend
if (Property.isValidZooPropertyKey(prop.getKey())) {
zoo = "yes";
if (Property.isFixedZooPropertyKey(prop)) {
- zoo = "yes but requires restart";
+ zoo = "yes but requires restart of the " +
prop.getKey().split(".")[0];
}
}
doc.println(" <td>" + zoo + "</td>");
Propchange: accumulo/trunk/server/
------------------------------------------------------------------------------
Merged /accumulo/branches/1.4/server:r1336399-1336641
Merged /accumulo/branches/1.4/src/server:r1336399-1336641
Propchange: accumulo/trunk/src/
------------------------------------------------------------------------------
Merged /accumulo/branches/1.4/src:r1336399-1336641
Merged /accumulo/branches/1.4/src/src:r1336399-1336641