You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2013/05/29 23:32:00 UTC

svn commit: r1487649 - in /accumulo/branches/1.5: conf/examples/1GB/native-standalone/ conf/examples/1GB/standalone/ conf/examples/2GB/native-standalone/ conf/examples/2GB/standalone/ conf/examples/3GB/native-standalone/ conf/examples/3GB/standalone/ c...

Author: kturner
Date: Wed May 29 21:32:00 2013
New Revision: 1487649

URL: http://svn.apache.org/r1487649
Log:
ACCUMULO-1470 updated documentation for logger.dir.walog

Modified:
    accumulo/branches/1.5/conf/examples/1GB/native-standalone/accumulo-site.xml
    accumulo/branches/1.5/conf/examples/1GB/standalone/accumulo-site.xml
    accumulo/branches/1.5/conf/examples/2GB/native-standalone/accumulo-site.xml
    accumulo/branches/1.5/conf/examples/2GB/standalone/accumulo-site.xml
    accumulo/branches/1.5/conf/examples/3GB/native-standalone/accumulo-site.xml
    accumulo/branches/1.5/conf/examples/3GB/standalone/accumulo-site.xml
    accumulo/branches/1.5/conf/examples/512MB/native-standalone/accumulo-site.xml
    accumulo/branches/1.5/conf/examples/512MB/standalone/accumulo-site.xml
    accumulo/branches/1.5/conf/examples/vfs-classloader/accumulo-site.xml
    accumulo/branches/1.5/core/src/main/java/org/apache/accumulo/core/conf/Property.java

Modified: accumulo/branches/1.5/conf/examples/1GB/native-standalone/accumulo-site.xml
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/conf/examples/1GB/native-standalone/accumulo-site.xml?rev=1487649&r1=1487648&r2=1487649&view=diff
==============================================================================
--- accumulo/branches/1.5/conf/examples/1GB/native-standalone/accumulo-site.xml (original)
+++ accumulo/branches/1.5/conf/examples/1GB/native-standalone/accumulo-site.xml Wed May 29 21:32:00 2013
@@ -30,7 +30,9 @@
   <property>
     <name>logger.dir.walog</name>
     <value>walogs</value>
-    <description>The directory used to store write-ahead logs on the local filesystem. It is possible to specify a comma-separated list of directories.
+    <description>The property only needs to be set if upgrading from 1.4 which used to store write-ahead logs on the local 
+      filesystem. In 1.5 write-ahead logs are stored in DFS.  When 1.5 is started for the first time it will copy any 1.4 
+      write ahead logs into DFS.  It is possible to specify a comma-separated list of directories.
     </description>
   </property>
 

Modified: accumulo/branches/1.5/conf/examples/1GB/standalone/accumulo-site.xml
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/conf/examples/1GB/standalone/accumulo-site.xml?rev=1487649&r1=1487648&r2=1487649&view=diff
==============================================================================
--- accumulo/branches/1.5/conf/examples/1GB/standalone/accumulo-site.xml (original)
+++ accumulo/branches/1.5/conf/examples/1GB/standalone/accumulo-site.xml Wed May 29 21:32:00 2013
@@ -30,7 +30,9 @@
   <property>
     <name>logger.dir.walog</name>
     <value>walogs</value>
-    <description>The directory used to store write-ahead logs on the local filesystem. It is possible to specify a comma-separated list of directories.
+    <description>The property only needs to be set if upgrading from 1.4 which used to store write-ahead logs on the local 
+      filesystem. In 1.5 write-ahead logs are stored in DFS.  When 1.5 is started for the first time it will copy any 1.4 
+      write ahead logs into DFS.  It is possible to specify a comma-separated list of directories.
     </description>
   </property>
 

Modified: accumulo/branches/1.5/conf/examples/2GB/native-standalone/accumulo-site.xml
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/conf/examples/2GB/native-standalone/accumulo-site.xml?rev=1487649&r1=1487648&r2=1487649&view=diff
==============================================================================
--- accumulo/branches/1.5/conf/examples/2GB/native-standalone/accumulo-site.xml (original)
+++ accumulo/branches/1.5/conf/examples/2GB/native-standalone/accumulo-site.xml Wed May 29 21:32:00 2013
@@ -30,7 +30,9 @@
   <property>
     <name>logger.dir.walog</name>
     <value>walogs</value>
-    <description>The directory used to store write-ahead logs on the local filesystem. It is possible to specify a comma-separated list of directories.
+    <description>The property only needs to be set if upgrading from 1.4 which used to store write-ahead logs on the local 
+      filesystem. In 1.5 write-ahead logs are stored in DFS.  When 1.5 is started for the first time it will copy any 1.4 
+      write ahead logs into DFS.  It is possible to specify a comma-separated list of directories.
     </description>
   </property>
 

Modified: accumulo/branches/1.5/conf/examples/2GB/standalone/accumulo-site.xml
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/conf/examples/2GB/standalone/accumulo-site.xml?rev=1487649&r1=1487648&r2=1487649&view=diff
==============================================================================
--- accumulo/branches/1.5/conf/examples/2GB/standalone/accumulo-site.xml (original)
+++ accumulo/branches/1.5/conf/examples/2GB/standalone/accumulo-site.xml Wed May 29 21:32:00 2013
@@ -37,7 +37,10 @@
     <property>
       <name>logger.dir.walog</name>
       <value>walogs</value>
-      <description>The directory used to store write-ahead logs on the local filesystem. It is possible to specify a comma-separated list of directories.</description>
+      <description>The property only needs to be set if upgrading from 1.4 which used to store write-ahead logs on the local 
+        filesystem. In 1.5 write-ahead logs are stored in DFS.  When 1.5 is started for the first time it will copy any 1.4 
+        write ahead logs into DFS.  It is possible to specify a comma-separated list of directories.
+    </description>
     </property>
     
     <property>

Modified: accumulo/branches/1.5/conf/examples/3GB/native-standalone/accumulo-site.xml
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/conf/examples/3GB/native-standalone/accumulo-site.xml?rev=1487649&r1=1487648&r2=1487649&view=diff
==============================================================================
--- accumulo/branches/1.5/conf/examples/3GB/native-standalone/accumulo-site.xml (original)
+++ accumulo/branches/1.5/conf/examples/3GB/native-standalone/accumulo-site.xml Wed May 29 21:32:00 2013
@@ -30,7 +30,9 @@
   <property>
     <name>logger.dir.walog</name>
     <value>walogs</value>
-    <description>The directory used to store write-ahead logs on the local filesystem. It is possible to specify a comma-separated list of directories.
+    <description>The property only needs to be set if upgrading from 1.4 which used to store write-ahead logs on the local 
+      filesystem. In 1.5 write-ahead logs are stored in DFS.  When 1.5 is started for the first time it will copy any 1.4 
+      write ahead logs into DFS.  It is possible to specify a comma-separated list of directories.
     </description>
   </property>
 

Modified: accumulo/branches/1.5/conf/examples/3GB/standalone/accumulo-site.xml
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/conf/examples/3GB/standalone/accumulo-site.xml?rev=1487649&r1=1487648&r2=1487649&view=diff
==============================================================================
--- accumulo/branches/1.5/conf/examples/3GB/standalone/accumulo-site.xml (original)
+++ accumulo/branches/1.5/conf/examples/3GB/standalone/accumulo-site.xml Wed May 29 21:32:00 2013
@@ -30,7 +30,9 @@
   <property>
     <name>logger.dir.walog</name>
     <value>walogs</value>
-    <description>The directory used to store write-ahead logs on the local filesystem. It is possible to specify a comma-separated list of directories.
+    <description>The property only needs to be set if upgrading from 1.4 which used to store write-ahead logs on the local 
+      filesystem. In 1.5 write-ahead logs are stored in DFS.  When 1.5 is started for the first time it will copy any 1.4 
+      write ahead logs into DFS.  It is possible to specify a comma-separated list of directories.
     </description>
   </property>
 

Modified: accumulo/branches/1.5/conf/examples/512MB/native-standalone/accumulo-site.xml
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/conf/examples/512MB/native-standalone/accumulo-site.xml?rev=1487649&r1=1487648&r2=1487649&view=diff
==============================================================================
--- accumulo/branches/1.5/conf/examples/512MB/native-standalone/accumulo-site.xml (original)
+++ accumulo/branches/1.5/conf/examples/512MB/native-standalone/accumulo-site.xml Wed May 29 21:32:00 2013
@@ -30,7 +30,9 @@
   <property>
     <name>logger.dir.walog</name>
     <value>walogs</value>
-    <description>The directory used to store write-ahead logs on the local filesystem. It is possible to specify a comma-separated list of directories.
+    <description>The property only needs to be set if upgrading from 1.4 which used to store write-ahead logs on the local 
+      filesystem. In 1.5 write-ahead logs are stored in DFS.  When 1.5 is started for the first time it will copy any 1.4 
+      write ahead logs into DFS.  It is possible to specify a comma-separated list of directories.
     </description>
   </property>
 

Modified: accumulo/branches/1.5/conf/examples/512MB/standalone/accumulo-site.xml
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/conf/examples/512MB/standalone/accumulo-site.xml?rev=1487649&r1=1487648&r2=1487649&view=diff
==============================================================================
--- accumulo/branches/1.5/conf/examples/512MB/standalone/accumulo-site.xml (original)
+++ accumulo/branches/1.5/conf/examples/512MB/standalone/accumulo-site.xml Wed May 29 21:32:00 2013
@@ -30,9 +30,9 @@
   <property>
     <name>logger.dir.walog</name>
     <value>walogs</value>
-    <description>The directory used to store write-ahead logs on the
-      local filesystem. It is possible to specify a comma-separated list
-      of directories.
+    <description>The property only needs to be set if upgrading from 1.4 which used to store write-ahead logs on the local 
+      filesystem. In 1.5 write-ahead logs are stored in DFS.  When 1.5 is started for the first time it will copy any 1.4 
+      write ahead logs into DFS.  It is possible to specify a comma-separated list of directories.
     </description>
   </property>
 

Modified: accumulo/branches/1.5/conf/examples/vfs-classloader/accumulo-site.xml
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/conf/examples/vfs-classloader/accumulo-site.xml?rev=1487649&r1=1487648&r2=1487649&view=diff
==============================================================================
--- accumulo/branches/1.5/conf/examples/vfs-classloader/accumulo-site.xml (original)
+++ accumulo/branches/1.5/conf/examples/vfs-classloader/accumulo-site.xml Wed May 29 21:32:00 2013
@@ -30,7 +30,9 @@
   <property>
     <name>logger.dir.walog</name>
     <value>walogs</value>
-    <description>The directory used to store write-ahead logs on the local filesystem. It is possible to specify a comma-separated list of directories.
+    <description>The property only needs to be set if upgrading from 1.4 which used to store write-ahead logs on the local 
+      filesystem. In 1.5 write-ahead logs are stored in DFS.  When 1.5 is started for the first time it will copy any 1.4 
+      write ahead logs into DFS.  It is possible to specify a comma-separated list of directories.
     </description>
   </property>
 

Modified: accumulo/branches/1.5/core/src/main/java/org/apache/accumulo/core/conf/Property.java
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/core/src/main/java/org/apache/accumulo/core/conf/Property.java?rev=1487649&r1=1487648&r2=1487649&view=diff
==============================================================================
--- accumulo/branches/1.5/core/src/main/java/org/apache/accumulo/core/conf/Property.java (original)
+++ accumulo/branches/1.5/core/src/main/java/org/apache/accumulo/core/conf/Property.java Wed May 29 21:32:00 2013
@@ -204,8 +204,10 @@ public enum Property {
   // properties that are specific to logger server behavior
   LOGGER_PREFIX("logger.", null, PropertyType.PREFIX, "Properties in this category affect the behavior of the write-ahead logger servers"),
   LOGGER_DIR("logger.dir.walog", "walogs", PropertyType.PATH,
-      "The directory used to store write-ahead logs on the local filesystem. It is possible to specify a comma-separated list of directories."),
-  
+      "The property only needs to be set if upgrading from 1.4 which used to store write-ahead logs on the local filesystem. In 1.5 write-ahead logs are "
+          + "stored in DFS.  When 1.5 is started for the first time it will copy any 1.4 write ahead logs into DFS.  It is possible to specify a "
+          + "comma-separated list of directories."),
+
   // accumulo garbage collector properties
   GC_PREFIX("gc.", null, PropertyType.PREFIX, "Properties in this category affect the behavior of the accumulo garbage collector."),
   GC_CYCLE_START("gc.cycle.start", "30s", PropertyType.TIMEDURATION, "Time to wait before attempting to garbage collect any old files."),