You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by vi...@apache.org on 2013/02/04 18:47:34 UTC

svn commit: r1442198 - /accumulo/trunk/conf/examples/512MB/standalone/accumulo-site.xml

Author: vines
Date: Mon Feb  4 17:47:34 2013
New Revision: 1442198

URL: http://svn.apache.org/viewvc?rev=1442198&view=rev
Log:
Fixes ACCUMULO-1023


Modified:
    accumulo/trunk/conf/examples/512MB/standalone/accumulo-site.xml

Modified: accumulo/trunk/conf/examples/512MB/standalone/accumulo-site.xml
URL: http://svn.apache.org/viewvc/accumulo/trunk/conf/examples/512MB/standalone/accumulo-site.xml?rev=1442198&r1=1442197&r2=1442198&view=diff
==============================================================================
--- accumulo/trunk/conf/examples/512MB/standalone/accumulo-site.xml (original)
+++ accumulo/trunk/conf/examples/512MB/standalone/accumulo-site.xml Mon Feb  4 17:47:34 2013
@@ -108,19 +108,16 @@
 
   <property>
     <name>instance.security.authenticator</name>
-    <value>org.apache.accumulo.server.security.handler.ZKAuthenticator
-    </value>
+    <value>org.apache.accumulo.server.security.handler.ZKAuthenticator</value>
   </property>
 
   <property>
     <name>instance.security.authorizor</name>
-    <value>org.apache.accumulo.server.security.handler.ZKAuthorizor
-    </value>
+    <value>org.apache.accumulo.server.security.handler.ZKAuthorizor</value>
   </property>
 
   <property>
     <name>instance.security.permissionHandler</name>
-    <value>org.apache.accumulo.server.security.handler.ZKPermHandler
-    </value>
+    <value>org.apache.accumulo.server.security.handler.ZKPermHandler</value>
   </property>
 </configuration>