Author: vines
Date: Wed May  8 21:12:53 2013
New Revision: 1480465

URL: http://svn.apache.org/r1480465
Log:
ACCUMULO-1392 - I seemed to have kaiboshed this in the original merge


Modified:
    accumulo/branches/1.5/README

Modified: accumulo/branches/1.5/README
URL: 
http://svn.apache.org/viewvc/accumulo/branches/1.5/README?rev=1480465&r1=1480464&r2=1480465&view=diff
==============================================================================
--- accumulo/branches/1.5/README (original)
+++ accumulo/branches/1.5/README Wed May  8 21:12:53 2013
@@ -232,6 +232,8 @@ server, but you can also glob them if yo
 Place this file in $ACCUMULO_HOME/conf for every host. It should be owned by
 the accumulo user and chmodded to 400. Add the following to the accumulo-env.sh
 
+  kinit -kt $ACCUMULO_HOME/conf/accumulo.keytab accumulo/`hostname -f`
+
 In the accumulo-site.xml file on each node, add settings for 
general.kerberos.keytab
 and general.kerberos.principal, where the keytab setting is the absolute path
 to the keytab file ($ACCUMULO_HOME is valid to use) and principal is set to


Reply via email to