You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bi...@apache.org on 2011/11/19 01:37:07 UTC

svn commit: r1203926 - in /incubator/accumulo/tags/1.3.5rc7: ./ bin/ docs/ src/core/ src/core/src/main/java/org/apache/accumulo/core/ src/examples/ src/server/ src/server/src/main/c++/mlock/ src/server/src/main/c++/nativeMap/ src/server/src/main/resour...

Author: billie
Date: Sat Nov 19 00:37:06 2011
New Revision: 1203926

URL: http://svn.apache.org/viewvc?rev=1203926&view=rev
Log:
essage

Modified:
    incubator/accumulo/tags/1.3.5rc7/README
    incubator/accumulo/tags/1.3.5rc7/bin/config.sh
    incubator/accumulo/tags/1.3.5rc7/docs/aggregation.html
    incubator/accumulo/tags/1.3.5rc7/docs/config.html
    incubator/accumulo/tags/1.3.5rc7/docs/mockAccumulo.html
    incubator/accumulo/tags/1.3.5rc7/pom.xml
    incubator/accumulo/tags/1.3.5rc7/src/core/pom.xml
    incubator/accumulo/tags/1.3.5rc7/src/core/src/main/java/org/apache/accumulo/core/Constants.java
    incubator/accumulo/tags/1.3.5rc7/src/examples/pom.xml
    incubator/accumulo/tags/1.3.5rc7/src/server/pom.xml
    incubator/accumulo/tags/1.3.5rc7/src/server/src/main/c++/mlock/Makefile
    incubator/accumulo/tags/1.3.5rc7/src/server/src/main/c++/nativeMap/Makefile
    incubator/accumulo/tags/1.3.5rc7/src/server/src/main/resources/config.html
    incubator/accumulo/tags/1.3.5rc7/src/start/pom.xml
    incubator/accumulo/tags/1.3.5rc7/src/trace/pom.xml

Modified: incubator/accumulo/tags/1.3.5rc7/README
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5rc7/README?rev=1203926&r1=1203925&r2=1203926&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5rc7/README (original)
+++ incubator/accumulo/tags/1.3.5rc7/README Sat Nov 19 00:37:06 2011
@@ -15,7 +15,7 @@ Run "mvn package && mvn assembly:single"
 
 Copy the accumulo tar file produced by "mvn package && mvn assembly:single" from the target/
 directory to the desired destination, then untar it (e.g. 
-tar xvzf accumulo-1.3.5-incubating-rc7-dist.tar.gz).
+tar xvzf accumulo-1.3.5-incubating-dist.tar.gz).
 
 If you are using the RPM, install the RPM on every machine that will run
 accumulo.
@@ -32,7 +32,7 @@ found in the same location on every mach
 have password-less ssh set up as described in the hadoop documentation. 
 
 You will need to have hadoop installed and configured on your system.
-Accumulo 1.3.5-incubating-rc7 has been tested with hadoop version 0.20.1 and 0.20.2.
+Accumulo 1.3.5-incubating has been tested with hadoop version 0.20.1 and 0.20.2.
 
 Create a "slaves" file in $ACCUMULO_HOME/conf/.  This is a list of machines
 where tablet servers and loggers will run.
@@ -98,7 +98,7 @@ scanned.
 
     Shell - Accumulo Interactive Shell
     - 
-    - version: 1.3.5-incubating-rc7
+    - version: 1.3.5-incubating
     - instance name: acu13
     - instance id: f5947fe6-081e-41a8-9877-43730c4dfc6f
     - 
@@ -119,7 +119,7 @@ certain column.
 
     Shell - Accumulo Interactive Shell
     - 
-    - version: 1.3.5-incubating-rc7
+    - version: 1.3.5-incubating
     - instance name: acu13
     - instance id: f5947fe6-081e-41a8-9877-43730c4dfc6f
     - 

Modified: incubator/accumulo/tags/1.3.5rc7/bin/config.sh
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5rc7/bin/config.sh?rev=1203926&r1=1203925&r2=1203926&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5rc7/bin/config.sh (original)
+++ incubator/accumulo/tags/1.3.5rc7/bin/config.sh Sat Nov 19 00:37:06 2011
@@ -47,7 +47,7 @@ mkdir -p $ACCUMULO_LOG_DIR 2>/dev/null
 export ACCUMULO_LOG_DIR
 
 if [ -z ${ACCUMULO_VERSION} ]; then
-        ACCUMULO_VERSION=1.3.5-incubating-rc7
+        ACCUMULO_VERSION=1.3.5-incubating
 fi
 
 if [ -z "$HADOOP_HOME" ]

Modified: incubator/accumulo/tags/1.3.5rc7/docs/aggregation.html
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5rc7/docs/aggregation.html?rev=1203926&r1=1203925&r2=1203926&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5rc7/docs/aggregation.html (original)
+++ incubator/accumulo/tags/1.3.5rc7/docs/aggregation.html Sat Nov 19 00:37:06 2011
@@ -29,7 +29,7 @@
 
 <p><pre>
 Shell - Accumulo Interactive Shell
-- version: 1.3.5-incubating-rc7
+- version: 1.3.5-incubating
 - instance id: 863fc0d1-3623-4b6c-8c23-7d4fdb1c8a49
 - 
 - type 'help' for a list of available commands

Modified: incubator/accumulo/tags/1.3.5rc7/docs/config.html
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5rc7/docs/config.html?rev=1203926&r1=1203925&r2=1203926&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5rc7/docs/config.html (original)
+++ incubator/accumulo/tags/1.3.5rc7/docs/config.html Sat Nov 19 00:37:06 2011
@@ -55,7 +55,7 @@
 
     Shell - Accumulo Interactive Shell
     - 
-    - version: 1.3.5-incubating-rc7
+    - version: 1.3.5-incubating
     - instance name: ac13
     - instance id: 4f48fa03-f692-43ce-ae03-94c9ea8b7181
     - 

Modified: incubator/accumulo/tags/1.3.5rc7/docs/mockAccumulo.html
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5rc7/docs/mockAccumulo.html?rev=1203926&r1=1203925&r2=1203926&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5rc7/docs/mockAccumulo.html (original)
+++ incubator/accumulo/tags/1.3.5rc7/docs/mockAccumulo.html Sat Nov 19 00:37:06 2011
@@ -47,7 +47,7 @@ $ ./bin/accumulo shell --fake -u root -p
 
 Shell - Accumulo Interactive Shell
 - 
-- version: 1.3.5-incubating-rc7
+- version: 1.3.5-incubating
 - instance name: mock-instance
 - instance id: mock-instance-id
 - 

Modified: incubator/accumulo/tags/1.3.5rc7/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5rc7/pom.xml?rev=1203926&r1=1203925&r2=1203926&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5rc7/pom.xml (original)
+++ incubator/accumulo/tags/1.3.5rc7/pom.xml Sat Nov 19 00:37:06 2011
@@ -22,7 +22,7 @@
   <groupId>org.apache.accumulo</groupId>
   <artifactId>accumulo</artifactId>
   <packaging>pom</packaging>
-  <version>1.3.5-incubating-rc7</version>
+  <version>1.3.5-incubating</version>
   <name>accumulo</name>
 
   <modules>
@@ -484,22 +484,22 @@
       <dependency>
         <groupId>org.apache.accumulo</groupId>
         <artifactId>cloudtrace</artifactId>
-        <version>1.3.5-incubating-rc7</version>
+        <version>1.3.5-incubating</version>
       </dependency>
       <dependency>
         <groupId>org.apache.accumulo</groupId>
         <artifactId>accumulo-start</artifactId>
-        <version>1.3.5-incubating-rc7</version>
+        <version>1.3.5-incubating</version>
       </dependency>
       <dependency>
         <groupId>org.apache.accumulo</groupId>
         <artifactId>accumulo-core</artifactId>
-        <version>1.3.5-incubating-rc7</version>
+        <version>1.3.5-incubating</version>
       </dependency>
       <dependency>
         <groupId>org.apache.accumulo</groupId>
         <artifactId>accumulo-server</artifactId>
-        <version>1.3.5-incubating-rc7</version>
+        <version>1.3.5-incubating</version>
       </dependency>
 
       <!-- additional dependencies we need to provide -->

Modified: incubator/accumulo/tags/1.3.5rc7/src/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5rc7/src/core/pom.xml?rev=1203926&r1=1203925&r2=1203926&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5rc7/src/core/pom.xml (original)
+++ incubator/accumulo/tags/1.3.5rc7/src/core/pom.xml Sat Nov 19 00:37:06 2011
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo</artifactId>
-    <version>1.3.5-incubating-rc7</version>
+    <version>1.3.5-incubating</version>
     <relativePath>../../</relativePath>
   </parent>
 

Modified: incubator/accumulo/tags/1.3.5rc7/src/core/src/main/java/org/apache/accumulo/core/Constants.java
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5rc7/src/core/src/main/java/org/apache/accumulo/core/Constants.java?rev=1203926&r1=1203925&r2=1203926&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5rc7/src/core/src/main/java/org/apache/accumulo/core/Constants.java (original)
+++ incubator/accumulo/tags/1.3.5rc7/src/core/src/main/java/org/apache/accumulo/core/Constants.java Sat Nov 19 00:37:06 2011
@@ -27,7 +27,7 @@ import org.apache.hadoop.fs.Path;
 import org.apache.hadoop.io.Text;
 
 public class Constants {
-  public static final String VERSION = "1.3.5-incubating-rc7";
+  public static final String VERSION = "1.3.5-incubating";
   public static final int DATA_VERSION = 3;
   
   // Zookeeper locations

Modified: incubator/accumulo/tags/1.3.5rc7/src/examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5rc7/src/examples/pom.xml?rev=1203926&r1=1203925&r2=1203926&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5rc7/src/examples/pom.xml (original)
+++ incubator/accumulo/tags/1.3.5rc7/src/examples/pom.xml Sat Nov 19 00:37:06 2011
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo</artifactId>
-    <version>1.3.5-incubating-rc7</version>
+    <version>1.3.5-incubating</version>
     <relativePath>../../</relativePath>
   </parent>
 

Modified: incubator/accumulo/tags/1.3.5rc7/src/server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5rc7/src/server/pom.xml?rev=1203926&r1=1203925&r2=1203926&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5rc7/src/server/pom.xml (original)
+++ incubator/accumulo/tags/1.3.5rc7/src/server/pom.xml Sat Nov 19 00:37:06 2011
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo</artifactId>
-    <version>1.3.5-incubating-rc7</version>
+    <version>1.3.5-incubating</version>
     <relativePath>../../</relativePath>
   </parent>
 

Modified: incubator/accumulo/tags/1.3.5rc7/src/server/src/main/c++/mlock/Makefile
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5rc7/src/server/src/main/c%2B%2B/mlock/Makefile?rev=1203926&r1=1203925&r2=1203926&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5rc7/src/server/src/main/c++/mlock/Makefile (original)
+++ incubator/accumulo/tags/1.3.5rc7/src/server/src/main/c++/mlock/Makefile Sat Nov 19 00:37:06 2011
@@ -37,7 +37,7 @@ clean:
 	rm -f $(INSTALLED_LIBS) $(LIBS)
 
 accumulo_server_tabletserver_$(LIB).h : ../../java/org/apache/accumulo/server/tabletserver/$(LIB).java
-	javah -classpath ../../../../../../lib/accumulo-server-1.3.5-incubating-rc7.jar org.apache.accumulo.server.tabletserver.$(LIB)
+	javah -classpath ../../../../../../lib/accumulo-server-1.3.5-incubating.jar org.apache.accumulo.server.tabletserver.$(LIB)
 
 $(INSTALLED_LIBS) : $(INSTALL_DIR) $(LIBS)
 	cp $(LIBS) $(INSTALL_DIR)

Modified: incubator/accumulo/tags/1.3.5rc7/src/server/src/main/c++/nativeMap/Makefile
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5rc7/src/server/src/main/c%2B%2B/nativeMap/Makefile?rev=1203926&r1=1203925&r2=1203926&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5rc7/src/server/src/main/c++/nativeMap/Makefile (original)
+++ incubator/accumulo/tags/1.3.5rc7/src/server/src/main/c++/nativeMap/Makefile Sat Nov 19 00:37:06 2011
@@ -36,7 +36,7 @@ clean:
 	rm -f $(INSTALLED_LIBS) $(LIBS)
 
 org_apache_accumulo_server_tabletserver_NativeMap.h : ../../java/org/apache/accumulo/server/tabletserver/NativeMap.java
-	javah -classpath ../../../../../../lib/accumulo-server-1.3.5-incubating-rc7.jar org.apache.accumulo.server.tabletserver.NativeMap
+	javah -classpath ../../../../../../lib/accumulo-server-1.3.5-incubating.jar org.apache.accumulo.server.tabletserver.NativeMap
 
 $(INSTALLED_LIBS) : $(INSTALL_DIR) $(LIBS)
 	cp $(LIBS) $(INSTALL_DIR)

Modified: incubator/accumulo/tags/1.3.5rc7/src/server/src/main/resources/config.html
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5rc7/src/server/src/main/resources/config.html?rev=1203926&r1=1203925&r2=1203926&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5rc7/src/server/src/main/resources/config.html (original)
+++ incubator/accumulo/tags/1.3.5rc7/src/server/src/main/resources/config.html Sat Nov 19 00:37:06 2011
@@ -55,7 +55,7 @@
 
     Shell - Accumulo Interactive Shell
     - 
-    - version: 1.3.5-incubating-rc7
+    - version: 1.3.5-incubating
     - instance name: ac13
     - instance id: 4f48fa03-f692-43ce-ae03-94c9ea8b7181
     - 

Modified: incubator/accumulo/tags/1.3.5rc7/src/start/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5rc7/src/start/pom.xml?rev=1203926&r1=1203925&r2=1203926&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5rc7/src/start/pom.xml (original)
+++ incubator/accumulo/tags/1.3.5rc7/src/start/pom.xml Sat Nov 19 00:37:06 2011
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo</artifactId>
-    <version>1.3.5-incubating-rc7</version>
+    <version>1.3.5-incubating</version>
     <relativePath>../../</relativePath>
   </parent>
 

Modified: incubator/accumulo/tags/1.3.5rc7/src/trace/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5rc7/src/trace/pom.xml?rev=1203926&r1=1203925&r2=1203926&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5rc7/src/trace/pom.xml (original)
+++ incubator/accumulo/tags/1.3.5rc7/src/trace/pom.xml Sat Nov 19 00:37:06 2011
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo</artifactId>
-    <version>1.3.5-incubating-rc7</version>
+    <version>1.3.5-incubating</version>
     <relativePath>../../</relativePath>
   </parent>