You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2013/05/08 16:31:20 UTC

svn commit: r1480291 - in /accumulo/trunk: ./ README assemble/ core/ examples/ fate/src/main/java/org/apache/accumulo/fate/ZooStore.java fate/src/main/java/org/apache/accumulo/fate/zookeeper/ZooSession.java pom.xml proxy/README server/ src/

Author: ecn
Date: Wed May  8 14:31:19 2013
New Revision: 1480291

URL: http://svn.apache.org/r1480291
Log:
ACCUMULO-1320 added a note about commons-io; users do not need to make the local wal directory if it doesn't exist

Modified:
    accumulo/trunk/   (props changed)
    accumulo/trunk/README
    accumulo/trunk/assemble/   (props changed)
    accumulo/trunk/core/   (props changed)
    accumulo/trunk/examples/   (props changed)
    accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/ZooStore.java   (props changed)
    accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/zookeeper/ZooSession.java   (props changed)
    accumulo/trunk/pom.xml   (props changed)
    accumulo/trunk/proxy/README   (props changed)
    accumulo/trunk/server/   (props changed)
    accumulo/trunk/src/   (props changed)

Propchange: accumulo/trunk/
------------------------------------------------------------------------------
  Merged /accumulo/branches/1.5:r1480290

Modified: accumulo/trunk/README
URL: http://svn.apache.org/viewvc/accumulo/trunk/README?rev=1480291&r1=1480290&r2=1480291&view=diff
==============================================================================
--- accumulo/trunk/README (original)
+++ accumulo/trunk/README Wed May  8 14:31:19 2013
@@ -143,18 +143,16 @@ It is advisable to change the instance s
 value.  Also ensure that the accumulo-site.xml file is not readable by other
 users on the machine.
 
-Create the write-ahead log directory on all slaves.  The directory is set in 
-the accumulo-site.xml as the "logger.dir.walog" parameter.  It is a local 
-directory that will be used to log updates which will be used in the event of
-tablet server failure, so it is important that it have sufficient space and
-reliability.  It is possible to specify a comma-separated list of directories 
-to use for write-ahead logs, in which case each directory in the list must be
-created on all slaves.
-
 Synchronize your accumulo conf directory across the cluster.  As a precaution
 against mis-configured systems, servers using different configuration files
 will not communicate with the rest of the cluster.
 
+Accumulo requires the hadoop "commons-io" java package.  This is normally
+distributed with hadoop.  However, it was not distributed with hadoop-0.20.
+If your hadoop distribution does not provide this package, you will need
+to obtain it and put the commons-io jar file in $ACCUMULO_HOME/lib. See the
+pom.xml file for version information.
+
 ******************************************************************************
 5. Running Apache Accumulo
 

Propchange: accumulo/trunk/assemble/
------------------------------------------------------------------------------
  Merged /accumulo/branches/1.5/assemble:r1480290

Propchange: accumulo/trunk/core/
------------------------------------------------------------------------------
  Merged /accumulo/branches/1.5/core:r1480290

Propchange: accumulo/trunk/examples/
------------------------------------------------------------------------------
  Merged /accumulo/branches/1.5/examples:r1480290

Propchange: accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/ZooStore.java
------------------------------------------------------------------------------
  Merged /accumulo/branches/1.5/fate/src/main/java/org/apache/accumulo/fate/ZooStore.java:r1480290

Propchange: accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/zookeeper/ZooSession.java
------------------------------------------------------------------------------
  Merged /accumulo/branches/1.5/fate/src/main/java/org/apache/accumulo/fate/zookeeper/ZooSession.java:r1480290

Propchange: accumulo/trunk/pom.xml
------------------------------------------------------------------------------
  Merged /accumulo/branches/1.5/pom.xml:r1480290

Propchange: accumulo/trunk/proxy/README
------------------------------------------------------------------------------
  Merged /accumulo/branches/1.5/proxy/README:r1480290

Propchange: accumulo/trunk/server/
------------------------------------------------------------------------------
  Merged /accumulo/branches/1.5/server:r1480290

Propchange: accumulo/trunk/src/
------------------------------------------------------------------------------
  Merged /accumulo/branches/1.5/src:r1480290