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 2012/03/23 20:07:52 UTC

svn commit: r1304563 [4/4] - in /incubator/accumulo/site/trunk: content/accumulo/ content/accumulo/1.4/ content/accumulo/1.4/examples/ content/accumulo/1.4/user_manual/ content/accumulo/user_manual_1.3-incubating/examples/ content/accumulo/user_manual_...

Added: incubator/accumulo/site/trunk/content/accumulo/1.4/user_manual/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/accumulo/site/trunk/content/accumulo/1.4/user_manual/index.mdtext?rev=1304563&view=auto
==============================================================================
--- incubator/accumulo/site/trunk/content/accumulo/1.4/user_manual/index.mdtext (added)
+++ incubator/accumulo/site/trunk/content/accumulo/1.4/user_manual/index.mdtext Fri Mar 23 19:07:51 2012
@@ -0,0 +1,63 @@
+Title: Apache Accumulo User Manual: index
+Notice:    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.
+
+** Next:** [Contents][2]   ** [Contents][2]**   
+  
+
+
+## Apache Accumulo User Manual   
+Version 1.4
+
+  
+
+
+* * *
+
+<a id=CHILD_LINKS></a>
+
+* [Contents][2]
+* [Introduction][6]
+* [Accumulo Design][7]
+* [Accumulo Shell][8]
+* [Writing Accumulo Clients][9]
+* [Table Configuration][10]
+* [Table Design][11]
+* [High-Speed Ingest][12]
+* [Analytics][13]
+* [Security][14]
+* [Administration][15]
+* [Shell Commands][16]
+
+  
+
+
+* * *
+
+   [2]: Contents.html
+   [6]: Introduction.html
+   [7]: Accumulo_Design.html
+   [8]: Accumulo_Shell.html
+   [9]: Writing_Accumulo_Clients.html
+   [10]: Table_Configuration.html
+   [11]: Table_Design.html
+   [12]: High_Speed_Ingest.html
+   [13]: Analytics.html
+   [14]: Security.html
+   [15]: Administration.html
+   [16]: Shell_Commands.html
+

Propchange: incubator/accumulo/site/trunk/content/accumulo/1.4/user_manual/index.mdtext
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/accumulo/site/trunk/content/accumulo/glossary.mdtext
URL: http://svn.apache.org/viewvc/incubator/accumulo/site/trunk/content/accumulo/glossary.mdtext?rev=1304563&view=auto
==============================================================================
--- incubator/accumulo/site/trunk/content/accumulo/glossary.mdtext (added)
+++ incubator/accumulo/site/trunk/content/accumulo/glossary.mdtext Fri Mar 23 19:07:51 2012
@@ -0,0 +1,37 @@
+Title: Apache Accumulo Glossary
+Notice:    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.
+
+- **authorizations** - 
+- **column** - 
+- **column family** - 
+- **column qualifier** - 
+- **column visibility** -
+- **key** - 
+- **iterator** - 
+- **iterator scopes** - 
+- **log-structured merge-tree** - 
+- **major compaction** - 
+- **master** - 
+- **minor compaction** - 
+- **permissions** - 
+- **row** - 
+- **scan** -
+- **tablet** - a contiguous key range; the unit of work for a tablet server
+- **tablet server** - 
+- **timestamp** - 
+- **value** - 
\ No newline at end of file

Propchange: incubator/accumulo/site/trunk/content/accumulo/glossary.mdtext
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/accumulo/site/trunk/content/accumulo/notable_features.mdtext
URL: http://svn.apache.org/viewvc/incubator/accumulo/site/trunk/content/accumulo/notable_features.mdtext?rev=1304563&r1=1304562&r2=1304563&view=diff
==============================================================================
--- incubator/accumulo/site/trunk/content/accumulo/notable_features.mdtext (original)
+++ incubator/accumulo/site/trunk/content/accumulo/notable_features.mdtext Fri Mar 23 19:07:51 2012
@@ -271,7 +271,7 @@ servers is configurable.
 A simple web server provides basic information about the system health and
 performance.  It displays table sizes, ingest and query statistics, server
 load, and last-update information.  It also allows the user to view recent
-diagnostic logs and [traces](#tracing5).
+diagnostic logs and traces.
 
 ### Tracing
 
@@ -366,7 +366,7 @@ Added an operation to efficiently delete
 that fall completely within a range are simply dropped. Tablets overlapping the
 beginning and end of the range are split, compacted, and then merged.  
 
-[2]: /accumulo/user_manual_1.3-incubating/Security.html
-[4]: /accumulo/user_manual_1.3-incubating/Writing_Accumulo_Clients.html
-[6]: /accumulo/user_manual_1.3-incubating/High_Speed_Ingest.html#Bulk_Ingest
+[2]: /accumulo/1.4/user_manual/Security.html
+[4]: /accumulo/1.4/user_manual/Writing_Accumulo_Clients.html
+[6]: /accumulo/1.4/user_manual/High_Speed_Ingest.html#Bulk_Ingest
 

Added: incubator/accumulo/site/trunk/content/accumulo/user_manual_1.3-incubating/examples/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/accumulo/site/trunk/content/accumulo/user_manual_1.3-incubating/examples/index.mdtext?rev=1304563&view=auto
==============================================================================
--- incubator/accumulo/site/trunk/content/accumulo/user_manual_1.3-incubating/examples/index.mdtext (added)
+++ incubator/accumulo/site/trunk/content/accumulo/user_manual_1.3-incubating/examples/index.mdtext Fri Mar 23 19:07:51 2012
@@ -0,0 +1,56 @@
+Title: Apache Accumulo Examples
+Notice:    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.
+
+Each README in the examples directory highlights the use of particular features of Apache Accumulo.
+
+Before running any of the examples, the following steps must be performed.
+
+1. Install and run Accumulo via the instructions found in $ACCUMULO_HOME/README.
+Remember the instance name.  It will be referred to as "instance" throughout the examples.
+A comma-separated list of zookeeper servers will be referred to as "zookeepers".
+
+2. Create an Accumulo user (see the [user manual][1]), or use the root user.
+The Accumulo user name will be referred to as "username" with password "password" throughout the examples.
+
+In all commands, you will need to replace "instance", "zookeepers", "username", and "password" with the values you set for your Accumulo instance.
+
+Commands intended to be run in bash are prefixed by '$'.  These are always assumed to be run from the $ACCUMULO_HOME directory.
+
+Commands intended to be run in the Accumulo shell are prefixed by '>'.
+
+[1]: /accumulo/user_manual_1.3-incubating/Accumulo_Shell.html#User_Administration
+[aggregation](examples/aggregation.html)
+
+[batch](examples/batch.html)
+
+[bloom](examples/bloom.html)
+
+[bulkIngest](examples/bulkIngest.html)
+
+[constraints](examples/constraints.html)
+
+[dirlist](examples/dirlist.html)
+
+[filter](examples/filter.html)
+
+[helloworld](examples/helloworld.html)
+
+[mapred](examples/mapred.html)
+
+[shard](examples/shard.html)
+

Propchange: incubator/accumulo/site/trunk/content/accumulo/user_manual_1.3-incubating/examples/index.mdtext
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/accumulo/site/trunk/templates/sidenav.mdtext
URL: http://svn.apache.org/viewvc/incubator/accumulo/site/trunk/templates/sidenav.mdtext?rev=1304563&r1=1304562&r2=1304563&view=diff
==============================================================================
--- incubator/accumulo/site/trunk/templates/sidenav.mdtext (original)
+++ incubator/accumulo/site/trunk/templates/sidenav.mdtext Fri Mar 23 19:07:51 2012
@@ -16,21 +16,12 @@
  - [Builds](https://builds.apache.org/view/A-F/view/Accumulo/)
 
 # Documentation
- - [Manual v1.3](/accumulo/user_manual_1.3-incubating)
- - [Examples v1.3](/accumulo/user_manual_1.3-incubating/examples.html)
- - [Manual v1.4](/accumulo/user_manual_1.4-incubating)
-<!-- - [Getting Started](/accumulo/getting_started.html) -->
-<!-- - Javadoc -->
-<!-- - Examples -->
-  - [Screenshots](/accumulo/screenshots.html)
-  - [Papers](/accumulo/papers.html)
-
-<!--
-# Development
- - Source code
- - Building
--->
-
+ - [Manual 1.4](/accumulo/1.4/user_manual)
+ - [Javadoc 1.4](/accumulo/1.4/apidocs)
+ - [Examples 1.4](/accumulo/1.4/examples)
+ - [Screenshots](/accumulo/screenshots.html)
+ - [Papers & Other Links](/accumulo/papers.html)
+ - [Glossary](/accumulo/glossary.html)
 # ASF links
   - [Apache Software Foundation](http://www.apache.org)
   - [Thanks](http://www.apache.org/foundation/thanks.html)