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/08 21:10:56 UTC

svn commit: r1480414 - 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: kturner
Date: Wed May  8 19:10:55 2013
New Revision: 1480414

URL: http://svn.apache.org/r1480414
Log:
ACCUMULO-1010 ACCUMULO-1380 update upgrade section and API section in README

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:r1480408

Modified: accumulo/trunk/README
URL: http://svn.apache.org/viewvc/accumulo/trunk/README?rev=1480414&r1=1480413&r2=1480414&view=diff
==============================================================================
--- accumulo/trunk/README (original)
+++ accumulo/trunk/README Wed May  8 19:10:55 2013
@@ -50,9 +50,15 @@ If you are using the RPM, install the RP
 accumulo.
 
 ******************************************************************************
-3. Upgrading from 1.3 to 1.4
+3. Upgrading from 1.4 to 1.5
 
-There are no steps for upgrading from 1.3 to 1.4.
+ This happens automatically the first time Accumulo 1.5 is started.  
+
+  * Stop the 1.4 instance.  
+  * Configure 1.5 to use the hdfs directory, walog directories, and zookeepers
+    that 1.4 was using.
+  * Copy other 1.4 configuration options as needed.
+  * Start Accumulo 1.5. 
 
 ******************************************************************************
 4. Configuring
@@ -283,12 +289,14 @@ redirected to the log dir.
 ******************************************************************************
 9. API
 
-The public accumulo API is composed of everything in the 
-org.apache.accumulo.core.client package (excluding the 
-org.apache.accumulo.core.client.impl package) and the following classes from 
-org.apache.accumulo.core.data : Key, Mutation, Value, and Range.  To get
-started using accumulo review the example and the javadoc for the packages and
-classes mentioned above. 
+The public accumulo API is composed of :
+  
+ * everything under org.apache.accumulo.core.client, excluding impl packages  
+ * Key, Mutation, Value, and Range  in org.apache.accumulo.core.data.
+ * org.apache.accumulo.server.mini  
+ 
+To get started using accumulo review the example and the javadoc for the
+packages and classes mentioned above. 
 
 ******************************************************************************
 10. Performance Tuning

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

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

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

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:r1480408

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:r1480408

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

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

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

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