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 2011/11/01 18:26:48 UTC

svn commit: r1196153 - in /incubator/accumulo/tags/1.3.5: ./ 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/resources...

Author: ecn
Date: Tue Nov  1 17:26:47 2011
New Revision: 1196153

URL: http://svn.apache.org/viewvc?rev=1196153&view=rev
Log:
ACCUMULO-86 updated version information

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

Modified: incubator/accumulo/tags/1.3.5/README
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5/README?rev=1196153&r1=1196152&r2=1196153&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5/README (original)
+++ incubator/accumulo/tags/1.3.5/README Tue Nov  1 17:26:47 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-SNAPSHOT-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-SNAPSHOT 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-SNAPSHOT
+    - 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-SNAPSHOT
+    - version: 1.3.5-incubating
     - instance name: acu13
     - instance id: f5947fe6-081e-41a8-9877-43730c4dfc6f
     - 

Modified: incubator/accumulo/tags/1.3.5/bin/config.sh
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5/bin/config.sh?rev=1196153&r1=1196152&r2=1196153&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5/bin/config.sh (original)
+++ incubator/accumulo/tags/1.3.5/bin/config.sh Tue Nov  1 17:26:47 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-SNAPSHOT
+        ACCUMULO_VERSION=1.3.5-incubating
 fi
 
 if [ -z "$HADOOP_HOME" ]

Modified: incubator/accumulo/tags/1.3.5/docs/aggregation.html
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5/docs/aggregation.html?rev=1196153&r1=1196152&r2=1196153&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5/docs/aggregation.html (original)
+++ incubator/accumulo/tags/1.3.5/docs/aggregation.html Tue Nov  1 17:26:47 2011
@@ -29,7 +29,7 @@
 
 <p><pre>
 Shell - Accumulo Interactive Shell
-- version: 1.3.5-incubating-SNAPSHOT
+- 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.5/docs/config.html
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5/docs/config.html?rev=1196153&r1=1196152&r2=1196153&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5/docs/config.html (original)
+++ incubator/accumulo/tags/1.3.5/docs/config.html Tue Nov  1 17:26:47 2011
@@ -1,92 +1,3 @@
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<html>
- <head>
-  <title>Configuration Properties</title>
-  <link rel='stylesheet' type='text/css' href='documentation.css' media='screen'/>
- </head>
- <body>
-  <h1>Configuration Management</h1>
-  <p>All accumulo properties have a default value in the source code.  Properties can also be set
-  in accumulo-site.xml and in zookeeper on per-table or system-wide basis.  If properties are set in more than one location,
-  accumulo will choose the property with the highest precedence.  This order of precedence is described
-  below (from highest to lowest):</p>
-  <table>
-   <tr><th>Location</th><th>Description</th></tr>
-   <tr class='highlight'><td><b>Zookeeper<br/>table properties</td>
-       <td>Table properties are applied to the entire cluster when set in zookeeper using the accumulo API or shell.  While table properties take precedent over system properties, both will override properties set in accumulo-site.xml<br/><br/>
-           Table properties consist of all properties with the table.* prefix.  Table properties are configured on a per-table basis using the following shell commmand:
-		    <pre>config -t TABLE -s PROPERTY=VALUE</pre></td>
-   </tr>
-   <tr><td><b>Zookeeper<br/>system properties</td>
-	    <td>System properties are applied to the entire cluster when set in zookeeper using the accumulo API or shell.  System properties consist of all properties with a 'yes' in the 'Zookeeper Mutable' column in the table below.  They are set with the following shell command:
-		    <pre>config -s PROPERTY=VALUE</pre>
-			If a table.* property is set using this method, the value will apply to all tables except those configured on per-table basis (which have higher precedence).<br/><br/>
-			While most system properties take effect immediately, some require a restart of the process which is indicated in 'Zookeeper Mutable'.</td>
-   </tr>
-   <tr class='highlight'><td><b>accumulo-site.xml</td>
-       <td>Accumulo processes (master, tserver, etc) read their local accumulo-site.xml on start up.  Therefore, changes made to accumulo-site.xml must rsynced across the cluster and processes must be restarted to apply changes.<br/><br/>
-           Certain properties (indicated by a 'no' in 'Zookeeper Mutable') cannot be set in zookeeper and only set in this file.  The accumulo-site.xml also allows you to configure tablet servers with different settings.</td>
-   </tr>
-   <tr><td><b>Default</td>
-   	   <td>All properties have a default value in the source code.  This value has the lowest precedence and is overriden if set in accumulo-site.xml or zookeeper.<br/><br/>While the default value is usually optimal, there are cases where a change can increase query and ingest performance.</td>
-   </tr>
-  </table>
-  
-  <p>The 'config' command in the shell allows you to view the current system configuration.  You can also use the '-t' option to view a table's configuration as below:
-  
-  <pre>
-    $ ./bin/accumulo shell -u root
-    Enter current password for 'root'@'ac13': ******
-
-    Shell - Accumulo Interactive Shell
-    - 
-    - version: 1.3.5-incubating-SNAPSHOT
-    - instance name: ac13
-    - instance id: 4f48fa03-f692-43ce-ae03-94c9ea8b7181
-    - 
-    - type 'help' for a list of available commands
-    - 
-    root@ac13> config -t foo
-    ---------+---------------------------------------------+------------------------------------------------------
-    SCOPE    | NAME                                        | VALUE
-    ---------+---------------------------------------------+------------------------------------------------------
-    default  | table.balancer ............................ | org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
-    default  | table.bloom.enabled ....................... | false
-    default  | table.bloom.error.rate .................... | 0.5%
-    default  | table.bloom.hash.type ..................... | murmur
-    default  | table.bloom.key.functor ................... | org.apache.accumulo.core.file.keyfunctor.RowFunctor
-    default  | table.bloom.load.threshold ................ | 1
-    default  | table.bloom.size .......................... | 1048576
-    default  | table.cache.block.enable .................. | false
-    default  | table.cache.index.enable .................. | false
-    default  | table.compaction.major.everything.at ...... | 19700101000000GMT
-    default  | table.compaction.major.everything.idle .... | 1h
-    default  | table.compaction.major.ratio .............. | 1.3
-    site     |    @override .............................. | 1.4
-    system   |    @override .............................. | 1.5
-    table    |    @override .............................. | 1.6
-    default  | table.compaction.minor.idle ............... | 5m
-    default  | table.compaction.minor.logs.threshold ..... | 3
-    default  | table.failures.ignore ..................... | false
-  </pre>
-  
-  <h1>Configuration Properties</h1>
-  
 
   <p>Jump to: 
 <a href='#INSTANCE_PREFIX'>instance.*</a>&nbsp;|&nbsp;<a href='#GENERAL_PREFIX'>general.*</a>&nbsp;|&nbsp;<a href='#MASTER_PREFIX'>master.*</a>&nbsp;|&nbsp;<a href='#TSERV_PREFIX'>tserver.*</a>&nbsp;|&nbsp;<a href='#LOGGER_PREFIX'>logger.*</a>&nbsp;|&nbsp;<a href='#GC_PREFIX'>gc.*</a>&nbsp;|&nbsp;<a href='#MONITOR_PREFIX'>monitor.*</a>&nbsp;|&nbsp;<a href='#TRACE_PREFIX'>trace.*</a>&nbsp;|&nbsp;<a href='#TABLE_PREFIX'>table.*</a>&nbsp;|&nbsp;<a href='#TABLE_CONSTRAINT_PREFIX'>table.constraint.*</a>&nbsp;|&nbsp;<a href='#TABLE_ITERATOR_PREFIX'>table.iterator.*</a>&nbsp;|&nbsp;<a href='#TABLE_LOCALITY_GROUP_PREFIX'>table.group.*</a>  </p>

Modified: incubator/accumulo/tags/1.3.5/docs/mockAccumulo.html
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5/docs/mockAccumulo.html?rev=1196153&r1=1196152&r2=1196153&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5/docs/mockAccumulo.html (original)
+++ incubator/accumulo/tags/1.3.5/docs/mockAccumulo.html Tue Nov  1 17:26:47 2011
@@ -47,7 +47,7 @@ $ ./bin/accumulo shell --fake -u root -p
 
 Shell - Accumulo Interactive Shell
 - 
-- version: 1.3.5-incubating-SNAPSHOT
+- version: 1.3.5-incubating
 - instance name: mock-instance
 - instance id: mock-instance-id
 - 

Modified: incubator/accumulo/tags/1.3.5/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5/pom.xml?rev=1196153&r1=1196152&r2=1196153&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5/pom.xml (original)
+++ incubator/accumulo/tags/1.3.5/pom.xml Tue Nov  1 17:26:47 2011
@@ -22,7 +22,7 @@
   <groupId>org.apache.accumulo</groupId>
   <artifactId>accumulo</artifactId>
   <packaging>pom</packaging>
-  <version>1.3.5-incubating-SNAPSHOT</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-SNAPSHOT</version>
+        <version>1.3.5-incubating</version>
       </dependency>
       <dependency>
         <groupId>org.apache.accumulo</groupId>
         <artifactId>accumulo-start</artifactId>
-        <version>1.3.5-incubating-SNAPSHOT</version>
+        <version>1.3.5-incubating</version>
       </dependency>
       <dependency>
         <groupId>org.apache.accumulo</groupId>
         <artifactId>accumulo-core</artifactId>
-        <version>1.3.5-incubating-SNAPSHOT</version>
+        <version>1.3.5-incubating</version>
       </dependency>
       <dependency>
         <groupId>org.apache.accumulo</groupId>
         <artifactId>accumulo-server</artifactId>
-        <version>1.3.5-incubating-SNAPSHOT</version>
+        <version>1.3.5-incubating</version>
       </dependency>
 
       <!-- additional dependencies we need to provide -->

Modified: incubator/accumulo/tags/1.3.5/src/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5/src/core/pom.xml?rev=1196153&r1=1196152&r2=1196153&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5/src/core/pom.xml (original)
+++ incubator/accumulo/tags/1.3.5/src/core/pom.xml Tue Nov  1 17:26:47 2011
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo</artifactId>
-    <version>1.3.5-incubating-SNAPSHOT</version>
+    <version>1.3.5-incubating</version>
     <relativePath>../../</relativePath>
   </parent>
 

Modified: incubator/accumulo/tags/1.3.5/src/core/src/main/java/org/apache/accumulo/core/Constants.java
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5/src/core/src/main/java/org/apache/accumulo/core/Constants.java?rev=1196153&r1=1196152&r2=1196153&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5/src/core/src/main/java/org/apache/accumulo/core/Constants.java (original)
+++ incubator/accumulo/tags/1.3.5/src/core/src/main/java/org/apache/accumulo/core/Constants.java Tue Nov  1 17:26:47 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-SNAPSHOT";
+  public static final String VERSION = "1.3.5-incubating";
   public static final int DATA_VERSION = 3;
   
   // Zookeeper locations

Modified: incubator/accumulo/tags/1.3.5/src/examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5/src/examples/pom.xml?rev=1196153&r1=1196152&r2=1196153&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5/src/examples/pom.xml (original)
+++ incubator/accumulo/tags/1.3.5/src/examples/pom.xml Tue Nov  1 17:26:47 2011
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo</artifactId>
-    <version>1.3.5-incubating-SNAPSHOT</version>
+    <version>1.3.5-incubating</version>
     <relativePath>../../</relativePath>
   </parent>
 

Modified: incubator/accumulo/tags/1.3.5/src/server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5/src/server/pom.xml?rev=1196153&r1=1196152&r2=1196153&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5/src/server/pom.xml (original)
+++ incubator/accumulo/tags/1.3.5/src/server/pom.xml Tue Nov  1 17:26:47 2011
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo</artifactId>
-    <version>1.3.5-incubating-SNAPSHOT</version>
+    <version>1.3.5-incubating</version>
     <relativePath>../../</relativePath>
   </parent>
 

Modified: incubator/accumulo/tags/1.3.5/src/server/src/main/c++/mlock/Makefile
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5/src/server/src/main/c%2B%2B/mlock/Makefile?rev=1196153&r1=1196152&r2=1196153&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5/src/server/src/main/c++/mlock/Makefile (original)
+++ incubator/accumulo/tags/1.3.5/src/server/src/main/c++/mlock/Makefile Tue Nov  1 17:26:47 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-SNAPSHOT.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.5/src/server/src/main/c++/nativeMap/Makefile
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5/src/server/src/main/c%2B%2B/nativeMap/Makefile?rev=1196153&r1=1196152&r2=1196153&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5/src/server/src/main/c++/nativeMap/Makefile (original)
+++ incubator/accumulo/tags/1.3.5/src/server/src/main/c++/nativeMap/Makefile Tue Nov  1 17:26:47 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-SNAPSHOT.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.5/src/server/src/main/resources/config.html
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5/src/server/src/main/resources/config.html?rev=1196153&r1=1196152&r2=1196153&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5/src/server/src/main/resources/config.html (original)
+++ incubator/accumulo/tags/1.3.5/src/server/src/main/resources/config.html Tue Nov  1 17:26:47 2011
@@ -55,7 +55,7 @@
 
     Shell - Accumulo Interactive Shell
     - 
-    - version: 1.3.5-incubating-SNAPSHOT
+    - version: 1.3.5-incubating
     - instance name: ac13
     - instance id: 4f48fa03-f692-43ce-ae03-94c9ea8b7181
     - 

Modified: incubator/accumulo/tags/1.3.5/src/start/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5/src/start/pom.xml?rev=1196153&r1=1196152&r2=1196153&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5/src/start/pom.xml (original)
+++ incubator/accumulo/tags/1.3.5/src/start/pom.xml Tue Nov  1 17:26:47 2011
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo</artifactId>
-    <version>1.3.5-incubating-SNAPSHOT</version>
+    <version>1.3.5-incubating</version>
     <relativePath>../../</relativePath>
   </parent>
 

Modified: incubator/accumulo/tags/1.3.5/src/trace/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/tags/1.3.5/src/trace/pom.xml?rev=1196153&r1=1196152&r2=1196153&view=diff
==============================================================================
--- incubator/accumulo/tags/1.3.5/src/trace/pom.xml (original)
+++ incubator/accumulo/tags/1.3.5/src/trace/pom.xml Tue Nov  1 17:26:47 2011
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo</artifactId>
-    <version>1.3.5-incubating-SNAPSHOT</version>
+    <version>1.3.5-incubating</version>
     <relativePath>../../</relativePath>
   </parent>