You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by gi...@apache.org on 2020/01/29 04:27:26 UTC

[accumulo-website] branch asf-staging updated: Automatic Site Publish by Buildbot

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 5fb5761  Automatic Site Publish by Buildbot
5fb5761 is described below

commit 5fb576111bc754a4cf4d716c47d8a26d180e21a7
Author: buildbot <us...@infra.apache.org>
AuthorDate: Wed Jan 29 04:27:22 2020 +0000

    Automatic Site Publish by Buildbot
---
 output/.asf.yaml                                   |    24 +
 output/.htaccess                                   |     3 +
 output/1.3/user_manual/Accumulo_Design.html        |   252 +
 output/1.3/user_manual/Accumulo_Shell.html         |   284 +
 output/1.3/user_manual/Administration.html         |   319 +
 output/1.3/user_manual/Analytics.html              |   299 +
 output/1.3/user_manual/Contents.html               |   346 +
 output/1.3/user_manual/High_Speed_Ingest.html      |   236 +
 output/1.3/user_manual/Introduction.html           |   175 +
 output/1.3/user_manual/Security.html               |   257 +
 output/1.3/user_manual/Shell_Commands.html         |   745 ++
 output/1.3/user_manual/Table_Configuration.html    |   467 +
 output/1.3/user_manual/Table_Design.html           |   336 +
 .../1.3/user_manual/Writing_Accumulo_Clients.html  |   275 +
 output/1.3/user_manual/accumulo_user_manual.html   |   191 +
 output/1.3/user_manual/data_distribution.png       |   Bin 0 -> 86936 bytes
 output/1.3/user_manual/examples.html               |    11 +
 output/1.3/user_manual/examples/aggregation.html   |   198 +
 output/1.3/user_manual/examples/batch.html         |   202 +
 output/1.3/user_manual/examples/bloom.html         |   283 +
 output/1.3/user_manual/examples/bulkIngest.html    |   182 +
 output/1.3/user_manual/examples/constraints.html   |   196 +
 output/1.3/user_manual/examples/dirlist.html       |   211 +
 output/1.3/user_manual/examples/filter.html        |   256 +
 output/1.3/user_manual/examples/helloworld.html    |   208 +
 output/1.3/user_manual/examples/index.html         |   207 +
 output/1.3/user_manual/examples/mapred.html        |   236 +
 output/1.3/user_manual/examples/shard.html         |   220 +
 output/1.3/user_manual/failure_handling.png        |   Bin 0 -> 48904 bytes
 output/1.3/user_manual/img1.png                    |   Bin 0 -> 2977 bytes
 output/1.3/user_manual/img2.png                    |   Bin 0 -> 4121 bytes
 output/1.3/user_manual/img3.png                    |   Bin 0 -> 6520 bytes
 output/1.3/user_manual/img4.png                    |   Bin 0 -> 16325 bytes
 output/1.3/user_manual/img5.png                    |   Bin 0 -> 3974 bytes
 output/1.3/user_manual/index.html                  |   191 +
 output/1.4/accumulo_user_manual.pdf                |   Bin 0 -> 416186 bytes
 output/1.4/apidocs/allclasses-frame.html           |   110 +
 output/1.4/apidocs/allclasses-noframe.html         |   110 +
 output/1.4/apidocs/constant-values.html            |   117 +
 output/1.4/apidocs/deprecated-list.html            |   583 +
 output/1.4/apidocs/help-doc.html                   |   222 +
 output/1.4/apidocs/index-all.html                  |  3569 ++++++
 output/1.4/apidocs/index.html                      |    75 +
 .../accumulo/core/client/AccumuloException.html    |   286 +
 .../core/client/AccumuloSecurityException.html     |   347 +
 .../apache/accumulo/core/client/BatchDeleter.html  |   266 +
 .../apache/accumulo/core/client/BatchScanner.html  |   251 +
 .../apache/accumulo/core/client/BatchWriter.html   |   278 +
 ...lientSideIteratorScanner.ScannerTranslator.html |   479 +
 .../core/client/ClientSideIteratorScanner.html     |   530 +
 .../org/apache/accumulo/core/client/Connector.html |   509 +
 .../org/apache/accumulo/core/client/Instance.html  |   434 +
 .../client/IsolatedScanner.MemoryRowBuffer.html    |   307 +
 .../IsolatedScanner.MemoryRowBufferFactory.html    |   271 +
 .../core/client/IsolatedScanner.RowBuffer.html     |   251 +
 .../client/IsolatedScanner.RowBufferFactory.html   |   216 +
 .../accumulo/core/client/IsolatedScanner.html      |   527 +
 .../core/client/IteratorSetting.Column.html        |   328 +
 .../accumulo/core/client/IteratorSetting.html      |   627 +
 .../core/client/MultiTableBatchWriter.html         |   281 +
 .../core/client/MutationsRejectedException.html    |   338 +
 .../apache/accumulo/core/client/RowIterator.html   |   354 +
 .../org/apache/accumulo/core/client/Scanner.html   |   350 +
 .../apache/accumulo/core/client/ScannerBase.html   |   546 +
 .../core/client/TableDeletedException.html         |   288 +
 .../accumulo/core/client/TableExistsException.html |   290 +
 .../core/client/TableNotFoundException.html        |   319 +
 .../core/client/TableOfflineException.html         |   259 +
 .../accumulo/core/client/ZooKeeperInstance.html    |   631 +
 .../accumulo/core/client/admin/ActiveScan.html     |   378 +
 .../apache/accumulo/core/client/admin/FindMax.html |   269 +
 .../core/client/admin/InstanceOperations.html      |   351 +
 .../core/client/admin/InstanceOperationsImpl.html  |   431 +
 .../accumulo/core/client/admin/ScanState.html      |   333 +
 .../accumulo/core/client/admin/ScanType.html       |   321 +
 .../core/client/admin/SecurityOperations.html      |   518 +
 .../core/client/admin/SecurityOperationsImpl.html  |   610 +
 .../core/client/admin/TableOperations.html         |  1125 ++
 .../core/client/admin/TableOperationsHelper.html   |   449 +
 .../core/client/admin/TableOperationsImpl.html     |  1034 ++
 .../accumulo/core/client/admin/TimeType.html       |   330 +
 .../core/client/admin/class-use/ActiveScan.html    |   185 +
 .../core/client/admin/class-use/FindMax.html       |   117 +
 .../client/admin/class-use/InstanceOperations.html |   218 +
 .../admin/class-use/InstanceOperationsImpl.html    |   117 +
 .../core/client/admin/class-use/ScanState.html     |   170 +
 .../core/client/admin/class-use/ScanType.html      |   170 +
 .../client/admin/class-use/SecurityOperations.html |   216 +
 .../admin/class-use/SecurityOperationsImpl.html    |   117 +
 .../client/admin/class-use/TableOperations.html    |   222 +
 .../admin/class-use/TableOperationsHelper.html     |   181 +
 .../admin/class-use/TableOperationsImpl.html       |   117 +
 .../core/client/admin/class-use/TimeType.html      |   218 +
 .../accumulo/core/client/admin/package-frame.html  |    37 +
 .../core/client/admin/package-summary.html         |   213 +
 .../accumulo/core/client/admin/package-tree.html   |   158 +
 .../accumulo/core/client/admin/package-use.html    |   250 +
 .../core/client/class-use/AccumuloException.html   |  1243 ++
 .../class-use/AccumuloSecurityException.html       |  1150 ++
 .../core/client/class-use/BatchDeleter.html        |   206 +
 .../core/client/class-use/BatchScanner.html        |   209 +
 .../core/client/class-use/BatchWriter.html         |   210 +
 ...lientSideIteratorScanner.ScannerTranslator.html |   117 +
 .../class-use/ClientSideIteratorScanner.html       |   117 +
 .../accumulo/core/client/class-use/Connector.html  |   249 +
 .../accumulo/core/client/class-use/Instance.html   |   320 +
 .../class-use/IsolatedScanner.MemoryRowBuffer.html |   117 +
 .../IsolatedScanner.MemoryRowBufferFactory.html    |   117 +
 .../class-use/IsolatedScanner.RowBuffer.html       |   174 +
 .../IsolatedScanner.RowBufferFactory.html          |   169 +
 .../core/client/class-use/IsolatedScanner.html     |   117 +
 .../client/class-use/IteratorSetting.Column.html   |   117 +
 .../core/client/class-use/IteratorSetting.html     |   275 +
 .../client/class-use/MultiTableBatchWriter.html    |   198 +
 .../class-use/MutationsRejectedException.html      |   241 +
 .../core/client/class-use/RowIterator.html         |   117 +
 .../accumulo/core/client/class-use/Scanner.html    |   338 +
 .../core/client/class-use/ScannerBase.html         |   250 +
 .../client/class-use/TableDeletedException.html    |   117 +
 .../client/class-use/TableExistsException.html     |   265 +
 .../client/class-use/TableNotFoundException.html   |   781 ++
 .../client/class-use/TableOfflineException.html    |   117 +
 .../core/client/class-use/ZooKeeperInstance.html   |   117 +
 .../client/mapreduce/AccumuloFileOutputFormat.html |   532 +
 .../core/client/mapreduce/AccumuloInputFormat.html |   326 +
 .../client/mapreduce/AccumuloOutputFormat.html     |   949 ++
 .../client/mapreduce/AccumuloRowInputFormat.html   |   315 +
 .../InputFormatBase.RecordReaderBase.html          |   554 +
 .../mapreduce/InputFormatBase.RegexType.html       |   369 +
 .../core/client/mapreduce/InputFormatBase.html     |  1625 +++
 .../core/client/mapreduce/RangeInputSplit.html     |   942 ++
 .../class-use/AccumuloFileOutputFormat.html        |   117 +
 .../mapreduce/class-use/AccumuloInputFormat.html   |   117 +
 .../mapreduce/class-use/AccumuloOutputFormat.html  |   117 +
 .../class-use/AccumuloRowInputFormat.html          |   117 +
 .../InputFormatBase.RecordReaderBase.html          |   117 +
 .../class-use/InputFormatBase.RegexType.html       |   196 +
 .../mapreduce/class-use/InputFormatBase.html       |   163 +
 .../mapreduce/class-use/RangeInputSplit.html       |   157 +
 .../lib/partition/KeyRangePartitioner.html         |   347 +
 .../mapreduce/lib/partition/RangePartitioner.html  |   347 +
 .../partition/class-use/KeyRangePartitioner.html   |   117 +
 .../lib/partition/class-use/RangePartitioner.html  |   117 +
 .../mapreduce/lib/partition/package-frame.html     |    21 +
 .../mapreduce/lib/partition/package-summary.html   |   143 +
 .../mapreduce/lib/partition/package-tree.html      |   135 +
 .../mapreduce/lib/partition/package-use.html       |   117 +
 .../core/client/mapreduce/package-frame.html       |    30 +
 .../core/client/mapreduce/package-summary.html     |   192 +
 .../core/client/mapreduce/package-tree.html        |   171 +
 .../core/client/mapreduce/package-use.html         |   164 +
 .../accumulo/core/client/mock/IteratorAdapter.html |   301 +
 .../accumulo/core/client/mock/MockAccumulo.html    |   294 +
 .../core/client/mock/MockBatchDeleter.html         |   362 +
 .../core/client/mock/MockBatchScanner.html         |   379 +
 .../accumulo/core/client/mock/MockBatchWriter.html |   310 +
 .../accumulo/core/client/mock/MockConnector.html   |   476 +
 .../accumulo/core/client/mock/MockInstance.html    |   558 +
 .../core/client/mock/MockInstanceOperations.html   |   428 +
 .../client/mock/MockMultiTableBatchWriter.html     |   346 +
 .../accumulo/core/client/mock/MockScanner.html     |   465 +
 .../accumulo/core/client/mock/MockScannerBase.html |   339 +
 .../core/client/mock/MockSecurityOperations.html   |   586 +
 .../accumulo/core/client/mock/MockTable.html       |   230 +
 .../core/client/mock/MockTableOperations.html      |   988 ++
 .../core/client/mock/MockTabletLocator.html        |   427 +
 .../apache/accumulo/core/client/mock/MockUser.html |   190 +
 .../client/mock/class-use/IteratorAdapter.html     |   117 +
 .../core/client/mock/class-use/MockAccumulo.html   |   165 +
 .../client/mock/class-use/MockBatchDeleter.html    |   117 +
 .../client/mock/class-use/MockBatchScanner.html    |   159 +
 .../client/mock/class-use/MockBatchWriter.html     |   117 +
 .../core/client/mock/class-use/MockConnector.html  |   117 +
 .../core/client/mock/class-use/MockInstance.html   |   117 +
 .../mock/class-use/MockInstanceOperations.html     |   117 +
 .../mock/class-use/MockMultiTableBatchWriter.html  |   117 +
 .../core/client/mock/class-use/MockScanner.html    |   117 +
 .../client/mock/class-use/MockScannerBase.html     |   167 +
 .../mock/class-use/MockSecurityOperations.html     |   117 +
 .../core/client/mock/class-use/MockTable.html      |   169 +
 .../client/mock/class-use/MockTableOperations.html |   117 +
 .../client/mock/class-use/MockTabletLocator.html   |   117 +
 .../core/client/mock/class-use/MockUser.html       |   117 +
 .../accumulo/core/client/mock/package-frame.html   |    35 +
 .../accumulo/core/client/mock/package-summary.html |   197 +
 .../accumulo/core/client/mock/package-tree.html    |   167 +
 .../accumulo/core/client/mock/package-use.html     |   159 +
 .../apache/accumulo/core/client/package-frame.html |    50 +
 .../accumulo/core/client/package-summary.html      |   295 +
 .../apache/accumulo/core/client/package-tree.html  |   188 +
 .../apache/accumulo/core/client/package-use.html   |   414 +
 .../accumulo/core/data/ArrayByteSequence.html      |   491 +
 .../apache/accumulo/core/data/ByteSequence.html    |   413 +
 .../org/apache/accumulo/core/data/Column.html      |   511 +
 .../apache/accumulo/core/data/ColumnUpdate.html    |   386 +
 .../apache/accumulo/core/data/ComparableBytes.html |   331 +
 .../core/data/ConstraintViolationSummary.html      |   420 +
 .../apidocs/org/apache/accumulo/core/data/Key.html |  1445 +++
 .../org/apache/accumulo/core/data/KeyExtent.html   |   830 ++
 .../org/apache/accumulo/core/data/KeyValue.html    |   390 +
 .../org/apache/accumulo/core/data/Mutation.html    |   842 ++
 .../org/apache/accumulo/core/data/PartialKey.html  |   395 +
 .../org/apache/accumulo/core/data/Range.html       |  1252 ++
 .../accumulo/core/data/Value.Comparator.html       |   305 +
 .../org/apache/accumulo/core/data/Value.html       |   747 ++
 .../core/data/class-use/ArrayByteSequence.html     |   117 +
 .../accumulo/core/data/class-use/ByteSequence.html |   292 +
 .../accumulo/core/data/class-use/Column.html       |   190 +
 .../accumulo/core/data/class-use/ColumnUpdate.html |   157 +
 .../core/data/class-use/ComparableBytes.html       |   117 +
 .../data/class-use/ConstraintViolationSummary.html |   172 +
 .../apache/accumulo/core/data/class-use/Key.html   |   568 +
 .../accumulo/core/data/class-use/KeyExtent.html    |   388 +
 .../accumulo/core/data/class-use/KeyValue.html     |   159 +
 .../accumulo/core/data/class-use/Mutation.html     |   323 +
 .../accumulo/core/data/class-use/PartialKey.html   |   199 +
 .../apache/accumulo/core/data/class-use/Range.html |   708 ++
 .../core/data/class-use/Value.Comparator.html      |   117 +
 .../apache/accumulo/core/data/class-use/Value.html |   500 +
 .../apache/accumulo/core/data/package-frame.html   |    36 +
 .../apache/accumulo/core/data/package-summary.html |   209 +
 .../apache/accumulo/core/data/package-tree.html    |   165 +
 .../org/apache/accumulo/core/data/package-use.html |   377 +
 .../apache/accumulo/core/security/AuditLevel.html  |   339 +
 .../accumulo/core/security/Authorizations.html     |   471 +
 .../core/security/ColumnVisibility.Node.html       |   364 +
 .../security/ColumnVisibility.NodeComparator.html  |   280 +
 .../core/security/ColumnVisibility.NodeType.html   |   349 +
 .../accumulo/core/security/ColumnVisibility.html   |   456 +
 .../accumulo/core/security/SystemPermission.html   |   432 +
 .../accumulo/core/security/TablePermission.html    |   408 +
 .../core/security/VisibilityConstraint.html        |   312 +
 .../core/security/VisibilityEvaluator.html         |   277 +
 .../core/security/VisibilityInterpreter.html       |   282 +
 .../security/VisibilityInterpreterFactory.html     |   286 +
 .../core/security/VisibilityParseException.html    |   300 +
 .../core/security/class-use/AuditLevel.html        |   117 +
 .../core/security/class-use/Authorizations.html    |   506 +
 .../security/class-use/ColumnVisibility.Node.html  |   201 +
 .../class-use/ColumnVisibility.NodeComparator.html |   117 +
 .../class-use/ColumnVisibility.NodeType.html       |   181 +
 .../core/security/class-use/ColumnVisibility.html  |   294 +
 .../core/security/class-use/SystemPermission.html  |   263 +
 .../core/security/class-use/TablePermission.html   |   272 +
 .../security/class-use/VisibilityConstraint.html   |   117 +
 .../security/class-use/VisibilityEvaluator.html    |   117 +
 .../security/class-use/VisibilityInterpreter.html  |   188 +
 .../class-use/VisibilityInterpreterFactory.html    |   117 +
 .../class-use/VisibilityParseException.html        |   157 +
 .../accumulo/core/security/package-frame.html      |    41 +
 .../accumulo/core/security/package-summary.html    |   218 +
 .../accumulo/core/security/package-tree.html       |   180 +
 .../apache/accumulo/core/security/package-use.html |   282 +
 .../accumulo/minicluster/MiniAccumuloCluster.html  |   344 +
 .../accumulo/minicluster/MiniAccumuloConfig.html   |   338 +
 .../minicluster/class-use/MiniAccumuloCluster.html |   117 +
 .../minicluster/class-use/MiniAccumuloConfig.html  |   176 +
 .../apache/accumulo/minicluster/package-frame.html |    21 +
 .../accumulo/minicluster/package-summary.html      |   143 +
 .../apache/accumulo/minicluster/package-tree.html  |   131 +
 .../apache/accumulo/minicluster/package-use.html   |   152 +
 output/1.4/apidocs/overview-frame.html             |    28 +
 output/1.4/apidocs/overview-summary.html           |   159 +
 output/1.4/apidocs/overview-tree.html              |   346 +
 output/1.4/apidocs/package-list                    |     8 +
 output/1.4/apidocs/resources/background.gif        |   Bin 0 -> 2313 bytes
 output/1.4/apidocs/resources/tab.gif               |   Bin 0 -> 291 bytes
 output/1.4/apidocs/resources/titlebar.gif          |   Bin 0 -> 10701 bytes
 output/1.4/apidocs/resources/titlebar_end.gif      |   Bin 0 -> 849 bytes
 output/1.4/apidocs/serialized-form.html            |   357 +
 output/1.4/apidocs/stylesheet.css                  |   474 +
 output/1.4/examples/batch.html                     |   206 +
 output/1.4/examples/bloom.html                     |   377 +
 output/1.4/examples/bulkIngest.html                |   182 +
 output/1.4/examples/combiner.html                  |   220 +
 output/1.4/examples/constraints.html               |   203 +
 output/1.4/examples/dirlist.html                   |   281 +
 output/1.4/examples/filedata.html                  |   210 +
 output/1.4/examples/filter.html                    |   261 +
 output/1.4/examples/helloworld.html                |   208 +
 output/1.4/examples/index.html                     |   214 +
 output/1.4/examples/isolation.html                 |   197 +
 output/1.4/examples/mapred.html                    |   248 +
 output/1.4/examples/shard.html                     |   220 +
 output/1.4/examples/visibility.html                |   286 +
 output/1.4/user_manual/Accumulo_Design.html        |   252 +
 output/1.4/user_manual/Accumulo_Shell.html         |   286 +
 output/1.4/user_manual/Administration.html         |   341 +
 output/1.4/user_manual/Analytics.html              |   299 +
 output/1.4/user_manual/Contents.html               |   377 +
 output/1.4/user_manual/Development_Clients.html    |   254 +
 output/1.4/user_manual/High_Speed_Ingest.html      |   243 +
 output/1.4/user_manual/Introduction.html           |   175 +
 output/1.4/user_manual/Security.html               |   271 +
 output/1.4/user_manual/Shell_Commands.html         |   890 ++
 output/1.4/user_manual/Table_Configuration.html    |   592 +
 output/1.4/user_manual/Table_Design.html           |   332 +
 .../1.4/user_manual/Writing_Accumulo_Clients.html  |   402 +
 output/1.4/user_manual/accumulo_user_manual.html   |   192 +
 output/1.4/user_manual/data_distribution.png       |   Bin 0 -> 86936 bytes
 output/1.4/user_manual/failure_handling.png        |   Bin 0 -> 48904 bytes
 output/1.4/user_manual/img1.png                    |   Bin 0 -> 2977 bytes
 output/1.4/user_manual/img2.png                    |   Bin 0 -> 482 bytes
 output/1.4/user_manual/img3.png                    |   Bin 0 -> 809 bytes
 output/1.4/user_manual/img4.png                    |   Bin 0 -> 4121 bytes
 output/1.4/user_manual/img5.png                    |   Bin 0 -> 6520 bytes
 output/1.4/user_manual/img6.png                    |   Bin 0 -> 16325 bytes
 output/1.4/user_manual/img7.png                    |   Bin 0 -> 3974 bytes
 output/1.4/user_manual/index.html                  |   192 +
 output/1.5/accumulo_user_manual.html               |  3528 ++++++
 output/1.5/accumulo_user_manual.pdf                |   Bin 0 -> 459747 bytes
 output/1.5/apidocs/allclasses-frame.html           |   147 +
 output/1.5/apidocs/allclasses-noframe.html         |   147 +
 output/1.5/apidocs/constant-values.html            |   167 +
 output/1.5/apidocs/deprecated-list.html            |   637 +
 output/1.5/apidocs/help-doc.html                   |   222 +
 output/1.5/apidocs/index-all.html                  |  4821 ++++++++
 output/1.5/apidocs/index.html                      |    75 +
 .../accumulo/core/client/AccumuloException.html    |   286 +
 .../core/client/AccumuloSecurityException.html     |   381 +
 .../apache/accumulo/core/client/BatchDeleter.html  |   270 +
 .../apache/accumulo/core/client/BatchScanner.html  |   283 +
 .../apache/accumulo/core/client/BatchWriter.html   |   283 +
 .../accumulo/core/client/BatchWriterConfig.html    |   504 +
 ...lientSideIteratorScanner.ScannerTranslator.html |   479 +
 .../core/client/ClientSideIteratorScanner.html     |   533 +
 .../org/apache/accumulo/core/client/Connector.html |   556 +
 .../org/apache/accumulo/core/client/Instance.html  |   476 +
 .../client/IsolatedScanner.MemoryRowBuffer.html    |   307 +
 .../IsolatedScanner.MemoryRowBufferFactory.html    |   271 +
 .../core/client/IsolatedScanner.RowBuffer.html     |   251 +
 .../client/IsolatedScanner.RowBufferFactory.html   |   216 +
 .../accumulo/core/client/IsolatedScanner.html      |   531 +
 .../core/client/IteratorSetting.Column.html        |   328 +
 .../accumulo/core/client/IteratorSetting.html      |   686 ++
 .../core/client/MultiTableBatchWriter.html         |   281 +
 .../core/client/MutationsRejectedException.html    |   359 +
 .../apache/accumulo/core/client/RowIterator.html   |   352 +
 .../org/apache/accumulo/core/client/Scanner.html   |   358 +
 .../apache/accumulo/core/client/ScannerBase.html   |   419 +
 .../core/client/TableDeletedException.html         |   288 +
 .../accumulo/core/client/TableExistsException.html |   290 +
 .../core/client/TableNotFoundException.html        |   319 +
 .../core/client/TableOfflineException.html         |   259 +
 .../accumulo/core/client/TimedOutException.html    |   299 +
 .../accumulo/core/client/ZooKeeperInstance.html    |   689 ++
 .../admin/ActiveCompaction.CompactionReason.html   |   376 +
 .../admin/ActiveCompaction.CompactionType.html     |   361 +
 .../core/client/admin/ActiveCompaction.html        |   393 +
 .../accumulo/core/client/admin/ActiveScan.html     |   408 +
 .../apache/accumulo/core/client/admin/FindMax.html |   269 +
 .../core/client/admin/InstanceOperations.html      |   396 +
 .../core/client/admin/InstanceOperationsImpl.html  |   483 +
 .../accumulo/core/client/admin/ScanState.html      |   333 +
 .../accumulo/core/client/admin/ScanType.html       |   321 +
 .../core/client/admin/SecurityOperations.html      |   662 +
 .../core/client/admin/SecurityOperationsImpl.html  |   769 ++
 .../core/client/admin/TableOperations.html         |  1369 +++
 .../core/client/admin/TableOperationsHelper.html   |   535 +
 .../core/client/admin/TableOperationsImpl.html     |  1310 ++
 .../accumulo/core/client/admin/TimeType.html       |   330 +
 .../ActiveCompaction.CompactionReason.html         |   170 +
 .../class-use/ActiveCompaction.CompactionType.html |   170 +
 .../client/admin/class-use/ActiveCompaction.html   |   185 +
 .../core/client/admin/class-use/ActiveScan.html    |   185 +
 .../core/client/admin/class-use/FindMax.html       |   117 +
 .../client/admin/class-use/InstanceOperations.html |   218 +
 .../admin/class-use/InstanceOperationsImpl.html    |   117 +
 .../core/client/admin/class-use/ScanState.html     |   170 +
 .../core/client/admin/class-use/ScanType.html      |   170 +
 .../client/admin/class-use/SecurityOperations.html |   216 +
 .../admin/class-use/SecurityOperationsImpl.html    |   117 +
 .../client/admin/class-use/TableOperations.html    |   222 +
 .../admin/class-use/TableOperationsHelper.html     |   181 +
 .../admin/class-use/TableOperationsImpl.html       |   117 +
 .../core/client/admin/class-use/TimeType.html      |   218 +
 .../accumulo/core/client/admin/package-frame.html  |    40 +
 .../core/client/admin/package-summary.html         |   225 +
 .../accumulo/core/client/admin/package-tree.html   |   161 +
 .../accumulo/core/client/admin/package-use.html    |   262 +
 .../core/client/class-use/AccumuloException.html   |  1507 +++
 .../class-use/AccumuloSecurityException.html       |  1552 +++
 .../core/client/class-use/BatchDeleter.html        |   224 +
 .../core/client/class-use/BatchScanner.html        |   209 +
 .../core/client/class-use/BatchWriter.html         |   226 +
 .../core/client/class-use/BatchWriterConfig.html   |   367 +
 ...lientSideIteratorScanner.ScannerTranslator.html |   117 +
 .../class-use/ClientSideIteratorScanner.html       |   117 +
 .../accumulo/core/client/class-use/Connector.html  |   290 +
 .../accumulo/core/client/class-use/Instance.html   |   391 +
 .../class-use/IsolatedScanner.MemoryRowBuffer.html |   117 +
 .../IsolatedScanner.MemoryRowBufferFactory.html    |   117 +
 .../class-use/IsolatedScanner.RowBuffer.html       |   174 +
 .../IsolatedScanner.RowBufferFactory.html          |   169 +
 .../core/client/class-use/IsolatedScanner.html     |   117 +
 .../client/class-use/IteratorSetting.Column.html   |   117 +
 .../core/client/class-use/IteratorSetting.html     |   489 +
 .../client/class-use/MultiTableBatchWriter.html    |   212 +
 .../class-use/MutationsRejectedException.html      |   241 +
 .../core/client/class-use/RowIterator.html         |   117 +
 .../accumulo/core/client/class-use/Scanner.html    |   360 +
 .../core/client/class-use/ScannerBase.html         |   250 +
 .../client/class-use/TableDeletedException.html    |   117 +
 .../client/class-use/TableExistsException.html     |   282 +
 .../client/class-use/TableNotFoundException.html   |  1013 ++
 .../client/class-use/TableOfflineException.html    |   117 +
 .../core/client/class-use/TimedOutException.html   |   117 +
 .../core/client/class-use/ZooKeeperInstance.html   |   117 +
 .../client/mapred/AccumuloFileOutputFormat.html    |   474 +
 .../core/client/mapred/AccumuloInputFormat.html    |   323 +
 .../AccumuloOutputFormat.AccumuloRecordWriter.html |   326 +
 .../core/client/mapred/AccumuloOutputFormat.html   |   745 ++
 .../core/client/mapred/AccumuloRowInputFormat.html |   324 +
 .../mapred/InputFormatBase.RangeInputSplit.html    |   323 +
 .../mapred/InputFormatBase.RecordReaderBase.html   |   460 +
 .../core/client/mapred/InputFormatBase.html        |  1014 ++
 .../core/client/mapred/RangeInputSplit.html        |   285 +
 .../mapred/class-use/AccumuloFileOutputFormat.html |   117 +
 .../mapred/class-use/AccumuloInputFormat.html      |   117 +
 .../AccumuloOutputFormat.AccumuloRecordWriter.html |   117 +
 .../mapred/class-use/AccumuloOutputFormat.html     |   117 +
 .../mapred/class-use/AccumuloRowInputFormat.html   |   117 +
 .../class-use/InputFormatBase.RangeInputSplit.html |   157 +
 .../InputFormatBase.RecordReaderBase.html          |   117 +
 .../client/mapred/class-use/InputFormatBase.html   |   165 +
 .../client/mapred/class-use/RangeInputSplit.html   |   174 +
 .../accumulo/core/client/mapred/package-frame.html |    28 +
 .../core/client/mapred/package-summary.html        |   187 +
 .../accumulo/core/client/mapred/package-tree.html  |   156 +
 .../accumulo/core/client/mapred/package-use.html   |   164 +
 .../client/mapreduce/AccumuloFileOutputFormat.html |   583 +
 .../core/client/mapreduce/AccumuloInputFormat.html |   328 +
 .../AccumuloOutputFormat.AccumuloRecordWriter.html |   328 +
 .../client/mapreduce/AccumuloOutputFormat.html     |  1120 ++
 .../client/mapreduce/AccumuloRowInputFormat.html   |   328 +
 .../mapreduce/InputFormatBase.RangeInputSplit.html |   304 +
 .../InputFormatBase.RecordReaderBase.html          |   535 +
 .../core/client/mapreduce/InputFormatBase.html     |  1607 +++
 .../core/client/mapreduce/RangeInputSplit.html     |   790 ++
 .../class-use/AccumuloFileOutputFormat.html        |   117 +
 .../mapreduce/class-use/AccumuloInputFormat.html   |   117 +
 .../AccumuloOutputFormat.AccumuloRecordWriter.html |   117 +
 .../mapreduce/class-use/AccumuloOutputFormat.html  |   117 +
 .../class-use/AccumuloRowInputFormat.html          |   117 +
 .../class-use/InputFormatBase.RangeInputSplit.html |   157 +
 .../InputFormatBase.RecordReaderBase.html          |   117 +
 .../mapreduce/class-use/InputFormatBase.html       |   165 +
 .../mapreduce/class-use/RangeInputSplit.html       |   198 +
 .../lib/partition/KeyRangePartitioner.html         |   347 +
 .../mapreduce/lib/partition/RangePartitioner.html  |   347 +
 .../partition/class-use/KeyRangePartitioner.html   |   117 +
 .../lib/partition/class-use/RangePartitioner.html  |   117 +
 .../mapreduce/lib/partition/package-frame.html     |    21 +
 .../mapreduce/lib/partition/package-summary.html   |   143 +
 .../mapreduce/lib/partition/package-tree.html      |   135 +
 .../mapreduce/lib/partition/package-use.html       |   117 +
 .../lib/util/ConfiguratorBase.ConnectorInfo.html   |   352 +
 .../lib/util/ConfiguratorBase.GeneralOpts.html     |   316 +
 .../lib/util/ConfiguratorBase.InstanceOpts.html    |   340 +
 .../mapreduce/lib/util/ConfiguratorBase.html       |   538 +
 .../lib/util/FileOutputConfigurator.Opts.html      |   316 +
 .../mapreduce/lib/util/FileOutputConfigurator.html |   446 +
 .../lib/util/InputConfigurator.Features.html       |   352 +
 .../lib/util/InputConfigurator.ScanOpts.html       |   364 +
 .../mapreduce/lib/util/InputConfigurator.html      |   801 ++
 .../lib/util/OutputConfigurator.Features.html      |   328 +
 .../lib/util/OutputConfigurator.WriteOpts.html     |   328 +
 .../mapreduce/lib/util/OutputConfigurator.html     |   477 +
 .../class-use/ConfiguratorBase.ConnectorInfo.html  |   168 +
 .../class-use/ConfiguratorBase.GeneralOpts.html    |   168 +
 .../class-use/ConfiguratorBase.InstanceOpts.html   |   168 +
 .../lib/util/class-use/ConfiguratorBase.html       |   167 +
 .../class-use/FileOutputConfigurator.Opts.html     |   168 +
 .../lib/util/class-use/FileOutputConfigurator.html |   117 +
 .../util/class-use/InputConfigurator.Features.html |   168 +
 .../util/class-use/InputConfigurator.ScanOpts.html |   168 +
 .../lib/util/class-use/InputConfigurator.html      |   117 +
 .../class-use/OutputConfigurator.Features.html     |   168 +
 .../class-use/OutputConfigurator.WriteOpts.html    |   168 +
 .../lib/util/class-use/OutputConfigurator.html     |   117 +
 .../client/mapreduce/lib/util/package-frame.html   |    34 +
 .../client/mapreduce/lib/util/package-summary.html |   228 +
 .../client/mapreduce/lib/util/package-tree.html    |   155 +
 .../client/mapreduce/lib/util/package-use.html     |   192 +
 .../core/client/mapreduce/package-frame.html       |    28 +
 .../core/client/mapreduce/package-summary.html     |   187 +
 .../core/client/mapreduce/package-tree.html        |   168 +
 .../core/client/mapreduce/package-use.html         |   185 +
 .../accumulo/core/client/mock/IteratorAdapter.html |   301 +
 .../accumulo/core/client/mock/MockAccumulo.html    |   318 +
 .../core/client/mock/MockBatchDeleter.html         |   368 +
 .../core/client/mock/MockBatchScanner.html         |   390 +
 .../accumulo/core/client/mock/MockBatchWriter.html |   310 +
 .../accumulo/core/client/mock/MockConnector.html   |   561 +
 .../accumulo/core/client/mock/MockInstance.html    |   602 +
 .../core/client/mock/MockInstanceOperations.html   |   479 +
 .../client/mock/MockMultiTableBatchWriter.html     |   346 +
 .../accumulo/core/client/mock/MockScanner.html     |   469 +
 .../accumulo/core/client/mock/MockScannerBase.html |   339 +
 .../core/client/mock/MockSecurityOperations.html   |   733 ++
 .../accumulo/core/client/mock/MockShell.html       |   449 +
 .../accumulo/core/client/mock/MockTable.html       |   291 +
 .../core/client/mock/MockTableOperations.html      |  1155 ++
 .../core/client/mock/MockTabletLocator.html        |   433 +
 .../apache/accumulo/core/client/mock/MockUser.html |   190 +
 .../client/mock/class-use/IteratorAdapter.html     |   117 +
 .../core/client/mock/class-use/MockAccumulo.html   |   165 +
 .../client/mock/class-use/MockBatchDeleter.html    |   117 +
 .../client/mock/class-use/MockBatchScanner.html    |   159 +
 .../client/mock/class-use/MockBatchWriter.html     |   117 +
 .../core/client/mock/class-use/MockConnector.html  |   117 +
 .../core/client/mock/class-use/MockInstance.html   |   117 +
 .../mock/class-use/MockInstanceOperations.html     |   117 +
 .../mock/class-use/MockMultiTableBatchWriter.html  |   117 +
 .../core/client/mock/class-use/MockScanner.html    |   117 +
 .../client/mock/class-use/MockScannerBase.html     |   167 +
 .../mock/class-use/MockSecurityOperations.html     |   117 +
 .../core/client/mock/class-use/MockShell.html      |   117 +
 .../core/client/mock/class-use/MockTable.html      |   169 +
 .../client/mock/class-use/MockTableOperations.html |   117 +
 .../client/mock/class-use/MockTabletLocator.html   |   117 +
 .../core/client/mock/class-use/MockUser.html       |   117 +
 .../accumulo/core/client/mock/package-frame.html   |    36 +
 .../accumulo/core/client/mock/package-summary.html |   205 +
 .../accumulo/core/client/mock/package-tree.html    |   176 +
 .../accumulo/core/client/mock/package-use.html     |   159 +
 .../apache/accumulo/core/client/package-frame.html |    52 +
 .../accumulo/core/client/package-summary.html      |   305 +
 .../apache/accumulo/core/client/package-tree.html  |   190 +
 .../apache/accumulo/core/client/package-use.html   |   534 +
 .../core/client/security/SecurityErrorCode.html    |   513 +
 .../security/class-use/SecurityErrorCode.html      |   216 +
 .../core/client/security/package-frame.html        |    20 +
 .../core/client/security/package-summary.html      |   135 +
 .../core/client/security/package-tree.html         |   134 +
 .../accumulo/core/client/security/package-use.html |   169 +
 .../tokens/AuthenticationToken.Properties.html     |   546 +
 .../tokens/AuthenticationToken.TokenProperty.html  |   365 +
 .../security/tokens/AuthenticationToken.html       |   282 +
 .../core/client/security/tokens/NullToken.html     |   428 +
 .../core/client/security/tokens/PasswordToken.html |   494 +
 .../class-use/AuthenticationToken.Properties.html  |   165 +
 .../AuthenticationToken.TokenProperty.html         |   178 +
 .../tokens/class-use/AuthenticationToken.html      |   445 +
 .../security/tokens/class-use/NullToken.html       |   157 +
 .../security/tokens/class-use/PasswordToken.html   |   227 +
 .../core/client/security/tokens/package-frame.html |    27 +
 .../client/security/tokens/package-summary.html    |   162 +
 .../core/client/security/tokens/package-tree.html  |   151 +
 .../core/client/security/tokens/package-use.html   |   303 +
 .../accumulo/core/data/ArrayByteSequence.html      |   491 +
 .../apache/accumulo/core/data/ByteSequence.html    |   413 +
 .../org/apache/accumulo/core/data/Column.html      |   511 +
 .../apache/accumulo/core/data/ColumnUpdate.html    |   422 +
 .../apache/accumulo/core/data/ComparableBytes.html |   331 +
 .../core/data/ConstraintViolationSummary.html      |   420 +
 .../apidocs/org/apache/accumulo/core/data/Key.html |  1466 +++
 .../org/apache/accumulo/core/data/KeyExtent.html   |   855 ++
 .../org/apache/accumulo/core/data/KeyValue.html    |   290 +
 .../core/data/Mutation.SERIALIZED_FORMAT.html      |   325 +
 .../org/apache/accumulo/core/data/Mutation.html    |  1113 ++
 .../org/apache/accumulo/core/data/PartialKey.html  |   395 +
 .../org/apache/accumulo/core/data/Range.html       |  1243 ++
 .../accumulo/core/data/Value.Comparator.html       |   305 +
 .../org/apache/accumulo/core/data/Value.html       |   604 +
 .../core/data/class-use/ArrayByteSequence.html     |   117 +
 .../accumulo/core/data/class-use/ByteSequence.html |   307 +
 .../accumulo/core/data/class-use/Column.html       |   190 +
 .../accumulo/core/data/class-use/ColumnUpdate.html |   176 +
 .../core/data/class-use/ComparableBytes.html       |   117 +
 .../data/class-use/ConstraintViolationSummary.html |   172 +
 .../apache/accumulo/core/data/class-use/Key.html   |   624 +
 .../accumulo/core/data/class-use/KeyExtent.html    |   401 +
 .../accumulo/core/data/class-use/KeyValue.html     |   159 +
 .../data/class-use/Mutation.SERIALIZED_FORMAT.html |   170 +
 .../accumulo/core/data/class-use/Mutation.html     |   382 +
 .../accumulo/core/data/class-use/PartialKey.html   |   199 +
 .../apache/accumulo/core/data/class-use/Range.html |   821 ++
 .../core/data/class-use/Value.Comparator.html      |   117 +
 .../apache/accumulo/core/data/class-use/Value.html |   544 +
 .../apache/accumulo/core/data/package-frame.html   |    37 +
 .../apache/accumulo/core/data/package-summary.html |   215 +
 .../apache/accumulo/core/data/package-tree.html    |   170 +
 .../org/apache/accumulo/core/data/package-use.html |   424 +
 .../apache/accumulo/core/security/AuditLevel.html  |   339 +
 .../accumulo/core/security/Authorizations.html     |   564 +
 .../core/security/ColumnVisibility.Node.html       |   377 +
 .../security/ColumnVisibility.NodeComparator.html  |   281 +
 .../core/security/ColumnVisibility.NodeType.html   |   349 +
 .../accumulo/core/security/ColumnVisibility.html   |   520 +
 .../accumulo/core/security/CredentialHelper.html   |   412 +
 .../apache/accumulo/core/security/Credentials.html |   264 +
 .../accumulo/core/security/SystemPermission.html   |   432 +
 .../accumulo/core/security/TablePermission.html    |   408 +
 .../core/security/VisibilityConstraint.html        |   312 +
 .../core/security/VisibilityEvaluator.html         |   292 +
 .../core/security/VisibilityInterpreter.html       |   282 +
 .../security/VisibilityInterpreterFactory.html     |   286 +
 .../core/security/VisibilityParseException.html    |   300 +
 .../core/security/class-use/AuditLevel.html        |   117 +
 .../core/security/class-use/Authorizations.html    |   610 +
 .../security/class-use/ColumnVisibility.Node.html  |   201 +
 .../class-use/ColumnVisibility.NodeComparator.html |   117 +
 .../class-use/ColumnVisibility.NodeType.html       |   181 +
 .../core/security/class-use/ColumnVisibility.html  |   339 +
 .../core/security/class-use/CredentialHelper.html  |   117 +
 .../core/security/class-use/Credentials.html       |   117 +
 .../core/security/class-use/SystemPermission.html  |   257 +
 .../core/security/class-use/TablePermission.html   |   266 +
 .../security/class-use/VisibilityConstraint.html   |   117 +
 .../security/class-use/VisibilityEvaluator.html    |   117 +
 .../security/class-use/VisibilityInterpreter.html  |   188 +
 .../class-use/VisibilityInterpreterFactory.html    |   117 +
 .../class-use/VisibilityParseException.html        |   157 +
 .../accumulo/core/security/package-frame.html      |    43 +
 .../accumulo/core/security/package-summary.html    |   228 +
 .../accumulo/core/security/package-tree.html       |   182 +
 .../apache/accumulo/core/security/package-use.html |   322 +
 .../accumulo/minicluster/MiniAccumuloCluster.html  |   370 +
 .../accumulo/minicluster/MiniAccumuloConfig.html   |   338 +
 .../minicluster/class-use/MiniAccumuloCluster.html |   117 +
 .../minicluster/class-use/MiniAccumuloConfig.html  |   176 +
 .../apache/accumulo/minicluster/package-frame.html |    21 +
 .../accumulo/minicluster/package-summary.html      |   143 +
 .../apache/accumulo/minicluster/package-tree.html  |   131 +
 .../apache/accumulo/minicluster/package-use.html   |   152 +
 output/1.5/apidocs/overview-frame.html             |    32 +
 output/1.5/apidocs/overview-summary.html           |   177 +
 output/1.5/apidocs/overview-tree.html              |   433 +
 output/1.5/apidocs/package-list                    |    12 +
 output/1.5/apidocs/resources/background.gif        |   Bin 0 -> 2313 bytes
 output/1.5/apidocs/resources/tab.gif               |   Bin 0 -> 291 bytes
 output/1.5/apidocs/resources/titlebar.gif          |   Bin 0 -> 10701 bytes
 output/1.5/apidocs/resources/titlebar_end.gif      |   Bin 0 -> 849 bytes
 output/1.5/apidocs/serialized-form.html            |   410 +
 output/1.5/apidocs/stylesheet.css                  |   474 +
 output/1.5/examples/batch.html                     |   206 +
 output/1.5/examples/bloom.html                     |   379 +
 output/1.5/examples/bulkIngest.html                |   181 +
 output/1.5/examples/classpath.html                 |   219 +
 output/1.5/examples/client.html                    |   231 +
 output/1.5/examples/combiner.html                  |   220 +
 output/1.5/examples/constraints.html               |   204 +
 output/1.5/examples/dirlist.html                   |   281 +
 output/1.5/examples/export.html                    |   240 +
 output/1.5/examples/filedata.html                  |   210 +
 output/1.5/examples/filter.html                    |   261 +
 output/1.5/examples/helloworld.html                |   202 +
 output/1.5/examples/index.html                     |   245 +
 output/1.5/examples/isolation.html                 |   197 +
 output/1.5/examples/mapred.html                    |   248 +
 output/1.5/examples/maxmutation.html               |   194 +
 output/1.5/examples/regex.html                     |   207 +
 output/1.5/examples/rowhash.html                   |   209 +
 output/1.5/examples/shard.html                     |   221 +
 output/1.5/examples/tabletofile.html               |   209 +
 output/1.5/examples/terasort.html                  |   199 +
 output/1.5/examples/visibility.html                |   286 +
 output/1.5/images/accumulo-logo.png                |   Bin 0 -> 11427 bytes
 output/1.5/images/data_distribution.png            |   Bin 0 -> 86937 bytes
 output/1.5/images/failure_handling.png             |   Bin 0 -> 48905 bytes
 output/1.6/accumulo_user_manual.html               |  7868 ++++++++++++
 output/1.6/apidocs/allclasses-frame.html           |   189 +
 output/1.6/apidocs/allclasses-noframe.html         |   189 +
 output/1.6/apidocs/constant-values.html            |   218 +
 output/1.6/apidocs/deprecated-list.html            |   865 ++
 output/1.6/apidocs/help-doc.html                   |   231 +
 output/1.6/apidocs/index-all.html                  |  5515 +++++++++
 output/1.6/apidocs/index.html                      |    75 +
 .../accumulo/core/client/AccumuloException.html    |   308 +
 .../core/client/AccumuloSecurityException.html     |   494 +
 .../apache/accumulo/core/client/BatchDeleter.html  |   297 +
 .../apache/accumulo/core/client/BatchScanner.html  |   324 +
 .../apache/accumulo/core/client/BatchWriter.html   |   311 +
 .../accumulo/core/client/BatchWriterConfig.html    |   541 +
 .../client/ClientConfiguration.ClientProperty.html |   569 +
 .../accumulo/core/client/ClientConfiguration.html  |   703 ++
 ...lientSideIteratorScanner.ScannerTranslator.html |   515 +
 .../core/client/ClientSideIteratorScanner.html     |   618 +
 .../core/client/ConditionalWriter.Result.html      |   344 +
 .../core/client/ConditionalWriter.Status.html      |   399 +
 .../accumulo/core/client/ConditionalWriter.html    |   297 +
 .../core/client/ConditionalWriterConfig.html       |   388 +
 .../org/apache/accumulo/core/client/Connector.html |   688 ++
 .../org/apache/accumulo/core/client/Instance.html  |   520 +
 .../client/IsolatedScanner.MemoryRowBuffer.html    |   310 +
 .../IsolatedScanner.MemoryRowBufferFactory.html    |   277 +
 .../accumulo/core/client/IsolatedScanner.html      |   605 +
 .../core/client/IteratorSetting.Column.html        |   343 +
 .../accumulo/core/client/IteratorSetting.html      |   796 ++
 .../core/client/MultiTableBatchWriter.html         |   307 +
 .../core/client/MutationsRejectedException.html    |   434 +
 .../core/client/NamespaceExistsException.html      |   316 +
 .../core/client/NamespaceNotEmptyException.html    |   354 +
 .../core/client/NamespaceNotFoundException.html    |   354 +
 .../apache/accumulo/core/client/RowIterator.html   |   374 +
 .../org/apache/accumulo/core/client/Scanner.html   |   442 +
 .../apache/accumulo/core/client/ScannerBase.html   |   493 +
 .../core/client/TableDeletedException.html         |   306 +
 .../accumulo/core/client/TableExistsException.html |   316 +
 .../core/client/TableNotFoundException.html        |   373 +
 .../core/client/TableOfflineException.html         |   271 +
 .../accumulo/core/client/TimedOutException.html    |   317 +
 .../accumulo/core/client/ZooKeeperInstance.html    |   733 ++
 .../admin/ActiveCompaction.CompactionReason.html   |   398 +
 .../admin/ActiveCompaction.CompactionType.html     |   383 +
 .../core/client/admin/ActiveCompaction.html        |   477 +
 .../accumulo/core/client/admin/ActiveScan.html     |   495 +
 .../accumulo/core/client/admin/DiskUsage.html      |   388 +
 .../apache/accumulo/core/client/admin/FindMax.html |   286 +
 .../core/client/admin/InstanceOperations.html      |   443 +
 .../core/client/admin/InstanceOperationsImpl.html  |   270 +
 .../core/client/admin/NamespaceOperations.html     |   878 ++
 .../accumulo/core/client/admin/ScanState.html      |   355 +
 .../accumulo/core/client/admin/ScanType.html       |   343 +
 .../core/client/admin/SecurityOperations.html      |   853 ++
 .../core/client/admin/SecurityOperationsImpl.html  |   281 +
 .../core/client/admin/TableOperations.html         |  1688 +++
 .../core/client/admin/TableOperationsHelper.html   |   269 +
 .../core/client/admin/TableOperationsImpl.html     |   318 +
 .../accumulo/core/client/admin/TimeType.html       |   352 +
 .../ActiveCompaction.CompactionReason.html         |   179 +
 .../class-use/ActiveCompaction.CompactionType.html |   179 +
 .../client/admin/class-use/ActiveCompaction.html   |   168 +
 .../core/client/admin/class-use/ActiveScan.html    |   168 +
 .../core/client/admin/class-use/DiskUsage.html     |   168 +
 .../core/client/admin/class-use/FindMax.html       |   126 +
 .../client/admin/class-use/InstanceOperations.html |   231 +
 .../admin/class-use/InstanceOperationsImpl.html    |   126 +
 .../admin/class-use/NamespaceOperations.html       |   190 +
 .../core/client/admin/class-use/ScanState.html     |   179 +
 .../core/client/admin/class-use/ScanType.html      |   179 +
 .../client/admin/class-use/SecurityOperations.html |   229 +
 .../admin/class-use/SecurityOperationsImpl.html    |   126 +
 .../client/admin/class-use/TableOperations.html    |   233 +
 .../admin/class-use/TableOperationsHelper.html     |   126 +
 .../admin/class-use/TableOperationsImpl.html       |   126 +
 .../core/client/admin/class-use/TimeType.html      |   215 +
 .../accumulo/core/client/admin/package-frame.html  |    43 +
 .../core/client/admin/package-summary.html         |   250 +
 .../accumulo/core/client/admin/package-tree.html   |   185 +
 .../accumulo/core/client/admin/package-use.html    |   290 +
 .../core/client/class-use/AccumuloException.html   |  1068 ++
 .../class-use/AccumuloSecurityException.html       |  1113 ++
 .../core/client/class-use/BatchDeleter.html        |   233 +
 .../core/client/class-use/BatchScanner.html        |   218 +
 .../core/client/class-use/BatchWriter.html         |   235 +
 .../core/client/class-use/BatchWriterConfig.html   |   378 +
 .../ClientConfiguration.ClientProperty.html        |   208 +
 .../core/client/class-use/ClientConfiguration.html |   332 +
 ...lientSideIteratorScanner.ScannerTranslator.html |   126 +
 .../class-use/ClientSideIteratorScanner.html       |   126 +
 .../client/class-use/ConditionalWriter.Result.html |   183 +
 .../client/class-use/ConditionalWriter.Status.html |   194 +
 .../core/client/class-use/ConditionalWriter.html   |   192 +
 .../client/class-use/ConditionalWriterConfig.html  |   220 +
 .../accumulo/core/client/class-use/Connector.html  |   304 +
 .../accumulo/core/client/class-use/Instance.html   |   425 +
 .../class-use/IsolatedScanner.MemoryRowBuffer.html |   126 +
 .../IsolatedScanner.MemoryRowBufferFactory.html    |   126 +
 .../core/client/class-use/IsolatedScanner.html     |   126 +
 .../client/class-use/IteratorSetting.Column.html   |   126 +
 .../core/client/class-use/IteratorSetting.html     |   500 +
 .../client/class-use/MultiTableBatchWriter.html    |   221 +
 .../class-use/MutationsRejectedException.html      |   250 +
 .../client/class-use/NamespaceExistsException.html |   175 +
 .../class-use/NamespaceNotEmptyException.html      |   168 +
 .../class-use/NamespaceNotFoundException.html      |   291 +
 .../core/client/class-use/RowIterator.html         |   126 +
 .../accumulo/core/client/class-use/Scanner.html    |   404 +
 .../core/client/class-use/ScannerBase.html         |   261 +
 .../client/class-use/TableDeletedException.html    |   126 +
 .../client/class-use/TableExistsException.html     |   203 +
 .../client/class-use/TableNotFoundException.html   |   724 ++
 .../client/class-use/TableOfflineException.html    |   126 +
 .../core/client/class-use/TimedOutException.html   |   126 +
 .../core/client/class-use/ZooKeeperInstance.html   |   166 +
 .../core/client/lexicoder/BigIntegerLexicoder.html |   307 +
 .../core/client/lexicoder/BytesLexicoder.html      |   305 +
 .../core/client/lexicoder/DateLexicoder.html       |   304 +
 .../core/client/lexicoder/DoubleLexicoder.html     |   304 +
 .../accumulo/core/client/lexicoder/Encoder.html    |   208 +
 .../core/client/lexicoder/IntegerLexicoder.html    |   305 +
 .../accumulo/core/client/lexicoder/Lexicoder.html  |   205 +
 .../core/client/lexicoder/ListLexicoder.html       |   306 +
 .../core/client/lexicoder/LongLexicoder.html       |   313 +
 .../core/client/lexicoder/PairLexicoder.html       |   325 +
 .../core/client/lexicoder/ReverseLexicoder.html    |   312 +
 .../core/client/lexicoder/StringLexicoder.html     |   305 +
 .../core/client/lexicoder/TextLexicoder.html       |   305 +
 .../core/client/lexicoder/UIntegerLexicoder.html   |   305 +
 .../core/client/lexicoder/ULongLexicoder.html      |   309 +
 .../core/client/lexicoder/UUIDLexicoder.html       |   310 +
 .../lexicoder/class-use/BigIntegerLexicoder.html   |   126 +
 .../client/lexicoder/class-use/BytesLexicoder.html |   126 +
 .../client/lexicoder/class-use/DateLexicoder.html  |   126 +
 .../lexicoder/class-use/DoubleLexicoder.html       |   126 +
 .../core/client/lexicoder/class-use/Encoder.html   |   261 +
 .../lexicoder/class-use/IntegerLexicoder.html      |   126 +
 .../core/client/lexicoder/class-use/Lexicoder.html |   268 +
 .../client/lexicoder/class-use/ListLexicoder.html  |   126 +
 .../client/lexicoder/class-use/LongLexicoder.html  |   126 +
 .../client/lexicoder/class-use/PairLexicoder.html  |   126 +
 .../lexicoder/class-use/ReverseLexicoder.html      |   126 +
 .../lexicoder/class-use/StringLexicoder.html       |   126 +
 .../client/lexicoder/class-use/TextLexicoder.html  |   126 +
 .../lexicoder/class-use/UIntegerLexicoder.html     |   126 +
 .../client/lexicoder/class-use/ULongLexicoder.html |   168 +
 .../client/lexicoder/class-use/UUIDLexicoder.html  |   126 +
 .../core/client/lexicoder/package-frame.html       |    39 +
 .../core/client/lexicoder/package-summary.html     |   247 +
 .../core/client/lexicoder/package-tree.html        |   167 +
 .../core/client/lexicoder/package-use.html         |   171 +
 .../AbstractInputFormat.AbstractRecordReader.html  |   475 +
 .../core/client/mapred/AbstractInputFormat.html    |   889 ++
 .../client/mapred/AccumuloFileOutputFormat.html    |   519 +
 .../core/client/mapred/AccumuloInputFormat.html    |   360 +
 .../mapred/AccumuloMultiTableInputFormat.html      |   367 +
 .../AccumuloOutputFormat.AccumuloRecordWriter.html |   347 +
 .../core/client/mapred/AccumuloOutputFormat.html   |   950 ++
 .../core/client/mapred/AccumuloRowInputFormat.html |   360 +
 .../mapred/InputFormatBase.RangeInputSplit.html    |   359 +
 .../mapred/InputFormatBase.RecordReaderBase.html   |   383 +
 .../core/client/mapred/InputFormatBase.html        |   823 ++
 .../core/client/mapred/RangeInputSplit.html        |   319 +
 .../AbstractInputFormat.AbstractRecordReader.html  |   166 +
 .../mapred/class-use/AbstractInputFormat.html      |   186 +
 .../mapred/class-use/AccumuloFileOutputFormat.html |   126 +
 .../mapred/class-use/AccumuloInputFormat.html      |   126 +
 .../class-use/AccumuloMultiTableInputFormat.html   |   126 +
 .../AccumuloOutputFormat.AccumuloRecordWriter.html |   126 +
 .../mapred/class-use/AccumuloOutputFormat.html     |   126 +
 .../mapred/class-use/AccumuloRowInputFormat.html   |   126 +
 .../class-use/InputFormatBase.RangeInputSplit.html |   166 +
 .../InputFormatBase.RecordReaderBase.html          |   126 +
 .../client/mapred/class-use/InputFormatBase.html   |   174 +
 .../client/mapred/class-use/RangeInputSplit.html   |   219 +
 .../accumulo/core/client/mapred/package-frame.html |    32 +
 .../core/client/mapred/package-summary.html        |   212 +
 .../accumulo/core/client/mapred/package-tree.html  |   174 +
 .../accumulo/core/client/mapred/package-use.html   |   184 +
 .../AbstractInputFormat.AbstractRecordReader.html  |   546 +
 .../core/client/mapreduce/AbstractInputFormat.html |   890 ++
 .../client/mapreduce/AccumuloFileOutputFormat.html |   519 +
 .../core/client/mapreduce/AccumuloInputFormat.html |   362 +
 .../mapreduce/AccumuloMultiTableInputFormat.html   |   369 +
 .../AccumuloOutputFormat.AccumuloRecordWriter.html |   349 +
 .../client/mapreduce/AccumuloOutputFormat.html     |   959 ++
 .../client/mapreduce/AccumuloRowInputFormat.html   |   363 +
 .../mapreduce/InputFormatBase.RangeInputSplit.html |   340 +
 .../InputFormatBase.RecordReaderBase.html          |   386 +
 .../core/client/mapreduce/InputFormatBase.html     |   824 ++
 .../core/client/mapreduce/InputTableConfig.html    |   708 ++
 .../core/client/mapreduce/RangeInputSplit.html     |   922 ++
 .../AbstractInputFormat.AbstractRecordReader.html  |   166 +
 .../mapreduce/class-use/AbstractInputFormat.html   |   186 +
 .../class-use/AccumuloFileOutputFormat.html        |   126 +
 .../mapreduce/class-use/AccumuloInputFormat.html   |   126 +
 .../class-use/AccumuloMultiTableInputFormat.html   |   126 +
 .../AccumuloOutputFormat.AccumuloRecordWriter.html |   126 +
 .../mapreduce/class-use/AccumuloOutputFormat.html  |   126 +
 .../class-use/AccumuloRowInputFormat.html          |   126 +
 .../class-use/InputFormatBase.RangeInputSplit.html |   166 +
 .../InputFormatBase.RecordReaderBase.html          |   126 +
 .../mapreduce/class-use/InputFormatBase.html       |   174 +
 .../mapreduce/class-use/InputTableConfig.html      |   299 +
 .../mapreduce/class-use/RangeInputSplit.html       |   253 +
 .../lib/partition/KeyRangePartitioner.html         |   362 +
 .../mapreduce/lib/partition/RangePartitioner.html  |   362 +
 .../partition/class-use/KeyRangePartitioner.html   |   126 +
 .../lib/partition/class-use/RangePartitioner.html  |   126 +
 .../mapreduce/lib/partition/package-frame.html     |    22 +
 .../mapreduce/lib/partition/package-summary.html   |   152 +
 .../mapreduce/lib/partition/package-tree.html      |   144 +
 .../mapreduce/lib/partition/package-use.html       |   126 +
 .../lib/util/ConfiguratorBase.ConnectorInfo.html   |   396 +
 .../lib/util/ConfiguratorBase.GeneralOpts.html     |   351 +
 .../lib/util/ConfiguratorBase.InstanceOpts.html    |   381 +
 .../mapreduce/lib/util/ConfiguratorBase.html       |   694 ++
 .../lib/util/FileOutputConfigurator.Opts.html      |   351 +
 .../mapreduce/lib/util/FileOutputConfigurator.html |   535 +
 .../lib/util/InputConfigurator.Features.html       |   396 +
 .../lib/util/InputConfigurator.ScanOpts.html       |   411 +
 .../mapreduce/lib/util/InputConfigurator.html      |  1049 ++
 .../lib/util/OutputConfigurator.Features.html      |   366 +
 .../lib/util/OutputConfigurator.WriteOpts.html     |   366 +
 .../mapreduce/lib/util/OutputConfigurator.html     |   589 +
 .../class-use/ConfiguratorBase.ConnectorInfo.html  |   177 +
 .../class-use/ConfiguratorBase.GeneralOpts.html    |   177 +
 .../class-use/ConfiguratorBase.InstanceOpts.html   |   177 +
 .../lib/util/class-use/ConfiguratorBase.html       |   186 +
 .../class-use/FileOutputConfigurator.Opts.html     |   177 +
 .../lib/util/class-use/FileOutputConfigurator.html |   126 +
 .../util/class-use/InputConfigurator.Features.html |   177 +
 .../util/class-use/InputConfigurator.ScanOpts.html |   177 +
 .../lib/util/class-use/InputConfigurator.html      |   126 +
 .../class-use/OutputConfigurator.Features.html     |   177 +
 .../class-use/OutputConfigurator.WriteOpts.html    |   177 +
 .../lib/util/class-use/OutputConfigurator.html     |   126 +
 .../client/mapreduce/lib/util/package-frame.html   |    35 +
 .../client/mapreduce/lib/util/package-summary.html |   230 +
 .../client/mapreduce/lib/util/package-tree.html    |   164 +
 .../client/mapreduce/lib/util/package-use.html     |   219 +
 .../core/client/mapreduce/package-frame.html       |    33 +
 .../core/client/mapreduce/package-summary.html     |   218 +
 .../core/client/mapreduce/package-tree.html        |   187 +
 .../core/client/mapreduce/package-use.html         |   215 +
 .../accumulo/core/client/mock/IteratorAdapter.html |   323 +
 .../accumulo/core/client/mock/MockAccumulo.html    |   348 +
 .../core/client/mock/MockBatchDeleter.html         |   391 +
 .../core/client/mock/MockBatchScanner.html         |   416 +
 .../accumulo/core/client/mock/MockBatchWriter.html |   331 +
 .../accumulo/core/client/mock/MockConnector.html   |   681 +
 .../accumulo/core/client/mock/MockInstance.html    |   627 +
 .../core/client/mock/MockInstanceOperations.html   |   521 +
 .../client/mock/MockMultiTableBatchWriter.html     |   368 +
 .../accumulo/core/client/mock/MockNamespace.html   |   273 +
 .../accumulo/core/client/mock/MockScanner.html     |   551 +
 .../accumulo/core/client/mock/MockScannerBase.html |   365 +
 .../core/client/mock/MockSecurityOperations.html   |   913 ++
 .../accumulo/core/client/mock/MockShell.html       |   598 +
 .../accumulo/core/client/mock/MockTable.html       |   358 +
 .../core/client/mock/MockTableOperations.html      |  1423 +++
 .../core/client/mock/MockTabletLocator.html        |   397 +
 .../apache/accumulo/core/client/mock/MockUser.html |   199 +
 .../client/mock/class-use/IteratorAdapter.html     |   126 +
 .../core/client/mock/class-use/MockAccumulo.html   |   189 +
 .../client/mock/class-use/MockBatchDeleter.html    |   126 +
 .../client/mock/class-use/MockBatchScanner.html    |   168 +
 .../client/mock/class-use/MockBatchWriter.html     |   126 +
 .../core/client/mock/class-use/MockConnector.html  |   126 +
 .../core/client/mock/class-use/MockInstance.html   |   126 +
 .../mock/class-use/MockInstanceOperations.html     |   126 +
 .../mock/class-use/MockMultiTableBatchWriter.html  |   126 +
 .../core/client/mock/class-use/MockNamespace.html  |   179 +
 .../core/client/mock/class-use/MockScanner.html    |   126 +
 .../client/mock/class-use/MockScannerBase.html     |   176 +
 .../mock/class-use/MockSecurityOperations.html     |   126 +
 .../core/client/mock/class-use/MockShell.html      |   126 +
 .../core/client/mock/class-use/MockTable.html      |   178 +
 .../client/mock/class-use/MockTableOperations.html |   126 +
 .../client/mock/class-use/MockTabletLocator.html   |   126 +
 .../core/client/mock/class-use/MockUser.html       |   126 +
 .../accumulo/core/client/mock/package-frame.html   |    38 +
 .../accumulo/core/client/mock/package-summary.html |   226 +
 .../accumulo/core/client/mock/package-tree.html    |   190 +
 .../accumulo/core/client/mock/package-use.html     |   171 +
 .../apache/accumulo/core/client/package-frame.html |    63 +
 .../accumulo/core/client/package-summary.html      |   365 +
 .../apache/accumulo/core/client/package-tree.html  |   229 +
 .../apache/accumulo/core/client/package-use.html   |   648 +
 .../core/client/security/SecurityErrorCode.html    |   547 +
 .../security/class-use/SecurityErrorCode.html      |   237 +
 .../core/client/security/package-frame.html        |    21 +
 .../core/client/security/package-summary.html      |   144 +
 .../core/client/security/package-tree.html         |   143 +
 .../accumulo/core/client/security/package-use.html |   178 +
 ...icationToken.AuthenticationTokenSerializer.html |   349 +
 .../tokens/AuthenticationToken.Properties.html     |   562 +
 .../tokens/AuthenticationToken.TokenProperty.html  |   380 +
 .../security/tokens/AuthenticationToken.html       |   306 +
 .../security/tokens/CredentialProviderToken.html   |   445 +
 .../core/client/security/tokens/NullToken.html     |   448 +
 .../core/client/security/tokens/PasswordToken.html |   544 +
 ...icationToken.AuthenticationTokenSerializer.html |   126 +
 .../class-use/AuthenticationToken.Properties.html  |   178 +
 .../AuthenticationToken.TokenProperty.html         |   191 +
 .../tokens/class-use/AuthenticationToken.html      |   490 +
 .../tokens/class-use/CredentialProviderToken.html  |   166 +
 .../security/tokens/class-use/NullToken.html       |   166 +
 .../security/tokens/class-use/PasswordToken.html   |   213 +
 .../core/client/security/tokens/package-frame.html |    30 +
 .../client/security/tokens/package-summary.html    |   184 +
 .../core/client/security/tokens/package-tree.html  |   165 +
 .../core/client/security/tokens/package-use.html   |   312 +
 .../accumulo/core/data/ArrayByteSequence.html      |   521 +
 .../apache/accumulo/core/data/ByteSequence.html    |   428 +
 .../org/apache/accumulo/core/data/Column.html      |   528 +
 .../apache/accumulo/core/data/ColumnUpdate.html    |   418 +
 .../apache/accumulo/core/data/ComparableBytes.html |   346 +
 .../org/apache/accumulo/core/data/Condition.html   |   565 +
 .../accumulo/core/data/ConditionalMutation.html    |   430 +
 .../core/data/ConstraintViolationSummary.html      |   435 +
 .../apidocs/org/apache/accumulo/core/data/Key.html |  1552 +++
 .../org/apache/accumulo/core/data/KeyExtent.html   |   879 ++
 .../org/apache/accumulo/core/data/KeyValue.html    |   321 +
 .../core/data/Mutation.SERIALIZED_FORMAT.html      |   347 +
 .../org/apache/accumulo/core/data/Mutation.html    |  1167 ++
 .../org/apache/accumulo/core/data/PartialKey.html  |   417 +
 .../org/apache/accumulo/core/data/Range.html       |  1412 +++
 .../accumulo/core/data/Value.Comparator.html       |   320 +
 .../org/apache/accumulo/core/data/Value.html       |   672 +
 .../core/data/class-use/ArrayByteSequence.html     |   126 +
 .../accumulo/core/data/class-use/ByteSequence.html |   360 +
 .../accumulo/core/data/class-use/Column.html       |   199 +
 .../accumulo/core/data/class-use/ColumnUpdate.html |   185 +
 .../core/data/class-use/ComparableBytes.html       |   126 +
 .../accumulo/core/data/class-use/Condition.html    |   260 +
 .../core/data/class-use/ConditionalMutation.html   |   234 +
 .../data/class-use/ConstraintViolationSummary.html |   193 +
 .../apache/accumulo/core/data/class-use/Key.html   |   646 +
 .../accumulo/core/data/class-use/KeyExtent.html    |   411 +
 .../accumulo/core/data/class-use/KeyValue.html     |   168 +
 .../data/class-use/Mutation.SERIALIZED_FORMAT.html |   179 +
 .../accumulo/core/data/class-use/Mutation.html     |   412 +
 .../accumulo/core/data/class-use/PartialKey.html   |   208 +
 .../apache/accumulo/core/data/class-use/Range.html |   829 ++
 .../core/data/class-use/Value.Comparator.html      |   126 +
 .../apache/accumulo/core/data/class-use/Value.html |   551 +
 .../apache/accumulo/core/data/package-frame.html   |    40 +
 .../apache/accumulo/core/data/package-summary.html |   236 +
 .../apache/accumulo/core/data/package-tree.html    |   184 +
 .../org/apache/accumulo/core/data/package-use.html |   451 +
 .../core/security/AuthorizationContainer.html      |   237 +
 .../accumulo/core/security/Authorizations.html     |   695 ++
 .../core/security/ColumnVisibility.Node.html       |   398 +
 .../security/ColumnVisibility.NodeComparator.html  |   308 +
 .../core/security/ColumnVisibility.NodeType.html   |   372 +
 .../accumulo/core/security/ColumnVisibility.html   |   638 +
 .../apache/accumulo/core/security/Credentials.html |   459 +
 .../core/security/NamespacePermission.html         |   518 +
 .../accumulo/core/security/SystemPermission.html   |   516 +
 .../accumulo/core/security/TablePermission.html    |   456 +
 .../core/security/VisibilityConstraint.html        |   332 +
 .../core/security/VisibilityEvaluator.html         |   320 +
 .../core/security/VisibilityParseException.html    |   328 +
 .../security/class-use/AuthorizationContainer.html |   168 +
 .../core/security/class-use/Authorizations.html    |   536 +
 .../security/class-use/ColumnVisibility.Node.html  |   242 +
 .../class-use/ColumnVisibility.NodeComparator.html |   168 +
 .../class-use/ColumnVisibility.NodeType.html       |   191 +
 .../core/security/class-use/ColumnVisibility.html  |   341 +
 .../core/security/class-use/Credentials.html       |   203 +
 .../security/class-use/NamespacePermission.html    |   231 +
 .../core/security/class-use/SystemPermission.html  |   233 +
 .../core/security/class-use/TablePermission.html   |   236 +
 .../security/class-use/VisibilityConstraint.html   |   126 +
 .../security/class-use/VisibilityEvaluator.html    |   126 +
 .../class-use/VisibilityParseException.html        |   168 +
 .../accumulo/core/security/package-frame.html      |    42 +
 .../accumulo/core/security/package-summary.html    |   251 +
 .../accumulo/core/security/package-tree.html       |   177 +
 .../apache/accumulo/core/security/package-use.html |   378 +
 .../apache/accumulo/minicluster/MemoryUnit.html    |   410 +
 .../accumulo/minicluster/MiniAccumuloCluster.html  |   457 +
 .../accumulo/minicluster/MiniAccumuloConfig.html   |   658 +
 .../accumulo/minicluster/MiniAccumuloInstance.html |   303 +
 .../minicluster/MiniAccumuloRunner.Opts.html       |   270 +
 .../MiniAccumuloRunner.PropertiesConverter.html    |   286 +
 .../accumulo/minicluster/MiniAccumuloRunner.html   |   329 +
 .../apache/accumulo/minicluster/ServerType.html    |   384 +
 .../accumulo/minicluster/class-use/MemoryUnit.html |   203 +
 .../minicluster/class-use/MiniAccumuloCluster.html |   126 +
 .../minicluster/class-use/MiniAccumuloConfig.html  |   232 +
 .../class-use/MiniAccumuloInstance.html            |   126 +
 .../class-use/MiniAccumuloRunner.Opts.html         |   126 +
 .../MiniAccumuloRunner.PropertiesConverter.html    |   126 +
 .../minicluster/class-use/MiniAccumuloRunner.html  |   126 +
 .../accumulo/minicluster/class-use/ServerType.html |   209 +
 .../apache/accumulo/minicluster/package-frame.html |    31 +
 .../accumulo/minicluster/package-summary.html      |   189 +
 .../apache/accumulo/minicluster/package-tree.html  |   165 +
 .../apache/accumulo/minicluster/package-use.html   |   167 +
 output/1.6/apidocs/overview-frame.html             |    34 +
 output/1.6/apidocs/overview-summary.html           |   188 +
 output/1.6/apidocs/overview-tree.html              |   537 +
 output/1.6/apidocs/package-list                    |    13 +
 output/1.6/apidocs/script.js                       |    30 +
 output/1.6/apidocs/serialized-form.html            |   441 +
 output/1.6/apidocs/stylesheet.css                  |   574 +
 output/1.6/examples/batch.html                     |   206 +
 output/1.6/examples/bloom.html                     |   380 +
 output/1.6/examples/bulkIngest.html                |   181 +
 output/1.6/examples/classpath.html                 |   219 +
 output/1.6/examples/client.html                    |   231 +
 output/1.6/examples/combiner.html                  |   220 +
 output/1.6/examples/constraints.html               |   204 +
 output/1.6/examples/dirlist.html                   |   281 +
 output/1.6/examples/export.html                    |   241 +
 output/1.6/examples/filedata.html                  |   210 +
 output/1.6/examples/filter.html                    |   261 +
 output/1.6/examples/helloworld.html                |   202 +
 output/1.6/examples/index.html                     |   247 +
 output/1.6/examples/isolation.html                 |   197 +
 output/1.6/examples/mapred.html                    |   306 +
 output/1.6/examples/maxmutation.html               |   195 +
 output/1.6/examples/regex.html                     |   205 +
 output/1.6/examples/reservations.html              |   215 +
 output/1.6/examples/rowhash.html                   |   209 +
 output/1.6/examples/shard.html                     |   221 +
 output/1.6/examples/tabletofile.html               |   209 +
 output/1.6/examples/terasort.html                  |   199 +
 output/1.6/examples/visibility.html                |   286 +
 output/1.7/accumulo_user_manual.html               | 11602 ++++++++++++++++++
 output/1.7/apidocs/allclasses-frame.html           |   193 +
 output/1.7/apidocs/allclasses-noframe.html         |   193 +
 output/1.7/apidocs/constant-values.html            |   218 +
 output/1.7/apidocs/deprecated-list.html            |   914 ++
 output/1.7/apidocs/help-doc.html                   |   231 +
 output/1.7/apidocs/index-all.html                  |  6110 +++++++++
 output/1.7/apidocs/index.html                      |    76 +
 .../accumulo/core/client/AccumuloException.html    |   308 +
 .../core/client/AccumuloSecurityException.html     |   494 +
 .../apache/accumulo/core/client/BatchDeleter.html  |   298 +
 .../apache/accumulo/core/client/BatchScanner.html  |   326 +
 .../apache/accumulo/core/client/BatchWriter.html   |   311 +
 .../accumulo/core/client/BatchWriterConfig.html    |   583 +
 .../client/ClientConfiguration.ClientProperty.html |   665 +
 .../accumulo/core/client/ClientConfiguration.html  |   817 ++
 ...lientSideIteratorScanner.ScannerTranslator.html |   305 +
 .../core/client/ClientSideIteratorScanner.html     |   646 +
 .../core/client/ConditionalWriter.Result.html      |   344 +
 .../core/client/ConditionalWriter.Status.html      |   399 +
 .../accumulo/core/client/ConditionalWriter.html    |   297 +
 .../core/client/ConditionalWriterConfig.html       |   425 +
 .../org/apache/accumulo/core/client/Connector.html |   710 ++
 .../apache/accumulo/core/client/Durability.html    |   399 +
 .../org/apache/accumulo/core/client/Instance.html  |   520 +
 .../client/IsolatedScanner.MemoryRowBuffer.html    |   329 +
 .../IsolatedScanner.MemoryRowBufferFactory.html    |   286 +
 .../core/client/IsolatedScanner.RowBuffer.html     |   273 +
 .../client/IsolatedScanner.RowBufferFactory.html   |   231 +
 .../accumulo/core/client/IsolatedScanner.html      |   614 +
 .../core/client/IteratorSetting.Column.html        |   343 +
 .../accumulo/core/client/IteratorSetting.html      |   796 ++
 .../core/client/MultiTableBatchWriter.html         |   307 +
 .../core/client/MutationsRejectedException.html    |   494 +
 .../core/client/NamespaceExistsException.html      |   316 +
 .../core/client/NamespaceNotEmptyException.html    |   354 +
 .../core/client/NamespaceNotFoundException.html    |   354 +
 .../apache/accumulo/core/client/RowIterator.html   |   374 +
 .../org/apache/accumulo/core/client/Scanner.html   |   442 +
 .../apache/accumulo/core/client/ScannerBase.html   |   543 +
 .../core/client/TableDeletedException.html         |   306 +
 .../accumulo/core/client/TableExistsException.html |   316 +
 .../core/client/TableNotFoundException.html        |   373 +
 .../core/client/TableOfflineException.html         |   271 +
 .../accumulo/core/client/TimedOutException.html    |   317 +
 .../accumulo/core/client/ZooKeeperInstance.html    |   756 ++
 .../admin/ActiveCompaction.CompactionReason.html   |   398 +
 .../admin/ActiveCompaction.CompactionType.html     |   383 +
 .../core/client/admin/ActiveCompaction.html        |   502 +
 .../accumulo/core/client/admin/ActiveScan.html     |   520 +
 .../core/client/admin/CompactionConfig.html        |   482 +
 .../client/admin/CompactionStrategyConfig.html     |   358 +
 .../core/client/admin/DelegationTokenConfig.html   |   364 +
 .../accumulo/core/client/admin/DiskUsage.html      |   388 +
 .../apache/accumulo/core/client/admin/FindMax.html |   286 +
 .../core/client/admin/InstanceOperations.html      |   462 +
 .../core/client/admin/NamespaceOperations.html     |   878 ++
 .../core/client/admin/NewTableConfiguration.html   |   372 +
 .../core/client/admin/ReplicationOperations.html   |   360 +
 .../accumulo/core/client/admin/ScanState.html      |   355 +
 .../accumulo/core/client/admin/ScanType.html       |   343 +
 .../core/client/admin/SecurityOperations.html      |   874 ++
 .../core/client/admin/TableOperations.html         |  1765 +++
 .../accumulo/core/client/admin/TimeType.html       |   352 +
 .../ActiveCompaction.CompactionReason.html         |   179 +
 .../class-use/ActiveCompaction.CompactionType.html |   179 +
 .../client/admin/class-use/ActiveCompaction.html   |   168 +
 .../core/client/admin/class-use/ActiveScan.html    |   168 +
 .../client/admin/class-use/CompactionConfig.html   |   202 +
 .../admin/class-use/CompactionStrategyConfig.html  |   183 +
 .../admin/class-use/DelegationTokenConfig.html     |   184 +
 .../core/client/admin/class-use/DiskUsage.html     |   168 +
 .../core/client/admin/class-use/FindMax.html       |   126 +
 .../client/admin/class-use/InstanceOperations.html |   190 +
 .../admin/class-use/NamespaceOperations.html       |   190 +
 .../admin/class-use/NewTableConfiguration.html     |   194 +
 .../admin/class-use/ReplicationOperations.html     |   190 +
 .../core/client/admin/class-use/ScanState.html     |   179 +
 .../core/client/admin/class-use/ScanType.html      |   179 +
 .../client/admin/class-use/SecurityOperations.html |   190 +
 .../client/admin/class-use/TableOperations.html    |   190 +
 .../core/client/admin/class-use/TimeType.html      |   260 +
 .../accumulo/core/client/admin/package-frame.html  |    44 +
 .../core/client/admin/package-summary.html         |   256 +
 .../accumulo/core/client/admin/package-tree.html   |   170 +
 .../accumulo/core/client/admin/package-use.html    |   291 +
 .../core/client/class-use/AccumuloException.html   |  1102 ++
 .../class-use/AccumuloSecurityException.html       |  1141 ++
 .../core/client/class-use/BatchDeleter.html        |   233 +
 .../core/client/class-use/BatchScanner.html        |   218 +
 .../core/client/class-use/BatchWriter.html         |   235 +
 .../core/client/class-use/BatchWriterConfig.html   |   384 +
 .../ClientConfiguration.ClientProperty.html        |   214 +
 .../core/client/class-use/ClientConfiguration.html |   379 +
 ...lientSideIteratorScanner.ScannerTranslator.html |   126 +
 .../class-use/ClientSideIteratorScanner.html       |   126 +
 .../client/class-use/ConditionalWriter.Result.html |   183 +
 .../client/class-use/ConditionalWriter.Status.html |   194 +
 .../core/client/class-use/ConditionalWriter.html   |   192 +
 .../client/class-use/ConditionalWriterConfig.html  |   226 +
 .../accumulo/core/client/class-use/Connector.html  |   304 +
 .../accumulo/core/client/class-use/Durability.html |   204 +
 .../accumulo/core/client/class-use/Instance.html   |   374 +
 .../class-use/IsolatedScanner.MemoryRowBuffer.html |   126 +
 .../IsolatedScanner.MemoryRowBufferFactory.html    |   126 +
 .../class-use/IsolatedScanner.RowBuffer.html       |   183 +
 .../IsolatedScanner.RowBufferFactory.html          |   178 +
 .../core/client/class-use/IsolatedScanner.html     |   126 +
 .../client/class-use/IteratorSetting.Column.html   |   168 +
 .../core/client/class-use/IteratorSetting.html     |   536 +
 .../client/class-use/MultiTableBatchWriter.html    |   221 +
 .../class-use/MutationsRejectedException.html      |   250 +
 .../client/class-use/NamespaceExistsException.html |   175 +
 .../class-use/NamespaceNotEmptyException.html      |   168 +
 .../class-use/NamespaceNotFoundException.html      |   291 +
 .../core/client/class-use/RowIterator.html         |   126 +
 .../accumulo/core/client/class-use/Scanner.html    |   385 +
 .../core/client/class-use/ScannerBase.html         |   305 +
 .../client/class-use/TableDeletedException.html    |   126 +
 .../client/class-use/TableExistsException.html     |   216 +
 .../client/class-use/TableNotFoundException.html   |   726 ++
 .../client/class-use/TableOfflineException.html    |   126 +
 .../core/client/class-use/TimedOutException.html   |   126 +
 .../core/client/class-use/ZooKeeperInstance.html   |   166 +
 .../core/client/lexicoder/AbstractEncoder.html     |   349 +
 .../core/client/lexicoder/BigIntegerLexicoder.html |   351 +
 .../core/client/lexicoder/BytesLexicoder.html      |   350 +
 .../core/client/lexicoder/DateLexicoder.html       |   348 +
 .../core/client/lexicoder/DoubleLexicoder.html     |   348 +
 .../accumulo/core/client/lexicoder/Encoder.html    |   208 +
 .../core/client/lexicoder/IntegerLexicoder.html    |   349 +
 .../accumulo/core/client/lexicoder/Lexicoder.html  |   205 +
 .../core/client/lexicoder/ListLexicoder.html       |   350 +
 .../core/client/lexicoder/LongLexicoder.html       |   343 +
 .../core/client/lexicoder/PairLexicoder.html       |   369 +
 .../core/client/lexicoder/ReverseLexicoder.html    |   344 +
 .../core/client/lexicoder/StringLexicoder.html     |   349 +
 .../core/client/lexicoder/TextLexicoder.html       |   349 +
 .../core/client/lexicoder/UIntegerLexicoder.html   |   349 +
 .../core/client/lexicoder/ULongLexicoder.html      |   353 +
 .../core/client/lexicoder/UUIDLexicoder.html       |   354 +
 .../lexicoder/class-use/AbstractEncoder.html       |   268 +
 .../lexicoder/class-use/BigIntegerLexicoder.html   |   126 +
 .../client/lexicoder/class-use/BytesLexicoder.html |   126 +
 .../client/lexicoder/class-use/DateLexicoder.html  |   126 +
 .../lexicoder/class-use/DoubleLexicoder.html       |   126 +
 .../core/client/lexicoder/class-use/Encoder.html   |   290 +
 .../lexicoder/class-use/IntegerLexicoder.html      |   126 +
 .../core/client/lexicoder/class-use/Lexicoder.html |   290 +
 .../client/lexicoder/class-use/ListLexicoder.html  |   126 +
 .../client/lexicoder/class-use/LongLexicoder.html  |   126 +
 .../client/lexicoder/class-use/PairLexicoder.html  |   126 +
 .../lexicoder/class-use/ReverseLexicoder.html      |   126 +
 .../lexicoder/class-use/StringLexicoder.html       |   126 +
 .../client/lexicoder/class-use/TextLexicoder.html  |   126 +
 .../lexicoder/class-use/UIntegerLexicoder.html     |   126 +
 .../client/lexicoder/class-use/ULongLexicoder.html |   168 +
 .../client/lexicoder/class-use/UUIDLexicoder.html  |   126 +
 .../core/client/lexicoder/package-frame.html       |    40 +
 .../core/client/lexicoder/package-summary.html     |   254 +
 .../core/client/lexicoder/package-tree.html        |   175 +
 .../core/client/lexicoder/package-use.html         |   209 +
 .../AbstractInputFormat.AbstractRecordReader.html  |   519 +
 .../core/client/mapred/AbstractInputFormat.html    |   875 ++
 .../client/mapred/AccumuloFileOutputFormat.html    |   524 +
 .../core/client/mapred/AccumuloInputFormat.html    |   360 +
 .../mapred/AccumuloMultiTableInputFormat.html      |   367 +
 .../AccumuloOutputFormat.AccumuloRecordWriter.html |   347 +
 .../core/client/mapred/AccumuloOutputFormat.html   |   952 ++
 .../core/client/mapred/AccumuloRowInputFormat.html |   360 +
 .../mapred/InputFormatBase.RangeInputSplit.html    |   359 +
 .../mapred/InputFormatBase.RecordReaderBase.html   |   384 +
 .../core/client/mapred/InputFormatBase.html        |   888 ++
 .../core/client/mapred/RangeInputSplit.html        |   319 +
 .../AbstractInputFormat.AbstractRecordReader.html  |   166 +
 .../mapred/class-use/AbstractInputFormat.html      |   186 +
 .../mapred/class-use/AccumuloFileOutputFormat.html |   126 +
 .../mapred/class-use/AccumuloInputFormat.html      |   126 +
 .../class-use/AccumuloMultiTableInputFormat.html   |   126 +
 .../AccumuloOutputFormat.AccumuloRecordWriter.html |   126 +
 .../mapred/class-use/AccumuloOutputFormat.html     |   126 +
 .../mapred/class-use/AccumuloRowInputFormat.html   |   126 +
 .../class-use/InputFormatBase.RangeInputSplit.html |   166 +
 .../InputFormatBase.RecordReaderBase.html          |   126 +
 .../client/mapred/class-use/InputFormatBase.html   |   174 +
 .../client/mapred/class-use/RangeInputSplit.html   |   214 +
 .../accumulo/core/client/mapred/package-frame.html |    32 +
 .../core/client/mapred/package-summary.html        |   212 +
 .../accumulo/core/client/mapred/package-tree.html  |   174 +
 .../accumulo/core/client/mapred/package-use.html   |   184 +
 .../AbstractInputFormat.AbstractRecordReader.html  |   587 +
 .../core/client/mapreduce/AbstractInputFormat.html |   920 ++
 .../client/mapreduce/AccumuloFileOutputFormat.html |   524 +
 .../core/client/mapreduce/AccumuloInputFormat.html |   362 +
 .../mapreduce/AccumuloMultiTableInputFormat.html   |   369 +
 .../AccumuloOutputFormat.AccumuloRecordWriter.html |   349 +
 .../client/mapreduce/AccumuloOutputFormat.html     |   961 ++
 .../client/mapreduce/AccumuloRowInputFormat.html   |   363 +
 .../mapreduce/InputFormatBase.RangeInputSplit.html |   340 +
 .../InputFormatBase.RecordReaderBase.html          |   388 +
 .../core/client/mapreduce/InputFormatBase.html     |   889 ++
 .../core/client/mapreduce/InputTableConfig.html    |   698 ++
 .../core/client/mapreduce/RangeInputSplit.html     |   949 ++
 .../AbstractInputFormat.AbstractRecordReader.html  |   166 +
 .../mapreduce/class-use/AbstractInputFormat.html   |   186 +
 .../class-use/AccumuloFileOutputFormat.html        |   126 +
 .../mapreduce/class-use/AccumuloInputFormat.html   |   126 +
 .../class-use/AccumuloMultiTableInputFormat.html   |   126 +
 .../AccumuloOutputFormat.AccumuloRecordWriter.html |   126 +
 .../mapreduce/class-use/AccumuloOutputFormat.html  |   126 +
 .../class-use/AccumuloRowInputFormat.html          |   126 +
 .../class-use/InputFormatBase.RangeInputSplit.html |   166 +
 .../InputFormatBase.RecordReaderBase.html          |   126 +
 .../mapreduce/class-use/InputFormatBase.html       |   174 +
 .../mapreduce/class-use/InputTableConfig.html      |   299 +
 .../mapreduce/class-use/RangeInputSplit.html       |   248 +
 .../lib/partition/KeyRangePartitioner.html         |   362 +
 .../mapreduce/lib/partition/RangePartitioner.html  |   362 +
 .../partition/class-use/KeyRangePartitioner.html   |   126 +
 .../lib/partition/class-use/RangePartitioner.html  |   126 +
 .../mapreduce/lib/partition/package-frame.html     |    22 +
 .../mapreduce/lib/partition/package-summary.html   |   152 +
 .../mapreduce/lib/partition/package-tree.html      |   144 +
 .../mapreduce/lib/partition/package-use.html       |   126 +
 .../lib/util/ConfiguratorBase.ConnectorInfo.html   |   396 +
 .../lib/util/ConfiguratorBase.GeneralOpts.html     |   351 +
 .../lib/util/ConfiguratorBase.InstanceOpts.html    |   381 +
 .../mapreduce/lib/util/ConfiguratorBase.html       |   694 ++
 .../lib/util/FileOutputConfigurator.Opts.html      |   351 +
 .../mapreduce/lib/util/FileOutputConfigurator.html |   535 +
 .../lib/util/InputConfigurator.Features.html       |   396 +
 .../lib/util/InputConfigurator.ScanOpts.html       |   411 +
 .../mapreduce/lib/util/InputConfigurator.html      |  1049 ++
 .../lib/util/OutputConfigurator.Features.html      |   366 +
 .../lib/util/OutputConfigurator.WriteOpts.html     |   366 +
 .../mapreduce/lib/util/OutputConfigurator.html     |   589 +
 .../class-use/ConfiguratorBase.ConnectorInfo.html  |   177 +
 .../class-use/ConfiguratorBase.GeneralOpts.html    |   177 +
 .../class-use/ConfiguratorBase.InstanceOpts.html   |   177 +
 .../lib/util/class-use/ConfiguratorBase.html       |   186 +
 .../class-use/FileOutputConfigurator.Opts.html     |   177 +
 .../lib/util/class-use/FileOutputConfigurator.html |   126 +
 .../util/class-use/InputConfigurator.Features.html |   177 +
 .../util/class-use/InputConfigurator.ScanOpts.html |   177 +
 .../lib/util/class-use/InputConfigurator.html      |   126 +
 .../class-use/OutputConfigurator.Features.html     |   177 +
 .../class-use/OutputConfigurator.WriteOpts.html    |   177 +
 .../lib/util/class-use/OutputConfigurator.html     |   126 +
 .../client/mapreduce/lib/util/package-frame.html   |    35 +
 .../client/mapreduce/lib/util/package-summary.html |   230 +
 .../client/mapreduce/lib/util/package-tree.html    |   164 +
 .../client/mapreduce/lib/util/package-use.html     |   219 +
 .../core/client/mapreduce/package-frame.html       |    33 +
 .../core/client/mapreduce/package-summary.html     |   218 +
 .../core/client/mapreduce/package-tree.html        |   187 +
 .../core/client/mapreduce/package-use.html         |   215 +
 .../accumulo/core/client/mock/IteratorAdapter.html |   323 +
 .../accumulo/core/client/mock/MockAccumulo.html    |   388 +
 .../core/client/mock/MockBatchDeleter.html         |   391 +
 .../core/client/mock/MockBatchScanner.html         |   417 +
 .../accumulo/core/client/mock/MockBatchWriter.html |   331 +
 .../accumulo/core/client/mock/MockConnector.html   |   704 ++
 .../accumulo/core/client/mock/MockInstance.html    |   627 +
 .../client/mock/MockMultiTableBatchWriter.html     |   368 +
 .../accumulo/core/client/mock/MockNamespace.html   |   273 +
 .../accumulo/core/client/mock/MockScanner.html     |   552 +
 .../accumulo/core/client/mock/MockScannerBase.html |   391 +
 .../accumulo/core/client/mock/MockTable.html       |   398 +
 .../apache/accumulo/core/client/mock/MockUser.html |   199 +
 .../client/mock/class-use/IteratorAdapter.html     |   126 +
 .../core/client/mock/class-use/MockAccumulo.html   |   184 +
 .../client/mock/class-use/MockBatchDeleter.html    |   126 +
 .../client/mock/class-use/MockBatchScanner.html    |   168 +
 .../client/mock/class-use/MockBatchWriter.html     |   126 +
 .../core/client/mock/class-use/MockConnector.html  |   126 +
 .../core/client/mock/class-use/MockInstance.html   |   126 +
 .../mock/class-use/MockMultiTableBatchWriter.html  |   126 +
 .../core/client/mock/class-use/MockNamespace.html  |   193 +
 .../core/client/mock/class-use/MockScanner.html    |   126 +
 .../client/mock/class-use/MockScannerBase.html     |   176 +
 .../core/client/mock/class-use/MockTable.html      |   178 +
 .../core/client/mock/class-use/MockUser.html       |   126 +
 .../accumulo/core/client/mock/package-frame.html   |    33 +
 .../accumulo/core/client/mock/package-summary.html |   196 +
 .../accumulo/core/client/mock/package-tree.html    |   165 +
 .../accumulo/core/client/mock/package-use.html     |   171 +
 .../apache/accumulo/core/client/package-frame.html |    66 +
 .../accumulo/core/client/package-summary.html      |   379 +
 .../apache/accumulo/core/client/package-tree.html  |   232 +
 .../apache/accumulo/core/client/package-use.html   |   648 +
 .../client/replication/PeerExistsException.html    |   293 +
 .../client/replication/PeerNotFoundException.html  |   309 +
 .../replication/class-use/PeerExistsException.html |   169 +
 .../class-use/PeerNotFoundException.html           |   168 +
 .../core/client/replication/package-frame.html     |    22 +
 .../core/client/replication/package-summary.html   |   152 +
 .../core/client/replication/package-tree.html      |   148 +
 .../core/client/replication/package-use.html       |   166 +
 .../core/client/security/SecurityErrorCode.html    |   547 +
 .../security/class-use/SecurityErrorCode.html      |   257 +
 .../core/client/security/package-frame.html        |    21 +
 .../core/client/security/package-summary.html      |   144 +
 .../core/client/security/package-tree.html         |   143 +
 .../accumulo/core/client/security/package-use.html |   178 +
 ...icationToken.AuthenticationTokenSerializer.html |   349 +
 .../tokens/AuthenticationToken.Properties.html     |   562 +
 .../tokens/AuthenticationToken.TokenProperty.html  |   380 +
 .../security/tokens/AuthenticationToken.html       |   310 +
 .../security/tokens/CredentialProviderToken.html   |   445 +
 .../client/security/tokens/DelegationToken.html    |   235 +
 .../core/client/security/tokens/KerberosToken.html |   587 +
 .../core/client/security/tokens/NullToken.html     |   448 +
 .../core/client/security/tokens/PasswordToken.html |   544 +
 ...icationToken.AuthenticationTokenSerializer.html |   126 +
 .../class-use/AuthenticationToken.Properties.html  |   182 +
 .../AuthenticationToken.TokenProperty.html         |   195 +
 .../tokens/class-use/AuthenticationToken.html      |   473 +
 .../tokens/class-use/CredentialProviderToken.html  |   166 +
 .../security/tokens/class-use/DelegationToken.html |   168 +
 .../security/tokens/class-use/KerberosToken.html   |   166 +
 .../security/tokens/class-use/NullToken.html       |   166 +
 .../security/tokens/class-use/PasswordToken.html   |   213 +
 .../core/client/security/tokens/package-frame.html |    32 +
 .../client/security/tokens/package-summary.html    |   196 +
 .../core/client/security/tokens/package-tree.html  |   178 +
 .../core/client/security/tokens/package-use.html   |   303 +
 .../accumulo/core/data/ArrayByteSequence.html      |   602 +
 .../apache/accumulo/core/data/ByteSequence.html    |   496 +
 .../org/apache/accumulo/core/data/Column.html      |   598 +
 .../apache/accumulo/core/data/ColumnUpdate.html    |   477 +
 .../apache/accumulo/core/data/ComparableBytes.html |   375 +
 .../org/apache/accumulo/core/data/Condition.html   |   675 +
 .../accumulo/core/data/ConditionalMutation.html    |   453 +
 .../core/data/ConstraintViolationSummary.html      |   460 +
 .../apidocs/org/apache/accumulo/core/data/Key.html |  1744 +++
 .../org/apache/accumulo/core/data/KeyExtent.html   |   968 ++
 .../org/apache/accumulo/core/data/KeyValue.html    |   321 +
 .../core/data/Mutation.SERIALIZED_FORMAT.html      |   348 +
 .../org/apache/accumulo/core/data/Mutation.html    |  1678 +++
 .../org/apache/accumulo/core/data/PartialKey.html  |   440 +
 .../org/apache/accumulo/core/data/Range.html       |  1561 +++
 .../org/apache/accumulo/core/data/TabletId.html    |   266 +
 .../accumulo/core/data/Value.Comparator.html       |   320 +
 .../org/apache/accumulo/core/data/Value.html       |   701 ++
 .../core/data/class-use/ArrayByteSequence.html     |   126 +
 .../accumulo/core/data/class-use/ByteSequence.html |   355 +
 .../accumulo/core/data/class-use/Column.html       |   203 +
 .../accumulo/core/data/class-use/ColumnUpdate.html |   187 +
 .../core/data/class-use/ComparableBytes.html       |   126 +
 .../accumulo/core/data/class-use/Condition.html    |   260 +
 .../core/data/class-use/ConditionalMutation.html   |   234 +
 .../data/class-use/ConstraintViolationSummary.html |   205 +
 .../apache/accumulo/core/data/class-use/Key.html   |   645 +
 .../accumulo/core/data/class-use/KeyExtent.html    |   435 +
 .../accumulo/core/data/class-use/KeyValue.html     |   168 +
 .../data/class-use/Mutation.SERIALIZED_FORMAT.html |   181 +
 .../accumulo/core/data/class-use/Mutation.html     |   375 +
 .../accumulo/core/data/class-use/PartialKey.html   |   212 +
 .../apache/accumulo/core/data/class-use/Range.html |   796 ++
 .../accumulo/core/data/class-use/TabletId.html     |   208 +
 .../core/data/class-use/Value.Comparator.html      |   126 +
 .../apache/accumulo/core/data/class-use/Value.html |   564 +
 .../data/doc-files/mutation-serialization.html     |   196 +
 .../apache/accumulo/core/data/package-frame.html   |    44 +
 .../apache/accumulo/core/data/package-summary.html |   271 +
 .../apache/accumulo/core/data/package-tree.html    |   192 +
 .../org/apache/accumulo/core/data/package-use.html |   489 +
 .../core/security/AuthorizationContainer.html      |   237 +
 .../accumulo/core/security/Authorizations.html     |   695 ++
 .../core/security/ColumnVisibility.Node.html       |   398 +
 .../security/ColumnVisibility.NodeComparator.html  |   308 +
 .../core/security/ColumnVisibility.NodeType.html   |   372 +
 .../accumulo/core/security/ColumnVisibility.html   |   638 +
 .../core/security/NamespacePermission.html         |   518 +
 .../accumulo/core/security/SystemPermission.html   |   528 +
 .../accumulo/core/security/TablePermission.html    |   456 +
 .../core/security/VisibilityConstraint.html        |   279 +
 .../core/security/VisibilityEvaluator.html         |   339 +
 .../core/security/VisibilityParseException.html    |   328 +
 .../security/class-use/AuthorizationContainer.html |   181 +
 .../core/security/class-use/Authorizations.html    |   559 +
 .../security/class-use/ColumnVisibility.Node.html  |   242 +
 .../class-use/ColumnVisibility.NodeComparator.html |   168 +
 .../class-use/ColumnVisibility.NodeType.html       |   191 +
 .../core/security/class-use/ColumnVisibility.html  |   367 +
 .../security/class-use/NamespacePermission.html    |   231 +
 .../core/security/class-use/SystemPermission.html  |   233 +
 .../core/security/class-use/TablePermission.html   |   236 +
 .../security/class-use/VisibilityConstraint.html   |   126 +
 .../security/class-use/VisibilityEvaluator.html    |   126 +
 .../class-use/VisibilityParseException.html        |   168 +
 .../accumulo/core/security/package-frame.html      |    41 +
 .../accumulo/core/security/package-summary.html    |   245 +
 .../accumulo/core/security/package-tree.html       |   180 +
 .../apache/accumulo/core/security/package-use.html |   368 +
 .../apache/accumulo/minicluster/MemoryUnit.html    |   410 +
 .../accumulo/minicluster/MiniAccumuloCluster.html  |   457 +
 .../accumulo/minicluster/MiniAccumuloConfig.html   |   658 +
 .../accumulo/minicluster/MiniAccumuloInstance.html |   303 +
 .../minicluster/MiniAccumuloRunner.Opts.html       |   270 +
 .../MiniAccumuloRunner.PropertiesConverter.html    |   286 +
 .../accumulo/minicluster/MiniAccumuloRunner.html   |   331 +
 .../apache/accumulo/minicluster/ServerType.html    |   408 +
 .../accumulo/minicluster/class-use/MemoryUnit.html |   203 +
 .../minicluster/class-use/MiniAccumuloCluster.html |   126 +
 .../minicluster/class-use/MiniAccumuloConfig.html  |   232 +
 .../class-use/MiniAccumuloInstance.html            |   126 +
 .../class-use/MiniAccumuloRunner.Opts.html         |   126 +
 .../MiniAccumuloRunner.PropertiesConverter.html    |   126 +
 .../minicluster/class-use/MiniAccumuloRunner.html  |   126 +
 .../accumulo/minicluster/class-use/ServerType.html |   209 +
 .../apache/accumulo/minicluster/package-frame.html |    31 +
 .../accumulo/minicluster/package-summary.html      |   189 +
 .../apache/accumulo/minicluster/package-tree.html  |   165 +
 .../apache/accumulo/minicluster/package-use.html   |   167 +
 output/1.7/apidocs/overview-frame.html             |    35 +
 output/1.7/apidocs/overview-summary.html           |   192 +
 output/1.7/apidocs/overview-tree.html              |   539 +
 output/1.7/apidocs/package-list                    |    14 +
 output/1.7/apidocs/script.js                       |    30 +
 output/1.7/apidocs/serialized-form.html            |   464 +
 output/1.7/apidocs/stylesheet.css                  |   574 +
 output/1.7/examples/batch.html                     |   206 +
 output/1.7/examples/bloom.html                     |   380 +
 output/1.7/examples/bulkIngest.html                |   181 +
 output/1.7/examples/classpath.html                 |   219 +
 output/1.7/examples/client.html                    |   231 +
 output/1.7/examples/combiner.html                  |   220 +
 output/1.7/examples/constraints.html               |   204 +
 output/1.7/examples/dirlist.html                   |   281 +
 output/1.7/examples/examples.diff                  |   656 +
 output/1.7/examples/export.html                    |   241 +
 output/1.7/examples/filedata.html                  |   210 +
 output/1.7/examples/filter.html                    |   261 +
 output/1.7/examples/helloworld.html                |   202 +
 output/1.7/examples/index.html                     |   247 +
 output/1.7/examples/isolation.html                 |   197 +
 output/1.7/examples/mapred.html                    |   306 +
 output/1.7/examples/maxmutation.html               |   196 +
 output/1.7/examples/regex.html                     |   205 +
 output/1.7/examples/reservations.html              |   215 +
 output/1.7/examples/rowhash.html                   |   209 +
 output/1.7/examples/shard.html                     |   221 +
 output/1.7/examples/tabletofile.html               |   209 +
 output/1.7/examples/terasort.html                  |   199 +
 output/1.7/examples/visibility.html                |   286 +
 output/1.8/accumulo_user_manual.html               | 12035 ++++++++++++++++++
 output/1.8/apidocs/allclasses-frame.html           |   209 +
 output/1.8/apidocs/allclasses-noframe.html         |   209 +
 output/1.8/apidocs/constant-values.html            |   209 +
 output/1.8/apidocs/deprecated-list.html            |  1006 ++
 output/1.8/apidocs/help-doc.html                   |   222 +
 output/1.8/apidocs/index-all.html                  |  6730 ++++++++++
 output/1.8/apidocs/index.html                      |    75 +
 .../accumulo/core/client/AccumuloException.html    |   286 +
 .../core/client/AccumuloSecurityException.html     |   440 +
 .../apache/accumulo/core/client/BatchDeleter.html  |   273 +
 .../apache/accumulo/core/client/BatchScanner.html  |   300 +
 .../apache/accumulo/core/client/BatchWriter.html   |   294 +
 .../accumulo/core/client/BatchWriterConfig.html    |   538 +
 .../client/ClientConfiguration.ClientProperty.html |   637 +
 .../accumulo/core/client/ClientConfiguration.html  |   759 ++
 ...lientSideIteratorScanner.ScannerTranslator.html |   287 +
 .../core/client/ClientSideIteratorScanner.html     |   657 +
 .../core/client/ConditionalWriter.Result.html      |   320 +
 .../core/client/ConditionalWriter.Status.html      |   377 +
 .../accumulo/core/client/ConditionalWriter.html    |   283 +
 .../core/client/ConditionalWriterConfig.html       |   452 +
 .../org/apache/accumulo/core/client/Connector.html |   615 +
 .../apache/accumulo/core/client/Durability.html    |   375 +
 .../org/apache/accumulo/core/client/Instance.html  |   457 +
 .../client/IsolatedScanner.MemoryRowBuffer.html    |   307 +
 .../IsolatedScanner.MemoryRowBufferFactory.html    |   271 +
 .../core/client/IsolatedScanner.RowBuffer.html     |   251 +
 .../client/IsolatedScanner.RowBufferFactory.html   |   216 +
 .../accumulo/core/client/IsolatedScanner.html      |   574 +
 .../core/client/IteratorSetting.Column.html        |   328 +
 .../accumulo/core/client/IteratorSetting.html      |   711 ++
 .../core/client/MultiTableBatchWriter.html         |   281 +
 .../core/client/MutationsRejectedException.html    |   438 +
 .../core/client/NamespaceExistsException.html      |   290 +
 .../core/client/NamespaceNotEmptyException.html    |   319 +
 .../core/client/NamespaceNotFoundException.html    |   319 +
 .../apache/accumulo/core/client/RowIterator.html   |   352 +
 .../core/client/SampleNotPresentException.html     |   286 +
 .../org/apache/accumulo/core/client/Scanner.html   |   394 +
 .../apache/accumulo/core/client/ScannerBase.html   |   653 +
 .../core/client/TableDeletedException.html         |   288 +
 .../accumulo/core/client/TableExistsException.html |   290 +
 .../core/client/TableNotFoundException.html        |   334 +
 .../core/client/TableOfflineException.html         |   259 +
 .../accumulo/core/client/TimedOutException.html    |   299 +
 .../accumulo/core/client/ZooKeeperInstance.html    |   683 ++
 .../admin/ActiveCompaction.CompactionReason.html   |   376 +
 .../admin/ActiveCompaction.CompactionType.html     |   361 +
 .../core/client/admin/ActiveCompaction.html        |   448 +
 .../accumulo/core/client/admin/ActiveScan.html     |   463 +
 .../core/client/admin/CompactionConfig.html        |   423 +
 .../client/admin/CompactionStrategyConfig.html     |   328 +
 .../core/client/admin/DelegationTokenConfig.html   |   338 +
 .../accumulo/core/client/admin/DiskUsage.html      |   373 +
 .../apache/accumulo/core/client/admin/FindMax.html |   269 +
 .../core/client/admin/InstanceOperations.html      |   414 +
 .../accumulo/core/client/admin/Locations.html      |   247 +
 .../core/client/admin/NamespaceOperations.html     |   753 ++
 .../core/client/admin/NewTableConfiguration.html   |   356 +
 .../core/client/admin/ReplicationOperations.html   |   328 +
 .../accumulo/core/client/admin/ScanState.html      |   333 +
 .../accumulo/core/client/admin/ScanType.html       |   321 +
 .../core/client/admin/SecurityOperations.html      |   759 ++
 .../core/client/admin/TableOperations.html         |  1628 +++
 .../accumulo/core/client/admin/TimeType.html       |   330 +
 .../ActiveCompaction.CompactionReason.html         |   170 +
 .../class-use/ActiveCompaction.CompactionType.html |   170 +
 .../client/admin/class-use/ActiveCompaction.html   |   159 +
 .../core/client/admin/class-use/ActiveScan.html    |   159 +
 .../client/admin/class-use/CompactionConfig.html   |   193 +
 .../admin/class-use/CompactionStrategyConfig.html  |   174 +
 .../admin/class-use/DelegationTokenConfig.html     |   175 +
 .../core/client/admin/class-use/DiskUsage.html     |   159 +
 .../core/client/admin/class-use/FindMax.html       |   117 +
 .../client/admin/class-use/InstanceOperations.html |   185 +
 .../core/client/admin/class-use/Locations.html     |   160 +
 .../admin/class-use/NamespaceOperations.html       |   185 +
 .../admin/class-use/NewTableConfiguration.html     |   191 +
 .../admin/class-use/ReplicationOperations.html     |   185 +
 .../core/client/admin/class-use/ScanState.html     |   170 +
 .../core/client/admin/class-use/ScanType.html      |   170 +
 .../client/admin/class-use/SecurityOperations.html |   185 +
 .../client/admin/class-use/TableOperations.html    |   185 +
 .../core/client/admin/class-use/TimeType.html      |   261 +
 .../accumulo/core/client/admin/package-frame.html  |    44 +
 .../core/client/admin/package-summary.html         |   253 +
 .../accumulo/core/client/admin/package-tree.html   |   162 +
 .../accumulo/core/client/admin/package-use.html    |   289 +
 .../core/client/class-use/AccumuloException.html   |  1125 ++
 .../class-use/AccumuloSecurityException.html       |  1164 ++
 .../core/client/class-use/BatchDeleter.html        |   230 +
 .../core/client/class-use/BatchScanner.html        |   221 +
 .../core/client/class-use/BatchWriter.html         |   236 +
 .../core/client/class-use/BatchWriterConfig.html   |   383 +
 .../ClientConfiguration.ClientProperty.html        |   205 +
 .../core/client/class-use/ClientConfiguration.html |   370 +
 ...lientSideIteratorScanner.ScannerTranslator.html |   117 +
 .../class-use/ClientSideIteratorScanner.html       |   117 +
 .../client/class-use/ConditionalWriter.Result.html |   174 +
 .../client/class-use/ConditionalWriter.Status.html |   185 +
 .../core/client/class-use/ConditionalWriter.html   |   187 +
 .../client/class-use/ConditionalWriterConfig.html  |   221 +
 .../accumulo/core/client/class-use/Connector.html  |   303 +
 .../accumulo/core/client/class-use/Durability.html |   195 +
 .../accumulo/core/client/class-use/Instance.html   |   370 +
 .../class-use/IsolatedScanner.MemoryRowBuffer.html |   117 +
 .../IsolatedScanner.MemoryRowBufferFactory.html    |   117 +
 .../class-use/IsolatedScanner.RowBuffer.html       |   174 +
 .../IsolatedScanner.RowBufferFactory.html          |   169 +
 .../core/client/class-use/IsolatedScanner.html     |   117 +
 .../client/class-use/IteratorSetting.Column.html   |   159 +
 .../core/client/class-use/IteratorSetting.html     |   527 +
 .../client/class-use/MultiTableBatchWriter.html    |   220 +
 .../class-use/MutationsRejectedException.html      |   257 +
 .../client/class-use/NamespaceExistsException.html |   166 +
 .../class-use/NamespaceNotEmptyException.html      |   159 +
 .../class-use/NamespaceNotFoundException.html      |   282 +
 .../core/client/class-use/RowIterator.html         |   117 +
 .../class-use/SampleNotPresentException.html       |   117 +
 .../accumulo/core/client/class-use/Scanner.html    |   406 +
 .../core/client/class-use/ScannerBase.html         |   312 +
 .../client/class-use/TableDeletedException.html    |   117 +
 .../client/class-use/TableExistsException.html     |   207 +
 .../client/class-use/TableNotFoundException.html   |   759 ++
 .../client/class-use/TableOfflineException.html    |   117 +
 .../core/client/class-use/TimedOutException.html   |   117 +
 .../core/client/class-use/ZooKeeperInstance.html   |   157 +
 .../core/client/lexicoder/AbstractEncoder.html     |   328 +
 .../core/client/lexicoder/BigIntegerLexicoder.html |   328 +
 .../core/client/lexicoder/BytesLexicoder.html      |   328 +
 .../core/client/lexicoder/DateLexicoder.html       |   326 +
 .../core/client/lexicoder/DoubleLexicoder.html     |   326 +
 .../accumulo/core/client/lexicoder/Encoder.html    |   197 +
 .../core/client/lexicoder/FloatLexicoder.html      |   328 +
 .../core/client/lexicoder/IntegerLexicoder.html    |   327 +
 .../accumulo/core/client/lexicoder/Lexicoder.html  |   194 +
 .../core/client/lexicoder/ListLexicoder.html       |   327 +
 .../core/client/lexicoder/LongLexicoder.html       |   326 +
 .../core/client/lexicoder/PairLexicoder.html       |   347 +
 .../core/client/lexicoder/ReverseLexicoder.html    |   319 +
 .../core/client/lexicoder/StringLexicoder.html     |   327 +
 .../core/client/lexicoder/TextLexicoder.html       |   327 +
 .../core/client/lexicoder/UIntegerLexicoder.html   |   327 +
 .../core/client/lexicoder/ULongLexicoder.html      |   331 +
 .../core/client/lexicoder/UUIDLexicoder.html       |   330 +
 .../lexicoder/class-use/AbstractEncoder.html       |   265 +
 .../lexicoder/class-use/BigIntegerLexicoder.html   |   117 +
 .../client/lexicoder/class-use/BytesLexicoder.html |   117 +
 .../client/lexicoder/class-use/DateLexicoder.html  |   117 +
 .../lexicoder/class-use/DoubleLexicoder.html       |   117 +
 .../core/client/lexicoder/class-use/Encoder.html   |   287 +
 .../client/lexicoder/class-use/FloatLexicoder.html |   117 +
 .../lexicoder/class-use/IntegerLexicoder.html      |   117 +
 .../core/client/lexicoder/class-use/Lexicoder.html |   287 +
 .../client/lexicoder/class-use/ListLexicoder.html  |   117 +
 .../client/lexicoder/class-use/LongLexicoder.html  |   117 +
 .../client/lexicoder/class-use/PairLexicoder.html  |   117 +
 .../lexicoder/class-use/ReverseLexicoder.html      |   117 +
 .../lexicoder/class-use/StringLexicoder.html       |   117 +
 .../client/lexicoder/class-use/TextLexicoder.html  |   117 +
 .../lexicoder/class-use/UIntegerLexicoder.html     |   117 +
 .../client/lexicoder/class-use/ULongLexicoder.html |   159 +
 .../client/lexicoder/class-use/UUIDLexicoder.html  |   117 +
 .../core/client/lexicoder/package-frame.html       |    40 +
 .../core/client/lexicoder/package-summary.html     |   251 +
 .../core/client/lexicoder/package-tree.html        |   167 +
 .../core/client/lexicoder/package-use.html         |   200 +
 .../AbstractInputFormat.AbstractRecordReader.html  |   488 +
 .../core/client/mapred/AbstractInputFormat.html    |   801 ++
 .../client/mapred/AccumuloFileOutputFormat.html    |   499 +
 .../core/client/mapred/AccumuloInputFormat.html    |   343 +
 .../mapred/AccumuloMultiTableInputFormat.html      |   345 +
 .../AccumuloOutputFormat.AccumuloRecordWriter.html |   326 +
 .../core/client/mapred/AccumuloOutputFormat.html   |   827 ++
 .../core/client/mapred/AccumuloRowInputFormat.html |   343 +
 .../mapred/InputFormatBase.RangeInputSplit.html    |   352 +
 .../mapred/InputFormatBase.RecordReaderBase.html   |   357 +
 .../core/client/mapred/InputFormatBase.html        |   789 ++
 .../core/client/mapred/RangeInputSplit.html        |   315 +
 .../AbstractInputFormat.AbstractRecordReader.html  |   157 +
 .../mapred/class-use/AbstractInputFormat.html      |   177 +
 .../mapred/class-use/AccumuloFileOutputFormat.html |   117 +
 .../mapred/class-use/AccumuloInputFormat.html      |   117 +
 .../class-use/AccumuloMultiTableInputFormat.html   |   117 +
 .../AccumuloOutputFormat.AccumuloRecordWriter.html |   117 +
 .../mapred/class-use/AccumuloOutputFormat.html     |   117 +
 .../mapred/class-use/AccumuloRowInputFormat.html   |   117 +
 .../class-use/InputFormatBase.RangeInputSplit.html |   157 +
 .../InputFormatBase.RecordReaderBase.html          |   117 +
 .../client/mapred/class-use/InputFormatBase.html   |   165 +
 .../client/mapred/class-use/RangeInputSplit.html   |   205 +
 .../accumulo/core/client/mapred/package-frame.html |    31 +
 .../core/client/mapred/package-summary.html        |   203 +
 .../accumulo/core/client/mapred/package-tree.html  |   165 +
 .../accumulo/core/client/mapred/package-use.html   |   175 +
 .../AbstractInputFormat.AbstractRecordReader.html  |   556 +
 .../core/client/mapreduce/AbstractInputFormat.html |   842 ++
 .../client/mapreduce/AccumuloFileOutputFormat.html |   499 +
 .../core/client/mapreduce/AccumuloInputFormat.html |   346 +
 .../mapreduce/AccumuloMultiTableInputFormat.html   |   348 +
 .../AccumuloOutputFormat.AccumuloRecordWriter.html |   328 +
 .../client/mapreduce/AccumuloOutputFormat.html     |   834 ++
 .../client/mapreduce/AccumuloRowInputFormat.html   |   347 +
 .../mapreduce/InputFormatBase.RangeInputSplit.html |   333 +
 .../InputFormatBase.RecordReaderBase.html          |   365 +
 .../core/client/mapreduce/InputFormatBase.html     |   790 ++
 .../core/client/mapreduce/InputTableConfig.html    |   662 +
 .../core/client/mapreduce/RangeInputSplit.html     |   970 ++
 .../AbstractInputFormat.AbstractRecordReader.html  |   157 +
 .../mapreduce/class-use/AbstractInputFormat.html   |   177 +
 .../class-use/AccumuloFileOutputFormat.html        |   117 +
 .../mapreduce/class-use/AccumuloInputFormat.html   |   117 +
 .../class-use/AccumuloMultiTableInputFormat.html   |   117 +
 .../AccumuloOutputFormat.AccumuloRecordWriter.html |   117 +
 .../mapreduce/class-use/AccumuloOutputFormat.html  |   117 +
 .../class-use/AccumuloRowInputFormat.html          |   117 +
 .../class-use/InputFormatBase.RangeInputSplit.html |   157 +
 .../InputFormatBase.RecordReaderBase.html          |   117 +
 .../mapreduce/class-use/InputFormatBase.html       |   165 +
 .../mapreduce/class-use/InputTableConfig.html      |   289 +
 .../mapreduce/class-use/RangeInputSplit.html       |   239 +
 .../lib/partition/KeyRangePartitioner.html         |   347 +
 .../mapreduce/lib/partition/RangePartitioner.html  |   347 +
 .../partition/class-use/KeyRangePartitioner.html   |   117 +
 .../lib/partition/class-use/RangePartitioner.html  |   117 +
 .../mapreduce/lib/partition/package-frame.html     |    21 +
 .../mapreduce/lib/partition/package-summary.html   |   143 +
 .../mapreduce/lib/partition/package-tree.html      |   135 +
 .../mapreduce/lib/partition/package-use.html       |   117 +
 .../lib/util/ConfiguratorBase.ConnectorInfo.html   |   372 +
 .../lib/util/ConfiguratorBase.GeneralOpts.html     |   327 +
 .../lib/util/ConfiguratorBase.InstanceOpts.html    |   357 +
 .../mapreduce/lib/util/ConfiguratorBase.html       |   602 +
 .../lib/util/FileOutputConfigurator.Opts.html      |   327 +
 .../mapreduce/lib/util/FileOutputConfigurator.html |   479 +
 .../lib/util/InputConfigurator.Features.html       |   372 +
 .../lib/util/InputConfigurator.ScanOpts.html       |   387 +
 .../mapreduce/lib/util/InputConfigurator.html      |   902 ++
 .../lib/util/OutputConfigurator.Features.html      |   342 +
 .../lib/util/OutputConfigurator.WriteOpts.html     |   342 +
 .../mapreduce/lib/util/OutputConfigurator.html     |   520 +
 .../class-use/ConfiguratorBase.ConnectorInfo.html  |   168 +
 .../class-use/ConfiguratorBase.GeneralOpts.html    |   168 +
 .../class-use/ConfiguratorBase.InstanceOpts.html   |   168 +
 .../lib/util/class-use/ConfiguratorBase.html       |   177 +
 .../class-use/FileOutputConfigurator.Opts.html     |   168 +
 .../lib/util/class-use/FileOutputConfigurator.html |   117 +
 .../util/class-use/InputConfigurator.Features.html |   168 +
 .../util/class-use/InputConfigurator.ScanOpts.html |   168 +
 .../lib/util/class-use/InputConfigurator.html      |   117 +
 .../class-use/OutputConfigurator.Features.html     |   168 +
 .../class-use/OutputConfigurator.WriteOpts.html    |   168 +
 .../lib/util/class-use/OutputConfigurator.html     |   117 +
 .../client/mapreduce/lib/util/package-frame.html   |    34 +
 .../client/mapreduce/lib/util/package-summary.html |   219 +
 .../client/mapreduce/lib/util/package-tree.html    |   155 +
 .../client/mapreduce/lib/util/package-use.html     |   210 +
 .../core/client/mapreduce/package-frame.html       |    32 +
 .../core/client/mapreduce/package-summary.html     |   209 +
 .../core/client/mapreduce/package-tree.html        |   178 +
 .../core/client/mapreduce/package-use.html         |   206 +
 .../accumulo/core/client/mock/IteratorAdapter.html |   253 +
 .../accumulo/core/client/mock/MockAccumulo.html    |   407 +
 .../core/client/mock/MockBatchDeleter.html         |   376 +
 .../core/client/mock/MockBatchScanner.html         |   406 +
 .../accumulo/core/client/mock/MockBatchWriter.html |   324 +
 .../accumulo/core/client/mock/MockConnector.html   |   661 +
 .../accumulo/core/client/mock/MockInstance.html    |   604 +
 .../client/mock/MockMultiTableBatchWriter.html     |   361 +
 .../accumulo/core/client/mock/MockNamespace.html   |   268 +
 .../accumulo/core/client/mock/MockScanner.html     |   534 +
 .../accumulo/core/client/mock/MockScannerBase.html |   398 +
 .../accumulo/core/client/mock/MockTable.html       |   420 +
 .../apache/accumulo/core/client/mock/MockUser.html |   194 +
 .../client/mock/class-use/IteratorAdapter.html     |   117 +
 .../core/client/mock/class-use/MockAccumulo.html   |   182 +
 .../client/mock/class-use/MockBatchDeleter.html    |   117 +
 .../client/mock/class-use/MockBatchScanner.html    |   163 +
 .../client/mock/class-use/MockBatchWriter.html     |   117 +
 .../core/client/mock/class-use/MockConnector.html  |   117 +
 .../core/client/mock/class-use/MockInstance.html   |   117 +
 .../mock/class-use/MockMultiTableBatchWriter.html  |   117 +
 .../core/client/mock/class-use/MockNamespace.html  |   192 +
 .../core/client/mock/class-use/MockScanner.html    |   117 +
 .../client/mock/class-use/MockScannerBase.html     |   179 +
 .../core/client/mock/class-use/MockTable.html      |   175 +
 .../core/client/mock/class-use/MockUser.html       |   117 +
 .../accumulo/core/client/mock/package-frame.html   |    32 +
 .../accumulo/core/client/mock/package-summary.html |   224 +
 .../accumulo/core/client/mock/package-tree.html    |   160 +
 .../accumulo/core/client/mock/package-use.html     |   184 +
 .../apache/accumulo/core/client/package-frame.html |    66 +
 .../accumulo/core/client/package-summary.html      |   375 +
 .../apache/accumulo/core/client/package-tree.html  |   235 +
 .../apache/accumulo/core/client/package-use.html   |   661 +
 .../client/replication/PeerExistsException.html    |   281 +
 .../client/replication/PeerNotFoundException.html  |   297 +
 .../replication/class-use/PeerExistsException.html |   160 +
 .../class-use/PeerNotFoundException.html           |   159 +
 .../core/client/replication/package-frame.html     |    21 +
 .../core/client/replication/package-summary.html   |   143 +
 .../core/client/replication/package-tree.html      |   139 +
 .../core/client/replication/package-use.html       |   157 +
 .../core/client/rfile/RFile.InputArguments.html    |   238 +
 .../core/client/rfile/RFile.OutputArguments.html   |   232 +
 .../core/client/rfile/RFile.ScannerFSOptions.html  |   232 +
 .../core/client/rfile/RFile.ScannerOptions.html    |   359 +
 .../core/client/rfile/RFile.WriterFSOptions.html   |   233 +
 .../core/client/rfile/RFile.WriterOptions.html     |   294 +
 .../apache/accumulo/core/client/rfile/RFile.html   |   336 +
 .../accumulo/core/client/rfile/RFileSource.html    |   277 +
 .../accumulo/core/client/rfile/RFileWriter.html    |   443 +
 .../rfile/class-use/RFile.InputArguments.html      |   159 +
 .../rfile/class-use/RFile.OutputArguments.html     |   159 +
 .../rfile/class-use/RFile.ScannerFSOptions.html    |   159 +
 .../rfile/class-use/RFile.ScannerOptions.html      |   220 +
 .../rfile/class-use/RFile.WriterFSOptions.html     |   157 +
 .../rfile/class-use/RFile.WriterOptions.html       |   198 +
 .../core/client/rfile/class-use/RFile.html         |   117 +
 .../core/client/rfile/class-use/RFileSource.html   |   159 +
 .../core/client/rfile/class-use/RFileWriter.html   |   157 +
 .../accumulo/core/client/rfile/package-frame.html  |    31 +
 .../core/client/rfile/package-summary.html         |   196 +
 .../accumulo/core/client/rfile/package-tree.html   |   147 +
 .../accumulo/core/client/rfile/package-use.html    |   187 +
 .../core/client/sample/AbstractHashSampler.html    |   346 +
 .../core/client/sample/RowColumnSampler.html       |   360 +
 .../accumulo/core/client/sample/RowSampler.html    |   300 +
 .../accumulo/core/client/sample/Sampler.html       |   246 +
 .../core/client/sample/SamplerConfiguration.html   |   365 +
 .../sample/class-use/AbstractHashSampler.html      |   165 +
 .../client/sample/class-use/RowColumnSampler.html  |   117 +
 .../core/client/sample/class-use/RowSampler.html   |   117 +
 .../core/client/sample/class-use/Sampler.html      |   182 +
 .../sample/class-use/SamplerConfiguration.html     |   396 +
 .../accumulo/core/client/sample/package-frame.html |    27 +
 .../core/client/sample/package-summary.html        |   172 +
 .../accumulo/core/client/sample/package-tree.html  |   140 +
 .../accumulo/core/client/sample/package-use.html   |   267 +
 .../core/client/security/SecurityErrorCode.html    |   525 +
 .../security/class-use/SecurityErrorCode.html      |   248 +
 .../core/client/security/package-frame.html        |    20 +
 .../core/client/security/package-summary.html      |   135 +
 .../core/client/security/package-tree.html         |   134 +
 .../accumulo/core/client/security/package-use.html |   169 +
 ...icationToken.AuthenticationTokenSerializer.html |   314 +
 .../tokens/AuthenticationToken.Properties.html     |   546 +
 .../tokens/AuthenticationToken.TokenProperty.html  |   365 +
 .../security/tokens/AuthenticationToken.html       |   293 +
 .../security/tokens/CredentialProviderToken.html   |   420 +
 .../client/security/tokens/DelegationToken.html    |   224 +
 .../core/client/security/tokens/KerberosToken.html |   574 +
 .../core/client/security/tokens/NullToken.html     |   428 +
 .../core/client/security/tokens/PasswordToken.html |   524 +
 ...icationToken.AuthenticationTokenSerializer.html |   117 +
 .../class-use/AuthenticationToken.Properties.html  |   173 +
 .../AuthenticationToken.TokenProperty.html         |   186 +
 .../tokens/class-use/AuthenticationToken.html      |   468 +
 .../tokens/class-use/CredentialProviderToken.html  |   157 +
 .../security/tokens/class-use/DelegationToken.html |   159 +
 .../security/tokens/class-use/KerberosToken.html   |   157 +
 .../security/tokens/class-use/NullToken.html       |   157 +
 .../security/tokens/class-use/PasswordToken.html   |   204 +
 .../core/client/security/tokens/package-frame.html |    31 +
 .../client/security/tokens/package-summary.html    |   187 +
 .../core/client/security/tokens/package-tree.html  |   169 +
 .../core/client/security/tokens/package-use.html   |   296 +
 .../accumulo/core/data/ArrayByteSequence.html      |   554 +
 .../apache/accumulo/core/data/ByteSequence.html    |   453 +
 .../org/apache/accumulo/core/data/Column.html      |   552 +
 .../apache/accumulo/core/data/ColumnUpdate.html    |   432 +
 .../apache/accumulo/core/data/ComparableBytes.html |   355 +
 .../org/apache/accumulo/core/data/Condition.html   |   597 +
 .../accumulo/core/data/ConditionalMutation.html    |   434 +
 .../core/data/ConstraintViolationSummary.html      |   433 +
 .../apidocs/org/apache/accumulo/core/data/Key.html |  1720 +++
 .../org/apache/accumulo/core/data/KeyExtent.html   |   948 ++
 .../org/apache/accumulo/core/data/KeyValue.html    |   290 +
 .../core/data/Mutation.SERIALIZED_FORMAT.html      |   326 +
 .../org/apache/accumulo/core/data/Mutation.html    |  1415 +++
 .../org/apache/accumulo/core/data/PartialKey.html  |   411 +
 .../org/apache/accumulo/core/data/Range.html       |  1313 ++
 .../org/apache/accumulo/core/data/TabletId.html    |   264 +
 .../accumulo/core/data/Value.Comparator.html       |   305 +
 .../org/apache/accumulo/core/data/Value.html       |   674 +
 .../core/data/class-use/ArrayByteSequence.html     |   117 +
 .../accumulo/core/data/class-use/ByteSequence.html |   346 +
 .../accumulo/core/data/class-use/Column.html       |   194 +
 .../accumulo/core/data/class-use/ColumnUpdate.html |   178 +
 .../core/data/class-use/ComparableBytes.html       |   117 +
 .../accumulo/core/data/class-use/Condition.html    |   251 +
 .../core/data/class-use/ConditionalMutation.html   |   225 +
 .../data/class-use/ConstraintViolationSummary.html |   196 +
 .../apache/accumulo/core/data/class-use/Key.html   |   729 ++
 .../accumulo/core/data/class-use/KeyExtent.html    |   426 +
 .../accumulo/core/data/class-use/KeyValue.html     |   159 +
 .../data/class-use/Mutation.SERIALIZED_FORMAT.html |   172 +
 .../accumulo/core/data/class-use/Mutation.html     |   374 +
 .../accumulo/core/data/class-use/PartialKey.html   |   203 +
 .../apache/accumulo/core/data/class-use/Range.html |   851 ++
 .../accumulo/core/data/class-use/TabletId.html     |   235 +
 .../core/data/class-use/Value.Comparator.html      |   117 +
 .../apache/accumulo/core/data/class-use/Value.html |   605 +
 .../data/doc-files/mutation-serialization.html     |   196 +
 .../apache/accumulo/core/data/package-frame.html   |    43 +
 .../apache/accumulo/core/data/package-summary.html |   259 +
 .../apache/accumulo/core/data/package-tree.html    |   183 +
 .../org/apache/accumulo/core/data/package-use.html |   514 +
 .../core/security/AuthorizationContainer.html      |   218 +
 .../accumulo/core/security/Authorizations.html     |   615 +
 .../core/security/ColumnVisibility.Node.html       |   383 +
 .../security/ColumnVisibility.NodeComparator.html  |   287 +
 .../core/security/ColumnVisibility.NodeType.html   |   350 +
 .../accumulo/core/security/ColumnVisibility.html   |   584 +
 .../core/security/NamespacePermission.html         |   486 +
 .../accumulo/core/security/SystemPermission.html   |   496 +
 .../accumulo/core/security/TablePermission.html    |   424 +
 .../core/security/VisibilityConstraint.html        |   270 +
 .../core/security/VisibilityEvaluator.html         |   310 +
 .../core/security/VisibilityParseException.html    |   305 +
 .../security/class-use/AuthorizationContainer.html |   172 +
 .../core/security/class-use/Authorizations.html    |   591 +
 .../security/class-use/ColumnVisibility.Node.html  |   233 +
 .../class-use/ColumnVisibility.NodeComparator.html |   159 +
 .../class-use/ColumnVisibility.NodeType.html       |   182 +
 .../core/security/class-use/ColumnVisibility.html  |   368 +
 .../security/class-use/NamespacePermission.html    |   222 +
 .../core/security/class-use/SystemPermission.html  |   224 +
 .../core/security/class-use/TablePermission.html   |   227 +
 .../security/class-use/VisibilityConstraint.html   |   117 +
 .../security/class-use/VisibilityEvaluator.html    |   117 +
 .../class-use/VisibilityParseException.html        |   159 +
 .../accumulo/core/security/package-frame.html      |    40 +
 .../accumulo/core/security/package-summary.html    |   236 +
 .../accumulo/core/security/package-tree.html       |   171 +
 .../apache/accumulo/core/security/package-use.html |   382 +
 .../apache/accumulo/minicluster/MemoryUnit.html    |   386 +
 .../accumulo/minicluster/MiniAccumuloCluster.html  |   412 +
 .../accumulo/minicluster/MiniAccumuloConfig.html   |   564 +
 .../accumulo/minicluster/MiniAccumuloInstance.html |   284 +
 .../minicluster/MiniAccumuloRunner.Opts.html       |   261 +
 .../MiniAccumuloRunner.PropertiesConverter.html    |   271 +
 .../accumulo/minicluster/MiniAccumuloRunner.html   |   311 +
 .../apache/accumulo/minicluster/ServerType.html    |   384 +
 .../accumulo/minicluster/class-use/MemoryUnit.html |   194 +
 .../minicluster/class-use/MiniAccumuloCluster.html |   117 +
 .../minicluster/class-use/MiniAccumuloConfig.html  |   223 +
 .../class-use/MiniAccumuloInstance.html            |   117 +
 .../class-use/MiniAccumuloRunner.Opts.html         |   117 +
 .../MiniAccumuloRunner.PropertiesConverter.html    |   117 +
 .../minicluster/class-use/MiniAccumuloRunner.html  |   117 +
 .../accumulo/minicluster/class-use/ServerType.html |   200 +
 .../apache/accumulo/minicluster/package-frame.html |    30 +
 .../accumulo/minicluster/package-summary.html      |   180 +
 .../apache/accumulo/minicluster/package-tree.html  |   156 +
 .../apache/accumulo/minicluster/package-use.html   |   158 +
 output/1.8/apidocs/overview-frame.html             |    36 +
 output/1.8/apidocs/overview-summary.html           |   193 +
 output/1.8/apidocs/overview-tree.html              |   576 +
 output/1.8/apidocs/package-list                    |    16 +
 output/1.8/apidocs/resources/background.gif        |   Bin 0 -> 2313 bytes
 output/1.8/apidocs/resources/tab.gif               |   Bin 0 -> 291 bytes
 output/1.8/apidocs/resources/titlebar.gif          |   Bin 0 -> 10701 bytes
 output/1.8/apidocs/resources/titlebar_end.gif      |   Bin 0 -> 849 bytes
 output/1.8/apidocs/serialized-form.html            |   486 +
 output/1.8/apidocs/stylesheet.css                  |   474 +
 output/1.8/examples/batch.html                     |    11 +
 output/1.8/examples/bloom.html                     |    11 +
 output/1.8/examples/bulkIngest.html                |    11 +
 output/1.8/examples/classpath.html                 |    11 +
 output/1.8/examples/client.html                    |    11 +
 output/1.8/examples/combiner.html                  |    11 +
 output/1.8/examples/constraints.html               |    11 +
 output/1.8/examples/dirlist.html                   |    11 +
 output/1.8/examples/export.html                    |    11 +
 output/1.8/examples/filedata.html                  |    11 +
 output/1.8/examples/filter.html                    |    11 +
 output/1.8/examples/helloworld.html                |    11 +
 output/1.8/examples/index.html                     |   251 +
 output/1.8/examples/isolation.html                 |    11 +
 output/1.8/examples/mapred.html                    |    11 +
 output/1.8/examples/maxmutation.html               |    11 +
 output/1.8/examples/regex.html                     |    11 +
 output/1.8/examples/reservations.html              |    11 +
 output/1.8/examples/rgbalancer.html                |    11 +
 output/1.8/examples/rowhash.html                   |    11 +
 output/1.8/examples/sample.html                    |    11 +
 output/1.8/examples/shard.html                     |    11 +
 output/1.8/examples/tabletofile.html               |    11 +
 output/1.8/examples/terasort.html                  |    11 +
 output/1.8/examples/visibility.html                |    11 +
 output/1.9/accumulo_user_manual.html               | 12269 +++++++++++++++++++
 output/1.9/apidocs/allclasses-frame.html           |   210 +
 output/1.9/apidocs/allclasses-noframe.html         |   210 +
 output/1.9/apidocs/constant-values.html            |   218 +
 output/1.9/apidocs/deprecated-list.html            |  1556 +++
 output/1.9/apidocs/help-doc.html                   |   231 +
 output/1.9/apidocs/index-all.html                  |  7488 +++++++++++
 output/1.9/apidocs/index.html                      |    76 +
 .../accumulo/core/client/AccumuloException.html    |   308 +
 .../core/client/AccumuloSecurityException.html     |   495 +
 .../apache/accumulo/core/client/BatchDeleter.html  |   301 +
 .../apache/accumulo/core/client/BatchScanner.html  |   337 +
 .../apache/accumulo/core/client/BatchWriter.html   |   321 +
 .../accumulo/core/client/BatchWriterConfig.html    |   589 +
 .../client/ClientConfiguration.ClientProperty.html |   669 +
 .../accumulo/core/client/ClientConfiguration.html  |  3189 +++++
 ...lientSideIteratorScanner.ScannerTranslator.html |   308 +
 .../core/client/ClientSideIteratorScanner.html     |   732 ++
 .../core/client/ConditionalWriter.Result.html      |   347 +
 .../core/client/ConditionalWriter.Status.html      |   400 +
 .../accumulo/core/client/ConditionalWriter.html    |   307 +
 .../core/client/ConditionalWriterConfig.html       |   495 +
 .../org/apache/accumulo/core/client/Connector.html |   729 ++
 .../apache/accumulo/core/client/Durability.html    |   402 +
 .../org/apache/accumulo/core/client/Instance.html  |   533 +
 .../client/IsolatedScanner.MemoryRowBuffer.html    |   329 +
 .../IsolatedScanner.MemoryRowBufferFactory.html    |   286 +
 .../core/client/IsolatedScanner.RowBuffer.html     |   273 +
 .../client/IsolatedScanner.RowBufferFactory.html   |   231 +
 .../accumulo/core/client/IsolatedScanner.html      |   625 +
 .../core/client/IteratorSetting.Column.html        |   344 +
 .../accumulo/core/client/IteratorSetting.html      |   805 ++
 .../core/client/MultiTableBatchWriter.html         |   308 +
 .../core/client/MutationsRejectedException.html    |   498 +
 .../core/client/NamespaceExistsException.html      |   316 +
 .../core/client/NamespaceNotEmptyException.html    |   354 +
 .../core/client/NamespaceNotFoundException.html    |   354 +
 .../apache/accumulo/core/client/RowIterator.html   |   375 +
 .../core/client/SampleNotPresentException.html     |   299 +
 .../org/apache/accumulo/core/client/Scanner.html   |   452 +
 .../apache/accumulo/core/client/ScannerBase.html   |   762 ++
 .../core/client/TableDeletedException.html         |   307 +
 .../accumulo/core/client/TableExistsException.html |   316 +
 .../core/client/TableNotFoundException.html        |   374 +
 .../core/client/TableOfflineException.html         |   271 +
 .../accumulo/core/client/TimedOutException.html    |   317 +
 .../accumulo/core/client/ZooKeeperInstance.html    |   796 ++
 .../admin/ActiveCompaction.CompactionReason.html   |   398 +
 .../admin/ActiveCompaction.CompactionType.html     |   384 +
 .../core/client/admin/ActiveCompaction.html        |   502 +
 .../accumulo/core/client/admin/ActiveScan.html     |   520 +
 .../core/client/admin/CompactionConfig.html        |   490 +
 .../client/admin/CompactionStrategyConfig.html     |   362 +
 .../core/client/admin/DelegationTokenConfig.html   |   366 +
 .../accumulo/core/client/admin/DiskUsage.html      |   388 +
 .../apache/accumulo/core/client/admin/FindMax.html |   286 +
 .../core/client/admin/InstanceOperations.html      |   469 +
 .../accumulo/core/client/admin/Locations.html      |   274 +
 .../core/client/admin/NamespaceOperations.html     |   886 ++
 .../core/client/admin/NewTableConfiguration.html   |   395 +
 .../core/client/admin/ReplicationOperations.html   |   364 +
 .../accumulo/core/client/admin/ScanState.html      |   355 +
 .../accumulo/core/client/admin/ScanType.html       |   343 +
 .../core/client/admin/SecurityOperations.html      |   883 ++
 .../core/client/admin/TableOperations.html         |  1916 +++
 .../accumulo/core/client/admin/TimeType.html       |   353 +
 .../ActiveCompaction.CompactionReason.html         |   179 +
 .../class-use/ActiveCompaction.CompactionType.html |   179 +
 .../client/admin/class-use/ActiveCompaction.html   |   168 +
 .../core/client/admin/class-use/ActiveScan.html    |   168 +
 .../client/admin/class-use/CompactionConfig.html   |   202 +
 .../admin/class-use/CompactionStrategyConfig.html  |   183 +
 .../admin/class-use/DelegationTokenConfig.html     |   184 +
 .../core/client/admin/class-use/DiskUsage.html     |   168 +
 .../core/client/admin/class-use/FindMax.html       |   126 +
 .../client/admin/class-use/InstanceOperations.html |   194 +
 .../core/client/admin/class-use/Locations.html     |   169 +
 .../admin/class-use/NamespaceOperations.html       |   195 +
 .../admin/class-use/NewTableConfiguration.html     |   200 +
 .../admin/class-use/ReplicationOperations.html     |   194 +
 .../core/client/admin/class-use/ScanState.html     |   179 +
 .../core/client/admin/class-use/ScanType.html      |   179 +
 .../client/admin/class-use/SecurityOperations.html |   195 +
 .../client/admin/class-use/TableOperations.html    |   194 +
 .../core/client/admin/class-use/TimeType.html      |   270 +
 .../accumulo/core/client/admin/package-frame.html  |    45 +
 .../core/client/admin/package-summary.html         |   264 +
 .../accumulo/core/client/admin/package-tree.html   |   171 +
 .../accumulo/core/client/admin/package-use.html    |   300 +
 .../core/client/class-use/AccumuloException.html   |  1143 ++
 .../class-use/AccumuloSecurityException.html       |  1182 ++
 .../core/client/class-use/BatchDeleter.html        |   241 +
 .../core/client/class-use/BatchScanner.html        |   230 +
 .../core/client/class-use/BatchWriter.html         |   245 +
 .../core/client/class-use/BatchWriterConfig.html   |   392 +
 .../ClientConfiguration.ClientProperty.html        |   215 +
 .../core/client/class-use/ClientConfiguration.html |   421 +
 ...lientSideIteratorScanner.ScannerTranslator.html |   126 +
 .../class-use/ClientSideIteratorScanner.html       |   126 +
 .../client/class-use/ConditionalWriter.Result.html |   183 +
 .../client/class-use/ConditionalWriter.Status.html |   195 +
 .../core/client/class-use/ConditionalWriter.html   |   196 +
 .../client/class-use/ConditionalWriterConfig.html  |   231 +
 .../accumulo/core/client/class-use/Connector.html  |   315 +
 .../accumulo/core/client/class-use/Durability.html |   204 +
 .../accumulo/core/client/class-use/Instance.html   |   383 +
 .../class-use/IsolatedScanner.MemoryRowBuffer.html |   126 +
 .../IsolatedScanner.MemoryRowBufferFactory.html    |   126 +
 .../class-use/IsolatedScanner.RowBuffer.html       |   183 +
 .../IsolatedScanner.RowBufferFactory.html          |   178 +
 .../core/client/class-use/IsolatedScanner.html     |   126 +
 .../client/class-use/IteratorSetting.Column.html   |   168 +
 .../core/client/class-use/IteratorSetting.html     |   538 +
 .../client/class-use/MultiTableBatchWriter.html    |   229 +
 .../class-use/MutationsRejectedException.html      |   266 +
 .../client/class-use/NamespaceExistsException.html |   175 +
 .../class-use/NamespaceNotEmptyException.html      |   168 +
 .../class-use/NamespaceNotFoundException.html      |   291 +
 .../core/client/class-use/RowIterator.html         |   126 +
 .../class-use/SampleNotPresentException.html       |   126 +
 .../accumulo/core/client/class-use/Scanner.html    |   415 +
 .../core/client/class-use/ScannerBase.html         |   322 +
 .../client/class-use/TableDeletedException.html    |   126 +
 .../client/class-use/TableExistsException.html     |   216 +
 .../client/class-use/TableNotFoundException.html   |   772 ++
 .../client/class-use/TableOfflineException.html    |   126 +
 .../core/client/class-use/TimedOutException.html   |   126 +
 .../core/client/class-use/ZooKeeperInstance.html   |   166 +
 .../core/client/lexicoder/AbstractEncoder.html     |   354 +
 .../core/client/lexicoder/BigIntegerLexicoder.html |   348 +
 .../core/client/lexicoder/BytesLexicoder.html      |   347 +
 .../core/client/lexicoder/DateLexicoder.html       |   345 +
 .../core/client/lexicoder/DoubleLexicoder.html     |   345 +
 .../accumulo/core/client/lexicoder/Encoder.html    |   208 +
 .../core/client/lexicoder/FloatLexicoder.html      |   348 +
 .../core/client/lexicoder/IntegerLexicoder.html    |   346 +
 .../accumulo/core/client/lexicoder/Lexicoder.html  |   205 +
 .../core/client/lexicoder/ListLexicoder.html       |   350 +
 .../core/client/lexicoder/LongLexicoder.html       |   345 +
 .../core/client/lexicoder/PairLexicoder.html       |   368 +
 .../core/client/lexicoder/ReverseLexicoder.html    |   342 +
 .../core/client/lexicoder/StringLexicoder.html     |   346 +
 .../core/client/lexicoder/TextLexicoder.html       |   346 +
 .../core/client/lexicoder/UIntegerLexicoder.html   |   347 +
 .../core/client/lexicoder/ULongLexicoder.html      |   351 +
 .../core/client/lexicoder/UUIDLexicoder.html       |   353 +
 .../lexicoder/class-use/AbstractEncoder.html       |   275 +
 .../lexicoder/class-use/BigIntegerLexicoder.html   |   126 +
 .../client/lexicoder/class-use/BytesLexicoder.html |   126 +
 .../client/lexicoder/class-use/DateLexicoder.html  |   126 +
 .../lexicoder/class-use/DoubleLexicoder.html       |   126 +
 .../core/client/lexicoder/class-use/Encoder.html   |   298 +
 .../client/lexicoder/class-use/FloatLexicoder.html |   126 +
 .../lexicoder/class-use/IntegerLexicoder.html      |   126 +
 .../core/client/lexicoder/class-use/Lexicoder.html |   297 +
 .../client/lexicoder/class-use/ListLexicoder.html  |   126 +
 .../client/lexicoder/class-use/LongLexicoder.html  |   126 +
 .../client/lexicoder/class-use/PairLexicoder.html  |   126 +
 .../lexicoder/class-use/ReverseLexicoder.html      |   126 +
 .../lexicoder/class-use/StringLexicoder.html       |   126 +
 .../client/lexicoder/class-use/TextLexicoder.html  |   126 +
 .../lexicoder/class-use/UIntegerLexicoder.html     |   126 +
 .../client/lexicoder/class-use/ULongLexicoder.html |   168 +
 .../client/lexicoder/class-use/UUIDLexicoder.html  |   126 +
 .../core/client/lexicoder/package-frame.html       |    41 +
 .../core/client/lexicoder/package-summary.html     |   262 +
 .../core/client/lexicoder/package-tree.html        |   176 +
 .../core/client/lexicoder/package-use.html         |   211 +
 .../AbstractInputFormat.AbstractRecordReader.html  |   522 +
 .../core/client/mapred/AbstractInputFormat.html    |   947 ++
 .../client/mapred/AccumuloFileOutputFormat.html    |   563 +
 .../core/client/mapred/AccumuloInputFormat.html    |   360 +
 .../mapred/AccumuloMultiTableInputFormat.html      |   368 +
 .../AccumuloOutputFormat.AccumuloRecordWriter.html |   348 +
 .../core/client/mapred/AccumuloOutputFormat.html   |   970 ++
 .../core/client/mapred/AccumuloRowInputFormat.html |   362 +
 .../mapred/InputFormatBase.RangeInputSplit.html    |   367 +
 .../mapred/InputFormatBase.RecordReaderBase.html   |   384 +
 .../core/client/mapred/InputFormatBase.html        |   937 ++
 .../core/client/mapred/RangeInputSplit.html        |   326 +
 .../AbstractInputFormat.AbstractRecordReader.html  |   166 +
 .../mapred/class-use/AbstractInputFormat.html      |   187 +
 .../mapred/class-use/AccumuloFileOutputFormat.html |   126 +
 .../mapred/class-use/AccumuloInputFormat.html      |   126 +
 .../class-use/AccumuloMultiTableInputFormat.html   |   126 +
 .../AccumuloOutputFormat.AccumuloRecordWriter.html |   126 +
 .../mapred/class-use/AccumuloOutputFormat.html     |   126 +
 .../mapred/class-use/AccumuloRowInputFormat.html   |   126 +
 .../class-use/InputFormatBase.RangeInputSplit.html |   166 +
 .../InputFormatBase.RecordReaderBase.html          |   126 +
 .../client/mapred/class-use/InputFormatBase.html   |   174 +
 .../client/mapred/class-use/RangeInputSplit.html   |   215 +
 .../accumulo/core/client/mapred/package-frame.html |    32 +
 .../core/client/mapred/package-summary.html        |   217 +
 .../accumulo/core/client/mapred/package-tree.html  |   174 +
 .../accumulo/core/client/mapred/package-use.html   |   188 +
 .../AbstractInputFormat.AbstractRecordReader.html  |   590 +
 .../core/client/mapreduce/AbstractInputFormat.html |   990 ++
 .../client/mapreduce/AccumuloFileOutputFormat.html |   563 +
 .../core/client/mapreduce/AccumuloInputFormat.html |   362 +
 .../mapreduce/AccumuloMultiTableInputFormat.html   |   370 +
 .../AccumuloOutputFormat.AccumuloRecordWriter.html |   350 +
 .../client/mapreduce/AccumuloOutputFormat.html     |   975 ++
 .../client/mapreduce/AccumuloRowInputFormat.html   |   365 +
 .../mapreduce/InputFormatBase.RangeInputSplit.html |   348 +
 .../InputFormatBase.RecordReaderBase.html          |   388 +
 .../core/client/mapreduce/InputFormatBase.html     |   938 ++
 .../core/client/mapreduce/InputTableConfig.html    |   750 ++
 .../core/client/mapreduce/RangeInputSplit.html     |   995 ++
 .../AbstractInputFormat.AbstractRecordReader.html  |   166 +
 .../mapreduce/class-use/AbstractInputFormat.html   |   187 +
 .../class-use/AccumuloFileOutputFormat.html        |   126 +
 .../mapreduce/class-use/AccumuloInputFormat.html   |   126 +
 .../class-use/AccumuloMultiTableInputFormat.html   |   126 +
 .../AccumuloOutputFormat.AccumuloRecordWriter.html |   126 +
 .../mapreduce/class-use/AccumuloOutputFormat.html  |   126 +
 .../class-use/AccumuloRowInputFormat.html          |   126 +
 .../class-use/InputFormatBase.RangeInputSplit.html |   166 +
 .../InputFormatBase.RecordReaderBase.html          |   126 +
 .../mapreduce/class-use/InputFormatBase.html       |   174 +
 .../mapreduce/class-use/InputTableConfig.html      |   299 +
 .../mapreduce/class-use/RangeInputSplit.html       |   249 +
 .../lib/partition/KeyRangePartitioner.html         |   364 +
 .../mapreduce/lib/partition/RangePartitioner.html  |   364 +
 .../partition/class-use/KeyRangePartitioner.html   |   126 +
 .../lib/partition/class-use/RangePartitioner.html  |   126 +
 .../mapreduce/lib/partition/package-frame.html     |    22 +
 .../mapreduce/lib/partition/package-summary.html   |   152 +
 .../mapreduce/lib/partition/package-tree.html      |   144 +
 .../mapreduce/lib/partition/package-use.html       |   126 +
 .../lib/util/ConfiguratorBase.ConnectorInfo.html   |   396 +
 .../lib/util/ConfiguratorBase.GeneralOpts.html     |   351 +
 .../lib/util/ConfiguratorBase.InstanceOpts.html    |   382 +
 .../mapreduce/lib/util/ConfiguratorBase.html       |   697 ++
 .../lib/util/FileOutputConfigurator.Opts.html      |   351 +
 .../mapreduce/lib/util/FileOutputConfigurator.html |   544 +
 .../lib/util/InputConfigurator.Features.html       |   396 +
 .../lib/util/InputConfigurator.ScanOpts.html       |   411 +
 .../mapreduce/lib/util/InputConfigurator.html      |  1062 ++
 .../lib/util/OutputConfigurator.Features.html      |   366 +
 .../lib/util/OutputConfigurator.WriteOpts.html     |   366 +
 .../mapreduce/lib/util/OutputConfigurator.html     |   592 +
 .../class-use/ConfiguratorBase.ConnectorInfo.html  |   177 +
 .../class-use/ConfiguratorBase.GeneralOpts.html    |   177 +
 .../class-use/ConfiguratorBase.InstanceOpts.html   |   177 +
 .../lib/util/class-use/ConfiguratorBase.html       |   186 +
 .../class-use/FileOutputConfigurator.Opts.html     |   177 +
 .../lib/util/class-use/FileOutputConfigurator.html |   126 +
 .../util/class-use/InputConfigurator.Features.html |   177 +
 .../util/class-use/InputConfigurator.ScanOpts.html |   177 +
 .../lib/util/class-use/InputConfigurator.html      |   126 +
 .../class-use/OutputConfigurator.Features.html     |   177 +
 .../class-use/OutputConfigurator.WriteOpts.html    |   177 +
 .../lib/util/class-use/OutputConfigurator.html     |   126 +
 .../client/mapreduce/lib/util/package-frame.html   |    35 +
 .../client/mapreduce/lib/util/package-summary.html |   230 +
 .../client/mapreduce/lib/util/package-tree.html    |   164 +
 .../client/mapreduce/lib/util/package-use.html     |   219 +
 .../core/client/mapreduce/package-frame.html       |    33 +
 .../core/client/mapreduce/package-summary.html     |   223 +
 .../core/client/mapreduce/package-tree.html        |   187 +
 .../core/client/mapreduce/package-use.html         |   219 +
 .../accumulo/core/client/mock/IteratorAdapter.html |   269 +
 .../accumulo/core/client/mock/MockAccumulo.html    |   422 +
 .../core/client/mock/MockBatchDeleter.html         |   402 +
 .../core/client/mock/MockBatchScanner.html         |   433 +
 .../accumulo/core/client/mock/MockBatchWriter.html |   345 +
 .../accumulo/core/client/mock/MockConnector.html   |   749 ++
 .../accumulo/core/client/mock/MockInstance.html    |   659 +
 .../client/mock/MockMultiTableBatchWriter.html     |   383 +
 .../accumulo/core/client/mock/MockNamespace.html   |   283 +
 .../accumulo/core/client/mock/MockScanner.html     |   583 +
 .../accumulo/core/client/mock/MockScannerBase.html |   428 +
 .../accumulo/core/client/mock/MockTable.html       |   435 +
 .../apache/accumulo/core/client/mock/MockUser.html |   203 +
 .../client/mock/class-use/IteratorAdapter.html     |   126 +
 .../core/client/mock/class-use/MockAccumulo.html   |   192 +
 .../client/mock/class-use/MockBatchDeleter.html    |   126 +
 .../client/mock/class-use/MockBatchScanner.html    |   172 +
 .../client/mock/class-use/MockBatchWriter.html     |   126 +
 .../core/client/mock/class-use/MockConnector.html  |   126 +
 .../core/client/mock/class-use/MockInstance.html   |   126 +
 .../mock/class-use/MockMultiTableBatchWriter.html  |   126 +
 .../core/client/mock/class-use/MockNamespace.html  |   201 +
 .../core/client/mock/class-use/MockScanner.html    |   126 +
 .../client/mock/class-use/MockScannerBase.html     |   188 +
 .../core/client/mock/class-use/MockTable.html      |   184 +
 .../core/client/mock/class-use/MockUser.html       |   126 +
 .../accumulo/core/client/mock/package-frame.html   |    33 +
 .../accumulo/core/client/mock/package-summary.html |   233 +
 .../accumulo/core/client/mock/package-tree.html    |   169 +
 .../accumulo/core/client/mock/package-use.html     |   193 +
 .../apache/accumulo/core/client/package-frame.html |    67 +
 .../accumulo/core/client/package-summary.html      |   392 +
 .../apache/accumulo/core/client/package-tree.html  |   244 +
 .../apache/accumulo/core/client/package-use.html   |   692 ++
 .../client/replication/PeerExistsException.html    |   293 +
 .../client/replication/PeerNotFoundException.html  |   309 +
 .../replication/class-use/PeerExistsException.html |   169 +
 .../class-use/PeerNotFoundException.html           |   168 +
 .../core/client/replication/package-frame.html     |    22 +
 .../core/client/replication/package-summary.html   |   152 +
 .../core/client/replication/package-tree.html      |   148 +
 .../core/client/replication/package-use.html       |   166 +
 .../core/client/rfile/RFile.InputArguments.html    |   266 +
 .../core/client/rfile/RFile.OutputArguments.html   |   258 +
 .../core/client/rfile/RFile.ScannerFSOptions.html  |   255 +
 .../core/client/rfile/RFile.ScannerOptions.html    |   416 +
 .../core/client/rfile/RFile.WriterFSOptions.html   |   255 +
 .../core/client/rfile/RFile.WriterOptions.html     |   334 +
 .../apache/accumulo/core/client/rfile/RFile.html   |   354 +
 .../accumulo/core/client/rfile/RFileSource.html    |   294 +
 .../accumulo/core/client/rfile/RFileWriter.html    |   491 +
 .../rfile/class-use/RFile.InputArguments.html      |   168 +
 .../rfile/class-use/RFile.OutputArguments.html     |   168 +
 .../rfile/class-use/RFile.ScannerFSOptions.html    |   168 +
 .../rfile/class-use/RFile.ScannerOptions.html      |   230 +
 .../rfile/class-use/RFile.WriterFSOptions.html     |   166 +
 .../rfile/class-use/RFile.WriterOptions.html       |   207 +
 .../core/client/rfile/class-use/RFile.html         |   126 +
 .../core/client/rfile/class-use/RFileSource.html   |   168 +
 .../core/client/rfile/class-use/RFileWriter.html   |   166 +
 .../accumulo/core/client/rfile/package-frame.html  |    32 +
 .../core/client/rfile/package-summary.html         |   205 +
 .../accumulo/core/client/rfile/package-tree.html   |   156 +
 .../accumulo/core/client/rfile/package-use.html    |   196 +
 .../core/client/sample/AbstractHashSampler.html    |   373 +
 .../core/client/sample/RowColumnSampler.html       |   387 +
 .../accumulo/core/client/sample/RowSampler.html    |   325 +
 .../accumulo/core/client/sample/Sampler.html       |   278 +
 .../core/client/sample/SamplerConfiguration.html   |   382 +
 .../sample/class-use/AbstractHashSampler.html      |   174 +
 .../client/sample/class-use/RowColumnSampler.html  |   126 +
 .../core/client/sample/class-use/RowSampler.html   |   126 +
 .../core/client/sample/class-use/Sampler.html      |   191 +
 .../sample/class-use/SamplerConfiguration.html     |   406 +
 .../accumulo/core/client/sample/package-frame.html |    28 +
 .../core/client/sample/package-summary.html        |   181 +
 .../accumulo/core/client/sample/package-tree.html  |   149 +
 .../accumulo/core/client/sample/package-use.html   |   276 +
 .../core/client/security/SecurityErrorCode.html    |   547 +
 .../security/class-use/SecurityErrorCode.html      |   259 +
 .../core/client/security/package-frame.html        |    21 +
 .../core/client/security/package-summary.html      |   144 +
 .../core/client/security/package-tree.html         |   143 +
 .../accumulo/core/client/security/package-use.html |   178 +
 ...icationToken.AuthenticationTokenSerializer.html |   356 +
 .../tokens/AuthenticationToken.Properties.html     |   562 +
 .../tokens/AuthenticationToken.TokenProperty.html  |   380 +
 .../security/tokens/AuthenticationToken.html       |   311 +
 .../security/tokens/CredentialProviderToken.html   |   445 +
 .../client/security/tokens/DelegationToken.html    |   238 +
 .../core/client/security/tokens/KerberosToken.html |   625 +
 .../core/client/security/tokens/NullToken.html     |   448 +
 .../core/client/security/tokens/PasswordToken.html |   547 +
 ...icationToken.AuthenticationTokenSerializer.html |   126 +
 .../class-use/AuthenticationToken.Properties.html  |   182 +
 .../AuthenticationToken.TokenProperty.html         |   195 +
 .../tokens/class-use/AuthenticationToken.html      |   483 +
 .../tokens/class-use/CredentialProviderToken.html  |   166 +
 .../security/tokens/class-use/DelegationToken.html |   168 +
 .../security/tokens/class-use/KerberosToken.html   |   166 +
 .../security/tokens/class-use/NullToken.html       |   166 +
 .../security/tokens/class-use/PasswordToken.html   |   213 +
 .../core/client/security/tokens/package-frame.html |    32 +
 .../client/security/tokens/package-summary.html    |   197 +
 .../core/client/security/tokens/package-tree.html  |   178 +
 .../core/client/security/tokens/package-use.html   |   305 +
 .../accumulo/core/data/ArrayByteSequence.html      |   608 +
 .../apache/accumulo/core/data/ByteSequence.html    |   500 +
 .../org/apache/accumulo/core/data/Column.html      |   599 +
 .../apache/accumulo/core/data/ColumnUpdate.html    |   477 +
 .../apache/accumulo/core/data/ComparableBytes.html |   378 +
 .../org/apache/accumulo/core/data/Condition.html   |   688 ++
 .../accumulo/core/data/ConditionalMutation.html    |   454 +
 .../core/data/ConstraintViolationSummary.html      |   460 +
 .../apidocs/org/apache/accumulo/core/data/Key.html |  1988 +++
 .../org/apache/accumulo/core/data/KeyExtent.html   |   971 ++
 .../org/apache/accumulo/core/data/KeyValue.html    |   321 +
 .../core/data/Mutation.SERIALIZED_FORMAT.html      |   349 +
 .../org/apache/accumulo/core/data/Mutation.html    |  1702 +++
 .../org/apache/accumulo/core/data/PartialKey.html  |   440 +
 .../org/apache/accumulo/core/data/Range.html       |  1586 +++
 .../org/apache/accumulo/core/data/TabletId.html    |   286 +
 .../accumulo/core/data/Value.Comparator.html       |   320 +
 .../org/apache/accumulo/core/data/Value.html       |   751 ++
 .../core/data/class-use/ArrayByteSequence.html     |   126 +
 .../accumulo/core/data/class-use/ByteSequence.html |   355 +
 .../accumulo/core/data/class-use/Column.html       |   203 +
 .../accumulo/core/data/class-use/ColumnUpdate.html |   187 +
 .../core/data/class-use/ComparableBytes.html       |   126 +
 .../accumulo/core/data/class-use/Condition.html    |   260 +
 .../core/data/class-use/ConditionalMutation.html   |   234 +
 .../data/class-use/ConstraintViolationSummary.html |   207 +
 .../apache/accumulo/core/data/class-use/Key.html   |   741 ++
 .../accumulo/core/data/class-use/KeyExtent.html    |   439 +
 .../accumulo/core/data/class-use/KeyValue.html     |   168 +
 .../data/class-use/Mutation.SERIALIZED_FORMAT.html |   181 +
 .../accumulo/core/data/class-use/Mutation.html     |   384 +
 .../accumulo/core/data/class-use/PartialKey.html   |   212 +
 .../apache/accumulo/core/data/class-use/Range.html |   870 ++
 .../accumulo/core/data/class-use/TabletId.html     |   247 +
 .../core/data/class-use/Value.Comparator.html      |   126 +
 .../apache/accumulo/core/data/class-use/Value.html |   615 +
 .../data/doc-files/mutation-serialization.html     |   196 +
 .../apache/accumulo/core/data/package-frame.html   |    44 +
 .../apache/accumulo/core/data/package-summary.html |   272 +
 .../apache/accumulo/core/data/package-tree.html    |   192 +
 .../org/apache/accumulo/core/data/package-use.html |   541 +
 .../core/security/AuthorizationContainer.html      |   237 +
 .../accumulo/core/security/Authorizations.html     |   703 ++
 .../core/security/ColumnVisibility.Node.html       |   398 +
 .../security/ColumnVisibility.NodeComparator.html  |   308 +
 .../core/security/ColumnVisibility.NodeType.html   |   372 +
 .../accumulo/core/security/ColumnVisibility.html   |   649 +
 .../core/security/NamespacePermission.html         |   518 +
 .../accumulo/core/security/SystemPermission.html   |   528 +
 .../accumulo/core/security/TablePermission.html    |   456 +
 .../core/security/VisibilityConstraint.html        |   280 +
 .../core/security/VisibilityEvaluator.html         |   341 +
 .../core/security/VisibilityParseException.html    |   328 +
 .../security/class-use/AuthorizationContainer.html |   181 +
 .../core/security/class-use/Authorizations.html    |   606 +
 .../security/class-use/ColumnVisibility.Node.html  |   242 +
 .../class-use/ColumnVisibility.NodeComparator.html |   168 +
 .../class-use/ColumnVisibility.NodeType.html       |   191 +
 .../core/security/class-use/ColumnVisibility.html  |   379 +
 .../security/class-use/NamespacePermission.html    |   231 +
 .../core/security/class-use/SystemPermission.html  |   233 +
 .../core/security/class-use/TablePermission.html   |   236 +
 .../security/class-use/VisibilityConstraint.html   |   126 +
 .../security/class-use/VisibilityEvaluator.html    |   126 +
 .../class-use/VisibilityParseException.html        |   168 +
 .../accumulo/core/security/package-frame.html      |    41 +
 .../accumulo/core/security/package-summary.html    |   245 +
 .../accumulo/core/security/package-tree.html       |   180 +
 .../apache/accumulo/core/security/package-use.html |   391 +
 .../apache/accumulo/minicluster/MemoryUnit.html    |   410 +
 .../accumulo/minicluster/MiniAccumuloCluster.html  |   460 +
 .../accumulo/minicluster/MiniAccumuloConfig.html   |   662 +
 .../accumulo/minicluster/MiniAccumuloInstance.html |   313 +
 .../minicluster/MiniAccumuloRunner.Opts.html       |   270 +
 .../MiniAccumuloRunner.PropertiesConverter.html    |   286 +
 .../accumulo/minicluster/MiniAccumuloRunner.html   |   333 +
 .../apache/accumulo/minicluster/ServerType.html    |   408 +
 .../accumulo/minicluster/class-use/MemoryUnit.html |   203 +
 .../minicluster/class-use/MiniAccumuloCluster.html |   126 +
 .../minicluster/class-use/MiniAccumuloConfig.html  |   232 +
 .../class-use/MiniAccumuloInstance.html            |   126 +
 .../class-use/MiniAccumuloRunner.Opts.html         |   126 +
 .../MiniAccumuloRunner.PropertiesConverter.html    |   126 +
 .../minicluster/class-use/MiniAccumuloRunner.html  |   126 +
 .../accumulo/minicluster/class-use/ServerType.html |   209 +
 .../apache/accumulo/minicluster/package-frame.html |    31 +
 .../accumulo/minicluster/package-summary.html      |   191 +
 .../apache/accumulo/minicluster/package-tree.html  |   165 +
 .../apache/accumulo/minicluster/package-use.html   |   167 +
 output/1.9/apidocs/overview-frame.html             |    37 +
 output/1.9/apidocs/overview-summary.html           |   202 +
 output/1.9/apidocs/overview-tree.html              |   585 +
 output/1.9/apidocs/package-list                    |    16 +
 output/1.9/apidocs/script.js                       |    30 +
 output/1.9/apidocs/serialized-form.html            |   473 +
 output/1.9/apidocs/stylesheet.css                  |   574 +
 output/1.9/examples/batch.html                     |   206 +
 output/1.9/examples/bloom.html                     |   380 +
 output/1.9/examples/bulkIngest.html                |   181 +
 output/1.9/examples/classpath.html                 |   219 +
 output/1.9/examples/client.html                    |   231 +
 output/1.9/examples/combiner.html                  |   220 +
 output/1.9/examples/constraints.html               |   204 +
 output/1.9/examples/dirlist.html                   |   281 +
 output/1.9/examples/export.html                    |   241 +
 output/1.9/examples/filedata.html                  |   210 +
 output/1.9/examples/filter.html                    |   261 +
 output/1.9/examples/helloworld.html                |   202 +
 output/1.9/examples/index.html                     |   251 +
 output/1.9/examples/isolation.html                 |   197 +
 output/1.9/examples/mapred.html                    |   302 +
 output/1.9/examples/maxmutation.html               |   197 +
 output/1.9/examples/regex.html                     |   206 +
 output/1.9/examples/reservations.html              |   215 +
 output/1.9/examples/rgbalancer.html                |   312 +
 output/1.9/examples/rowhash.html                   |   209 +
 output/1.9/examples/sample.html                    |   349 +
 output/1.9/examples/shard.html                     |   221 +
 output/1.9/examples/tabletofile.html               |   209 +
 output/1.9/examples/terasort.html                  |   199 +
 output/1.9/examples/visibility.html                |   286 +
 output/CONTRIBUTING.md                             |    32 +
 output/README.md                                   |   164 +
 output/accumulo2-maven-plugin/ci-management.html   |    95 +
 .../css/apache-maven-fluido-1.8.min.css            |    17 +
 output/accumulo2-maven-plugin/css/print.css        |    21 +
 output/accumulo2-maven-plugin/css/site.css         |     1 +
 output/accumulo2-maven-plugin/dependencies.html    |  3308 +++++
 output/accumulo2-maven-plugin/dependency-info.html |   112 +
 .../distribution-management.html                   |    92 +
 .../fonts/glyphicons-halflings-regular.eot         |   Bin 0 -> 35691 bytes
 .../fonts/glyphicons-halflings-regular.svg         |   229 +
 .../fonts/glyphicons-halflings-regular.ttf         |   Bin 0 -> 55383 bytes
 .../fonts/glyphicons-halflings-regular.woff        |   Bin 0 -> 42340 bytes
 output/accumulo2-maven-plugin/help-mojo.html       |   215 +
 .../images/accessories-text-editor.png             |   Bin 0 -> 746 bytes
 output/accumulo2-maven-plugin/images/add.gif       |   Bin 0 -> 397 bytes
 .../images/apache-maven-project-2.png              |   Bin 0 -> 43073 bytes
 .../images/application-certificate.png             |   Bin 0 -> 923 bytes
 output/accumulo2-maven-plugin/images/close.gif     |   Bin 0 -> 279 bytes
 .../accumulo2-maven-plugin/images/contact-new.png  |   Bin 0 -> 736 bytes
 .../images/document-properties.png                 |   Bin 0 -> 577 bytes
 .../images/drive-harddisk.png                      |   Bin 0 -> 700 bytes
 output/accumulo2-maven-plugin/images/fix.gif       |   Bin 0 -> 366 bytes
 .../images/icon_error_sml.gif                      |   Bin 0 -> 633 bytes
 .../images/icon_help_sml.gif                       |   Bin 0 -> 1072 bytes
 .../images/icon_info_sml.gif                       |   Bin 0 -> 638 bytes
 .../images/icon_success_sml.gif                    |   Bin 0 -> 604 bytes
 .../images/icon_warning_sml.gif                    |   Bin 0 -> 625 bytes
 .../images/image-x-generic.png                     |   Bin 0 -> 662 bytes
 .../images/internet-web-browser.png                |   Bin 0 -> 1017 bytes
 .../images/logos/build-by-maven-black.png          |   Bin 0 -> 2294 bytes
 .../images/logos/build-by-maven-white.png          |   Bin 0 -> 2260 bytes
 .../images/logos/maven-feather.png                 |   Bin 0 -> 3330 bytes
 .../images/network-server.png                      |   Bin 0 -> 536 bytes
 .../images/package-x-generic.png                   |   Bin 0 -> 717 bytes
 .../images/profiles/pre-release.png                |   Bin 0 -> 32607 bytes
 .../images/profiles/retired.png                    |   Bin 0 -> 22003 bytes
 .../images/profiles/sandbox.png                    |   Bin 0 -> 33010 bytes
 output/accumulo2-maven-plugin/images/remove.gif    |   Bin 0 -> 607 bytes
 output/accumulo2-maven-plugin/images/rss.png       |   Bin 0 -> 474 bytes
 output/accumulo2-maven-plugin/images/update.gif    |   Bin 0 -> 1090 bytes
 .../accumulo2-maven-plugin/images/window-new.png   |   Bin 0 -> 583 bytes
 .../img/glyphicons-halflings-white.png             |   Bin 0 -> 8777 bytes
 .../img/glyphicons-halflings.png                   |   Bin 0 -> 12799 bytes
 output/accumulo2-maven-plugin/index.html           |   141 +
 .../accumulo2-maven-plugin/issue-management.html   |    93 +
 .../js/apache-maven-fluido-1.8.min.js              |    25 +
 output/accumulo2-maven-plugin/licenses.html        |   698 ++
 output/accumulo2-maven-plugin/mailing-lists.html   |   121 +
 output/accumulo2-maven-plugin/plugin-info.html     |   140 +
 .../accumulo2-maven-plugin/plugin-management.html  |   222 +
 output/accumulo2-maven-plugin/plugins.html         |   192 +
 output/accumulo2-maven-plugin/project-info.html    |   131 +
 output/accumulo2-maven-plugin/project-reports.html |    87 +
 output/accumulo2-maven-plugin/scm.html             |   101 +
 output/accumulo2-maven-plugin/start-mojo.html      |   336 +
 output/accumulo2-maven-plugin/stop-mojo.html       |   150 +
 output/accumulo2-maven-plugin/summary.html         |   134 +
 output/api/index.html                              |   205 +
 output/blog/2014/05/03/accumulo-classloader.html   |   236 +
 .../05/27/getting-started-with-accumulo-1.6.0.html |   221 +
 .../scaling-accumulo-with-multivolume-support.html |   320 +
 .../2014/07/09/functional-reads-over-accumulo.html |   226 +
 ...eystores-for-configuring-accumulo-with-ssl.html |   276 +
 .../2015/03/20/balancing-groups-of-tablets.html    |   196 +
 .../replicating-data-across-accumulo-clusters.html |   228 +
 output/blog/2016/11/02/durability-performance.html |   335 +
 .../2016/11/16/simpler-scripts-and-config.html     |   318 +
 output/blog/2016/12/19/running-on-fedora-25.html   |   508 +
 .../03/06/security-performance-implications.html   |   451 +
 .../2017/03/21/happy-anniversary-accumulo.html     |   185 +
 .../2017/04/21/introducing-uno-and-muchos.html     |   256 +
 .../06/29/accumulo-documentation-improvements.html |   195 +
 .../2017/07/27/accumulo-summmit-on-october-16.html |   182 +
 output/blog/2017/12/12/take-the-accumulo-tour.html |   193 +
 .../blog/2018/03/16/moving-to-github-issues.html   |   191 +
 .../blog/2018/03/22/view-metrics-in-grafana.html   |   254 +
 output/blog/2018/07/05/accumulo-summit.html        |   182 +
 output/blog/2019/02/28/nosql-day.html              |   192 +
 .../blog/2019/04/24/using-spark-with-accumulo.html |   179 +
 output/blog/2019/08/12/why-upgrade.html            |   303 +
 output/blog/2019/09/10/accumulo-S3-notes.html      |   303 +
 output/blog/2019/09/17/erasure-coding.html         |   486 +
 .../blog/2019/10/15/accumulo-adlsgen2-notes.html   |   305 +
 .../blog/2019/11/04/checkstyle-import-control.html |   257 +
 output/blog/2019/12/16/accumulo-proxy.html         |   219 +
 output/blog/index.html                             |    11 +
 output/bylaws.html                                 |    11 +
 output/contact-us/index.html                       |   227 +
 output/contrib.html                                |    11 +
 output/contributor/advanced-contributor.html       |   286 +
 output/contributor/building.html                   |   237 +
 output/contributor/bylaws.html                     |   440 +
 output/contributor/consensusBuilding.html          |   214 +
 output/contributor/contrib-projects.html           |   232 +
 output/contributor/index.html                      |    11 +
 output/contributor/lazyConsensus.html              |   217 +
 output/contributor/making-release.html             |   390 +
 output/contributor/release-management.html         |   293 +
 output/contributor/releasing.html                  |    11 +
 output/contributor/testing-release.html            |   218 +
 output/contributor/verifying-release.html          |   312 +
 output/contributor/versioning.html                 |   240 +
 output/contributor/voting.html                     |   251 +
 output/contributors-guide/index.html               |   230 +
 output/css/accumulo.css                            |   287 +
 output/css/accumulo.css.map                        |    14 +
 output/design/system-snapshot.html                 |   384 +
 output/doap/accumulo.rdf                           |   288 +
 output/doap/accumulo2-maven-plugin.rdf             |    52 +
 output/docs-archive/index.html                     |   218 +
 output/docs/2.x/administration/caching.html        |   497 +
 output/docs/2.x/administration/erasure-coding.html |   651 +
 output/docs/2.x/administration/fate.html           |   522 +
 .../docs/2.x/administration/in-depth-install.html  |  1205 ++
 .../2.x/administration/monitoring-metrics.html     |   568 +
 output/docs/2.x/administration/multivolume.html    |   515 +
 output/docs/2.x/administration/replication.html    |   856 ++
 output/docs/2.x/administration/scan-executors.html |   602 +
 output/docs/2.x/administration/upgrading.html      |   684 ++
 output/docs/2.x/apidocs/allclasses-index.html      |  1425 +++
 output/docs/2.x/apidocs/allclasses.html            |   242 +
 output/docs/2.x/apidocs/allpackages-index.html     |   228 +
 output/docs/2.x/apidocs/constant-values.html       |   393 +
 output/docs/2.x/apidocs/deprecated-list.html       |   572 +
 output/docs/2.x/apidocs/element-list               |    16 +
 output/docs/2.x/apidocs/help-doc.html              |   282 +
 output/docs/2.x/apidocs/index-all.html             |  7432 +++++++++++
 output/docs/2.x/apidocs/index.html                 |   224 +
 .../2.x/apidocs/jquery/external/jquery/jquery.js   | 10364 ++++++++++++++++
 .../jquery/images/ui-bg_flat_0_aaaaaa_40x100.png   |   Bin 0 -> 212 bytes
 .../jquery/images/ui-bg_flat_75_ffffff_40x100.png  |   Bin 0 -> 208 bytes
 .../jquery/images/ui-bg_glass_55_fbf9ee_1x400.png  |   Bin 0 -> 335 bytes
 .../jquery/images/ui-bg_glass_65_ffffff_1x400.png  |   Bin 0 -> 207 bytes
 .../jquery/images/ui-bg_glass_75_dadada_1x400.png  |   Bin 0 -> 262 bytes
 .../jquery/images/ui-bg_glass_75_e6e6e6_1x400.png  |   Bin 0 -> 262 bytes
 .../jquery/images/ui-bg_glass_95_fef1ec_1x400.png  |   Bin 0 -> 332 bytes
 .../ui-bg_highlight-soft_75_cccccc_1x100.png       |   Bin 0 -> 280 bytes
 .../jquery/images/ui-icons_222222_256x240.png      |   Bin 0 -> 6922 bytes
 .../jquery/images/ui-icons_2e83ff_256x240.png      |   Bin 0 -> 4549 bytes
 .../jquery/images/ui-icons_454545_256x240.png      |   Bin 0 -> 6992 bytes
 .../jquery/images/ui-icons_888888_256x240.png      |   Bin 0 -> 6999 bytes
 .../jquery/images/ui-icons_cd0a0a_256x240.png      |   Bin 0 -> 4549 bytes
 output/docs/2.x/apidocs/jquery/jquery-3.3.1.js     | 10364 ++++++++++++++++
 .../2.x/apidocs/jquery/jquery-migrate-3.0.1.js     |   628 +
 output/docs/2.x/apidocs/jquery/jquery-ui.css       |   544 +
 output/docs/2.x/apidocs/jquery/jquery-ui.js        |  2610 ++++
 output/docs/2.x/apidocs/jquery/jquery-ui.min.css   |     7 +
 output/docs/2.x/apidocs/jquery/jquery-ui.min.js    |     7 +
 .../2.x/apidocs/jquery/jquery-ui.structure.css     |   152 +
 .../2.x/apidocs/jquery/jquery-ui.structure.min.css |     5 +
 .../jquery/jszip-utils/dist/jszip-utils-ie.js      |    56 +
 .../jquery/jszip-utils/dist/jszip-utils-ie.min.js  |    10 +
 .../apidocs/jquery/jszip-utils/dist/jszip-utils.js |   118 +
 .../jquery/jszip-utils/dist/jszip-utils.min.js     |    10 +
 output/docs/2.x/apidocs/jquery/jszip/dist/jszip.js | 11623 ++++++++++++++++++
 .../2.x/apidocs/jquery/jszip/dist/jszip.min.js     |    15 +
 output/docs/2.x/apidocs/member-search-index.js     |     1 +
 output/docs/2.x/apidocs/member-search-index.zip    |   Bin 0 -> 20443 bytes
 .../org/apache/accumulo/core/client/Accumulo.html  |   335 +
 .../client/AccumuloClient.AuthenticationArgs.html  |   329 +
 .../core/client/AccumuloClient.ClientFactory.html  |   272 +
 .../client/AccumuloClient.ConnectionOptions.html   |   387 +
 .../core/client/AccumuloClient.FromOptions.html    |   242 +
 .../core/client/AccumuloClient.InstanceArgs.html   |   267 +
 .../client/AccumuloClient.PropertyOptions.html     |   340 +
 .../core/client/AccumuloClient.SaslOptions.html    |   305 +
 .../core/client/AccumuloClient.SslOptions.html     |   384 +
 .../accumulo/core/client/AccumuloClient.html       |   908 ++
 .../accumulo/core/client/AccumuloException.html    |   341 +
 .../core/client/AccumuloSecurityException.html     |   540 +
 .../apache/accumulo/core/client/BatchDeleter.html  |   328 +
 .../apache/accumulo/core/client/BatchScanner.html  |   364 +
 .../apache/accumulo/core/client/BatchWriter.html   |   349 +
 .../accumulo/core/client/BatchWriterConfig.html    |   664 +
 .../client/ClientConfiguration.ClientProperty.html |   686 ++
 .../accumulo/core/client/ClientConfiguration.html  |  1008 ++
 .../core/client/ClientSideIteratorScanner.html     |   734 ++
 .../core/client/ConditionalWriter.Result.html      |   385 +
 .../core/client/ConditionalWriter.Status.html      |   440 +
 .../accumulo/core/client/ConditionalWriter.html    |   343 +
 .../core/client/ConditionalWriterConfig.html       |   540 +
 .../org/apache/accumulo/core/client/Connector.html |   855 ++
 .../apache/accumulo/core/client/Durability.html    |   442 +
 .../org/apache/accumulo/core/client/Instance.html  |   538 +
 .../client/IsolatedScanner.MemoryRowBuffer.html    |   366 +
 .../IsolatedScanner.MemoryRowBufferFactory.html    |   321 +
 .../core/client/IsolatedScanner.RowBuffer.html     |   304 +
 .../client/IsolatedScanner.RowBufferFactory.html   |   260 +
 .../accumulo/core/client/IsolatedScanner.html      |   654 +
 .../core/client/IteratorSetting.Column.html        |   383 +
 .../accumulo/core/client/IteratorSetting.html      |   866 ++
 .../core/client/MultiTableBatchWriter.html         |   336 +
 .../core/client/MutationsRejectedException.html    |   462 +
 .../core/client/NamespaceExistsException.html      |   349 +
 .../core/client/NamespaceNotEmptyException.html    |   391 +
 .../core/client/NamespaceNotFoundException.html    |   391 +
 .../apache/accumulo/core/client/RowIterator.html   |   414 +
 .../core/client/SampleNotPresentException.html     |   332 +
 .../org/apache/accumulo/core/client/Scanner.html   |   439 +
 .../apache/accumulo/core/client/ScannerBase.html   |   905 ++
 .../core/client/TableDeletedException.html         |   361 +
 .../accumulo/core/client/TableExistsException.html |   349 +
 .../core/client/TableNotFoundException.html        |   412 +
 .../core/client/TableOfflineException.html         |   344 +
 .../accumulo/core/client/TimedOutException.html    |   353 +
 .../accumulo/core/client/ZooKeeperInstance.html    |   574 +
 .../admin/ActiveCompaction.CompactionReason.html   |   438 +
 .../admin/ActiveCompaction.CompactionType.html     |   423 +
 .../core/client/admin/ActiveCompaction.html        |   529 +
 .../accumulo/core/client/admin/ActiveScan.html     |   545 +
 .../core/client/admin/CompactionConfig.html        |   536 +
 .../client/admin/CompactionStrategyConfig.html     |   401 +
 .../core/client/admin/DelegationTokenConfig.html   |   405 +
 .../accumulo/core/client/admin/DiskUsage.html      |   434 +
 .../apache/accumulo/core/client/admin/FindMax.html |   321 +
 .../core/client/admin/InitialTableState.html       |   385 +
 .../core/client/admin/InstanceOperations.html      |   530 +
 .../accumulo/core/client/admin/Locations.html      |   305 +
 .../core/client/admin/NamespaceOperations.html     |   944 ++
 .../core/client/admin/NewTableConfiguration.html   |   632 +
 .../core/client/admin/ReplicationOperations.html   |   397 +
 .../accumulo/core/client/admin/ScanState.html      |   393 +
 .../accumulo/core/client/admin/ScanType.html       |   380 +
 .../core/client/admin/SecurityOperations.html      |   760 ++
 .../core/client/admin/SummaryRetriever.html        |   446 +
 ...TableOperations.ImportDestinationArguments.html |   264 +
 .../TableOperations.ImportMappingOptions.html      |   376 +
 .../admin/TableOperations.ImportOptions.html       |   303 +
 .../core/client/admin/TableOperations.html         |  2243 ++++
 .../accumulo/core/client/admin/TimeType.html       |   390 +
 .../ActiveCompaction.CompactionReason.html         |   209 +
 .../class-use/ActiveCompaction.CompactionType.html |   209 +
 .../client/admin/class-use/ActiveCompaction.html   |   196 +
 .../core/client/admin/class-use/ActiveScan.html    |   196 +
 .../client/admin/class-use/CompactionConfig.html   |   237 +
 .../admin/class-use/CompactionStrategyConfig.html  |   214 +
 .../admin/class-use/DelegationTokenConfig.html     |   214 +
 .../core/client/admin/class-use/DiskUsage.html     |   196 +
 .../core/client/admin/class-use/FindMax.html       |   150 +
 .../client/admin/class-use/InitialTableState.html  |   211 +
 .../client/admin/class-use/InstanceOperations.html |   204 +
 .../core/client/admin/class-use/Locations.html     |   197 +
 .../admin/class-use/NamespaceOperations.html       |   206 +
 .../admin/class-use/NewTableConfiguration.html     |   278 +
 .../admin/class-use/ReplicationOperations.html     |   204 +
 .../core/client/admin/class-use/ScanState.html     |   209 +
 .../core/client/admin/class-use/ScanType.html      |   209 +
 .../client/admin/class-use/SecurityOperations.html |   206 +
 .../client/admin/class-use/SummaryRetriever.html   |   252 +
 ...TableOperations.ImportDestinationArguments.html |   196 +
 .../TableOperations.ImportMappingOptions.html      |   201 +
 .../class-use/TableOperations.ImportOptions.html   |   227 +
 .../client/admin/class-use/TableOperations.html    |   204 +
 .../core/client/admin/class-use/TimeType.html      |   239 +
 .../core/client/admin/package-summary.html         |   314 +
 .../accumulo/core/client/admin/package-tree.html   |   209 +
 .../accumulo/core/client/admin/package-use.html    |   322 +
 .../accumulo/core/client/class-use/Accumulo.html   |   150 +
 .../AccumuloClient.AuthenticationArgs.html         |   210 +
 .../class-use/AccumuloClient.ClientFactory.html    |   215 +
 .../AccumuloClient.ConnectionOptions.html          |   257 +
 .../class-use/AccumuloClient.FromOptions.html      |   210 +
 .../class-use/AccumuloClient.InstanceArgs.html     |   196 +
 .../class-use/AccumuloClient.PropertyOptions.html  |   203 +
 .../class-use/AccumuloClient.SaslOptions.html      |   210 +
 .../class-use/AccumuloClient.SslOptions.html       |   235 +
 .../core/client/class-use/AccumuloClient.html      |   263 +
 .../core/client/class-use/AccumuloException.html   |  1235 ++
 .../class-use/AccumuloSecurityException.html       |  1248 ++
 .../core/client/class-use/BatchDeleter.html        |   235 +
 .../core/client/class-use/BatchScanner.html        |   224 +
 .../core/client/class-use/BatchWriter.html         |   232 +
 .../core/client/class-use/BatchWriterConfig.html   |   408 +
 .../ClientConfiguration.ClientProperty.html        |   254 +
 .../core/client/class-use/ClientConfiguration.html |   523 +
 .../class-use/ClientSideIteratorScanner.html       |   150 +
 .../client/class-use/ConditionalWriter.Result.html |   213 +
 .../client/class-use/ConditionalWriter.Status.html |   227 +
 .../core/client/class-use/ConditionalWriter.html   |   206 +
 .../client/class-use/ConditionalWriterConfig.html  |   246 +
 .../accumulo/core/client/class-use/Connector.html  |   278 +
 .../accumulo/core/client/class-use/Durability.html |   238 +
 .../accumulo/core/client/class-use/Instance.html   |   372 +
 .../class-use/IsolatedScanner.MemoryRowBuffer.html |   150 +
 .../IsolatedScanner.MemoryRowBufferFactory.html    |   150 +
 .../class-use/IsolatedScanner.RowBuffer.html       |   214 +
 .../IsolatedScanner.RowBufferFactory.html          |   208 +
 .../core/client/class-use/IsolatedScanner.html     |   150 +
 .../client/class-use/IteratorSetting.Column.html   |   196 +
 .../core/client/class-use/IteratorSetting.html     |   596 +
 .../client/class-use/MultiTableBatchWriter.html    |   222 +
 .../class-use/MutationsRejectedException.html      |   238 +
 .../client/class-use/NamespaceExistsException.html |   204 +
 .../class-use/NamespaceNotEmptyException.html      |   196 +
 .../class-use/NamespaceNotFoundException.html      |   337 +
 .../core/client/class-use/RowIterator.html         |   150 +
 .../class-use/SampleNotPresentException.html       |   150 +
 .../accumulo/core/client/class-use/Scanner.html    |   439 +
 .../core/client/class-use/ScannerBase.html         |   315 +
 .../client/class-use/TableDeletedException.html    |   150 +
 .../client/class-use/TableExistsException.html     |   252 +
 .../client/class-use/TableNotFoundException.html   |   792 ++
 .../client/class-use/TableOfflineException.html    |   150 +
 .../core/client/class-use/TimedOutException.html   |   150 +
 .../core/client/class-use/ZooKeeperInstance.html   |   198 +
 .../core/client/lexicoder/AbstractEncoder.html     |   391 +
 .../core/client/lexicoder/BigIntegerLexicoder.html |   382 +
 .../core/client/lexicoder/BytesLexicoder.html      |   384 +
 .../core/client/lexicoder/DateLexicoder.html       |   382 +
 .../core/client/lexicoder/DoubleLexicoder.html     |   382 +
 .../accumulo/core/client/lexicoder/Encoder.html    |   286 +
 .../core/client/lexicoder/FloatLexicoder.html      |   382 +
 .../core/client/lexicoder/IntegerLexicoder.html    |   383 +
 .../accumulo/core/client/lexicoder/Lexicoder.html  |   230 +
 .../core/client/lexicoder/ListLexicoder.html       |   389 +
 .../core/client/lexicoder/LongLexicoder.html       |   381 +
 .../core/client/lexicoder/PairLexicoder.html       |   405 +
 .../core/client/lexicoder/ReverseLexicoder.html    |   378 +
 .../core/client/lexicoder/SequenceLexicoder.html   |   392 +
 .../core/client/lexicoder/StringLexicoder.html     |   383 +
 .../core/client/lexicoder/TextLexicoder.html       |   383 +
 .../core/client/lexicoder/UIntegerLexicoder.html   |   384 +
 .../core/client/lexicoder/ULongLexicoder.html      |   388 +
 .../core/client/lexicoder/UUIDLexicoder.html       |   386 +
 .../lexicoder/class-use/AbstractEncoder.html       |   329 +
 .../lexicoder/class-use/BigIntegerLexicoder.html   |   150 +
 .../client/lexicoder/class-use/BytesLexicoder.html |   150 +
 .../client/lexicoder/class-use/DateLexicoder.html  |   150 +
 .../lexicoder/class-use/DoubleLexicoder.html       |   150 +
 .../core/client/lexicoder/class-use/Encoder.html   |   355 +
 .../client/lexicoder/class-use/FloatLexicoder.html |   150 +
 .../lexicoder/class-use/IntegerLexicoder.html      |   150 +
 .../core/client/lexicoder/class-use/Lexicoder.html |   357 +
 .../client/lexicoder/class-use/ListLexicoder.html  |   150 +
 .../client/lexicoder/class-use/LongLexicoder.html  |   150 +
 .../client/lexicoder/class-use/PairLexicoder.html  |   150 +
 .../lexicoder/class-use/ReverseLexicoder.html      |   150 +
 .../lexicoder/class-use/SequenceLexicoder.html     |   150 +
 .../lexicoder/class-use/StringLexicoder.html       |   150 +
 .../client/lexicoder/class-use/TextLexicoder.html  |   150 +
 .../lexicoder/class-use/UIntegerLexicoder.html     |   150 +
 .../client/lexicoder/class-use/ULongLexicoder.html |   196 +
 .../client/lexicoder/class-use/UUIDLexicoder.html  |   150 +
 .../core/client/lexicoder/package-summary.html     |   293 +
 .../core/client/lexicoder/package-tree.html        |   201 +
 .../core/client/lexicoder/package-use.html         |   244 +
 .../AbstractInputFormat.AbstractRecordReader.html  |   576 +
 .../core/client/mapred/AbstractInputFormat.html    |  1005 ++
 .../client/mapred/AccumuloFileOutputFormat.html    |   608 +
 .../core/client/mapred/AccumuloInputFormat.html    |   411 +
 .../mapred/AccumuloMultiTableInputFormat.html      |   423 +
 .../AccumuloOutputFormat.AccumuloRecordWriter.html |   385 +
 .../core/client/mapred/AccumuloOutputFormat.html   |  1069 ++
 .../core/client/mapred/AccumuloRowInputFormat.html |   412 +
 .../mapred/InputFormatBase.RecordReaderBase.html   |   427 +
 .../core/client/mapred/InputFormatBase.html        |  1003 ++
 .../core/client/mapred/RangeInputSplit.html        |   369 +
 .../AbstractInputFormat.AbstractRecordReader.html  |   196 +
 .../mapred/class-use/AbstractInputFormat.html      |   229 +
 .../mapred/class-use/AccumuloFileOutputFormat.html |   150 +
 .../mapred/class-use/AccumuloInputFormat.html      |   150 +
 .../class-use/AccumuloMultiTableInputFormat.html   |   150 +
 .../AccumuloOutputFormat.AccumuloRecordWriter.html |   150 +
 .../mapred/class-use/AccumuloOutputFormat.html     |   150 +
 .../mapred/class-use/AccumuloRowInputFormat.html   |   150 +
 .../InputFormatBase.RecordReaderBase.html          |   150 +
 .../client/mapred/class-use/InputFormatBase.html   |   209 +
 .../client/mapred/class-use/RangeInputSplit.html   |   231 +
 .../core/client/mapred/package-summary.html        |   237 +
 .../accumulo/core/client/mapred/package-tree.html  |   196 +
 .../accumulo/core/client/mapred/package-use.html   |   216 +
 .../AbstractInputFormat.AbstractRecordReader.html  |   643 +
 .../core/client/mapreduce/AbstractInputFormat.html |  1045 ++
 .../client/mapreduce/AccumuloFileOutputFormat.html |   608 +
 .../core/client/mapreduce/AccumuloInputFormat.html |   413 +
 .../mapreduce/AccumuloMultiTableInputFormat.html   |   423 +
 .../AccumuloOutputFormat.AccumuloRecordWriter.html |   387 +
 .../client/mapreduce/AccumuloOutputFormat.html     |  1080 ++
 .../client/mapreduce/AccumuloRowInputFormat.html   |   415 +
 .../InputFormatBase.RecordReaderBase.html          |   433 +
 .../core/client/mapreduce/InputFormatBase.html     |  1004 ++
 .../core/client/mapreduce/InputTableConfig.html    |   859 ++
 .../core/client/mapreduce/RangeInputSplit.html     |  1179 ++
 .../AbstractInputFormat.AbstractRecordReader.html  |   196 +
 .../mapreduce/class-use/AbstractInputFormat.html   |   229 +
 .../class-use/AccumuloFileOutputFormat.html        |   150 +
 .../mapreduce/class-use/AccumuloInputFormat.html   |   150 +
 .../class-use/AccumuloMultiTableInputFormat.html   |   150 +
 .../AccumuloOutputFormat.AccumuloRecordWriter.html |   150 +
 .../mapreduce/class-use/AccumuloOutputFormat.html  |   150 +
 .../class-use/AccumuloRowInputFormat.html          |   150 +
 .../InputFormatBase.RecordReaderBase.html          |   150 +
 .../mapreduce/class-use/InputFormatBase.html       |   209 +
 .../mapreduce/class-use/InputTableConfig.html      |   361 +
 .../mapreduce/class-use/RangeInputSplit.html       |   273 +
 .../lib/partition/KeyRangePartitioner.html         |   424 +
 .../mapreduce/lib/partition/RangePartitioner.html  |   424 +
 .../partition/class-use/KeyRangePartitioner.html   |   150 +
 .../lib/partition/class-use/RangePartitioner.html  |   150 +
 .../mapreduce/lib/partition/package-summary.html   |   178 +
 .../mapreduce/lib/partition/package-tree.html      |   170 +
 .../mapreduce/lib/partition/package-use.html       |   150 +
 .../core/client/mapreduce/package-summary.html     |   244 +
 .../core/client/mapreduce/package-tree.html        |   209 +
 .../core/client/mapreduce/package-use.html         |   260 +
 .../accumulo/core/client/package-summary.html      |   471 +
 .../apache/accumulo/core/client/package-tree.html  |   284 +
 .../apache/accumulo/core/client/package-use.html   |   738 ++
 .../client/replication/PeerExistsException.html    |   326 +
 .../client/replication/PeerNotFoundException.html  |   343 +
 .../replication/class-use/PeerExistsException.html |   197 +
 .../class-use/PeerNotFoundException.html           |   196 +
 .../core/client/replication/package-summary.html   |   176 +
 .../core/client/replication/package-tree.html      |   174 +
 .../core/client/replication/package-use.html       |   193 +
 .../core/client/rfile/RFile.InputArguments.html    |   296 +
 .../core/client/rfile/RFile.OutputArguments.html   |   288 +
 .../core/client/rfile/RFile.ScannerFSOptions.html  |   284 +
 .../core/client/rfile/RFile.ScannerOptions.html    |   457 +
 .../core/client/rfile/RFile.SummaryFSOptions.html  |   284 +
 .../client/rfile/RFile.SummaryInputArguments.html  |   295 +
 .../core/client/rfile/RFile.SummaryOptions.html    |   451 +
 .../core/client/rfile/RFile.WriterFSOptions.html   |   284 +
 .../core/client/rfile/RFile.WriterOptions.html     |   394 +
 .../apache/accumulo/core/client/rfile/RFile.html   |   441 +
 .../accumulo/core/client/rfile/RFileSource.html    |   330 +
 .../accumulo/core/client/rfile/RFileWriter.html    |   585 +
 .../rfile/class-use/RFile.InputArguments.html      |   196 +
 .../rfile/class-use/RFile.OutputArguments.html     |   196 +
 .../rfile/class-use/RFile.ScannerFSOptions.html    |   196 +
 .../rfile/class-use/RFile.ScannerOptions.html      |   268 +
 .../rfile/class-use/RFile.SummaryFSOptions.html    |   196 +
 .../class-use/RFile.SummaryInputArguments.html     |   196 +
 .../rfile/class-use/RFile.SummaryOptions.html      |   263 +
 .../rfile/class-use/RFile.WriterFSOptions.html     |   194 +
 .../rfile/class-use/RFile.WriterOptions.html       |   250 +
 .../core/client/rfile/class-use/RFile.html         |   150 +
 .../core/client/rfile/class-use/RFileSource.html   |   203 +
 .../core/client/rfile/class-use/RFileWriter.html   |   194 +
 .../core/client/rfile/package-summary.html         |   247 +
 .../accumulo/core/client/rfile/package-tree.html   |   190 +
 .../accumulo/core/client/rfile/package-use.html    |   247 +
 .../core/client/sample/AbstractHashSampler.html    |   411 +
 .../core/client/sample/RowColumnSampler.html       |   424 +
 .../accumulo/core/client/sample/RowSampler.html    |   360 +
 .../accumulo/core/client/sample/Sampler.html       |   308 +
 .../core/client/sample/SamplerConfiguration.html   |   424 +
 .../sample/class-use/AbstractHashSampler.html      |   203 +
 .../client/sample/class-use/RowColumnSampler.html  |   150 +
 .../core/client/sample/class-use/RowSampler.html   |   150 +
 .../core/client/sample/class-use/Sampler.html      |   223 +
 .../sample/class-use/SamplerConfiguration.html     |   484 +
 .../core/client/sample/package-summary.html        |   205 +
 .../accumulo/core/client/sample/package-tree.html  |   177 +
 .../accumulo/core/client/sample/package-use.html   |   314 +
 .../core/client/security/SecurityErrorCode.html    |   601 +
 .../security/class-use/SecurityErrorCode.html      |   279 +
 .../core/client/security/package-summary.html      |   168 +
 .../core/client/security/package-tree.html         |   169 +
 .../accumulo/core/client/security/package-use.html |   206 +
 ...icationToken.AuthenticationTokenSerializer.html |   393 +
 .../tokens/AuthenticationToken.Properties.html     |   614 +
 .../tokens/AuthenticationToken.TokenProperty.html  |   421 +
 .../security/tokens/AuthenticationToken.html       |   348 +
 .../security/tokens/CredentialProviderToken.html   |   533 +
 .../client/security/tokens/DelegationToken.html    |   265 +
 .../core/client/security/tokens/KerberosToken.html |   647 +
 .../core/client/security/tokens/NullToken.html     |   493 +
 .../core/client/security/tokens/PasswordToken.html |   598 +
 ...icationToken.AuthenticationTokenSerializer.html |   150 +
 .../class-use/AuthenticationToken.Properties.html  |   214 +
 .../AuthenticationToken.TokenProperty.html         |   229 +
 .../tokens/class-use/AuthenticationToken.html      |   546 +
 .../tokens/class-use/CredentialProviderToken.html  |   194 +
 .../security/tokens/class-use/DelegationToken.html |   196 +
 .../security/tokens/class-use/KerberosToken.html   |   194 +
 .../security/tokens/class-use/NullToken.html       |   194 +
 .../security/tokens/class-use/PasswordToken.html   |   248 +
 .../client/security/tokens/package-summary.html    |   221 +
 .../core/client/security/tokens/package-tree.html  |   206 +
 .../core/client/security/tokens/package-use.html   |   328 +
 .../core/client/summary/CounterSummary.html        |   454 +
 .../summary/CountingSummarizer.Converter.html      |   269 +
 .../core/client/summary/CountingSummarizer.html    |   789 ++
 .../core/client/summary/Summarizer.Collector.html  |   301 +
 .../core/client/summary/Summarizer.Combiner.html   |   273 +
 .../summary/Summarizer.StatisticConsumer.html      |   258 +
 .../accumulo/core/client/summary/Summarizer.html   |   460 +
 .../summary/SummarizerConfiguration.Builder.html   |   413 +
 .../client/summary/SummarizerConfiguration.html    |   550 +
 .../client/summary/Summary.FileStatistics.html     |   409 +
 .../accumulo/core/client/summary/Summary.html      |   410 +
 .../client/summary/class-use/CounterSummary.html   |   150 +
 .../class-use/CountingSummarizer.Converter.html    |   230 +
 .../summary/class-use/CountingSummarizer.html      |   210 +
 .../summary/class-use/Summarizer.Collector.html    |   232 +
 .../summary/class-use/Summarizer.Combiner.html     |   232 +
 .../class-use/Summarizer.StatisticConsumer.html    |   197 +
 .../core/client/summary/class-use/Summarizer.html  |   268 +
 .../class-use/SummarizerConfiguration.Builder.html |   237 +
 .../summary/class-use/SummarizerConfiguration.html |   469 +
 .../summary/class-use/Summary.FileStatistics.html  |   194 +
 .../core/client/summary/class-use/Summary.html     |   253 +
 .../core/client/summary/package-summary.html       |   241 +
 .../accumulo/core/client/summary/package-tree.html |   180 +
 .../accumulo/core/client/summary/package-use.html  |   350 +
 .../summarizers/AuthorizationSummarizer.html       |   393 +
 .../summary/summarizers/DeletesSummarizer.html     |   446 +
 .../summary/summarizers/EntryLengthSummarizer.html |   370 +
 .../summary/summarizers/FamilySummarizer.html      |   410 +
 .../summary/summarizers/VisibilitySummarizer.html  |   411 +
 .../class-use/AuthorizationSummarizer.html         |   150 +
 .../summarizers/class-use/DeletesSummarizer.html   |   150 +
 .../class-use/EntryLengthSummarizer.html           |   150 +
 .../summarizers/class-use/FamilySummarizer.html    |   150 +
 .../class-use/VisibilitySummarizer.html            |   150 +
 .../summary/summarizers/package-summary.html       |   194 +
 .../client/summary/summarizers/package-tree.html   |   173 +
 .../client/summary/summarizers/package-use.html    |   150 +
 .../org/apache/accumulo/core/data/AbstractId.html  |   411 +
 .../accumulo/core/data/ArrayByteSequence.html      |   681 +
 .../apache/accumulo/core/data/ByteSequence.html    |   545 +
 .../org/apache/accumulo/core/data/Column.html      |   654 +
 .../apache/accumulo/core/data/ColumnUpdate.html    |   521 +
 .../org/apache/accumulo/core/data/Condition.html   |   740 ++
 .../accumulo/core/data/ConditionalMutation.html    |   500 +
 .../core/data/ConstraintViolationSummary.html      |   510 +
 .../apidocs/org/apache/accumulo/core/data/Key.html |  2230 ++++
 .../accumulo/core/data/KeyBuilder.Build.html       |   319 +
 .../core/data/KeyBuilder.ColumnFamilyStep.html     |   366 +
 .../core/data/KeyBuilder.ColumnQualifierStep.html  |   366 +
 .../core/data/KeyBuilder.ColumnVisibilityStep.html |   386 +
 .../accumulo/core/data/KeyBuilder.RowStep.html     |   359 +
 .../org/apache/accumulo/core/data/KeyBuilder.html  |   345 +
 .../org/apache/accumulo/core/data/KeyValue.html    |   347 +
 .../accumulo/core/data/LoadPlan.Builder.html       |   358 +
 .../accumulo/core/data/LoadPlan.Destination.html   |   319 +
 .../accumulo/core/data/LoadPlan.RangeType.html     |   400 +
 .../org/apache/accumulo/core/data/LoadPlan.html    |   324 +
 .../accumulo/core/data/Mutation.FamilyOptions.html |   341 +
 .../core/data/Mutation.MutationOptions.html        |   340 +
 .../core/data/Mutation.QualifierOptions.html       |   338 +
 .../core/data/Mutation.SERIALIZED_FORMAT.html      |   386 +
 .../core/data/Mutation.TimestampOptions.html       |   282 +
 .../core/data/Mutation.VisibilityOptions.html      |   345 +
 .../org/apache/accumulo/core/data/Mutation.html    |  1934 +++
 .../org/apache/accumulo/core/data/NamespaceId.html |   302 +
 .../org/apache/accumulo/core/data/PartialKey.html  |   454 +
 .../org/apache/accumulo/core/data/Range.html       |  1672 +++
 .../org/apache/accumulo/core/data/TableId.html     |   302 +
 .../org/apache/accumulo/core/data/TabletId.html    |   318 +
 .../accumulo/core/data/Value.Comparator.html       |   355 +
 .../org/apache/accumulo/core/data/Value.html       |   782 ++
 .../accumulo/core/data/class-use/AbstractId.html   |   220 +
 .../core/data/class-use/ArrayByteSequence.html     |   150 +
 .../accumulo/core/data/class-use/ByteSequence.html |   460 +
 .../accumulo/core/data/class-use/Column.html       |   237 +
 .../accumulo/core/data/class-use/ColumnUpdate.html |   217 +
 .../accumulo/core/data/class-use/Condition.html    |   304 +
 .../core/data/class-use/ConditionalMutation.html   |   273 +
 .../data/class-use/ConstraintViolationSummary.html |   228 +
 .../apache/accumulo/core/data/class-use/Key.html   |   850 ++
 .../core/data/class-use/KeyBuilder.Build.html      |   278 +
 .../class-use/KeyBuilder.ColumnFamilyStep.html     |   219 +
 .../class-use/KeyBuilder.ColumnQualifierStep.html  |   219 +
 .../class-use/KeyBuilder.ColumnVisibilityStep.html |   243 +
 .../core/data/class-use/KeyBuilder.RowStep.html    |   203 +
 .../accumulo/core/data/class-use/KeyBuilder.html   |   150 +
 .../accumulo/core/data/class-use/KeyValue.html     |   196 +
 .../core/data/class-use/LoadPlan.Builder.html      |   229 +
 .../core/data/class-use/LoadPlan.Destination.html  |   194 +
 .../core/data/class-use/LoadPlan.RangeType.html    |   249 +
 .../accumulo/core/data/class-use/LoadPlan.html     |   237 +
 .../data/class-use/Mutation.FamilyOptions.html     |   197 +
 .../data/class-use/Mutation.MutationOptions.html   |   232 +
 .../data/class-use/Mutation.QualifierOptions.html  |   226 +
 .../data/class-use/Mutation.SERIALIZED_FORMAT.html |   211 +
 .../data/class-use/Mutation.TimestampOptions.html  |   245 +
 .../data/class-use/Mutation.VisibilityOptions.html |   233 +
 .../accumulo/core/data/class-use/Mutation.html     |   409 +
 .../accumulo/core/data/class-use/NamespaceId.html  |   196 +
 .../accumulo/core/data/class-use/PartialKey.html   |   237 +
 .../apache/accumulo/core/data/class-use/Range.html |   849 ++
 .../accumulo/core/data/class-use/TableId.html      |   196 +
 .../accumulo/core/data/class-use/TabletId.html     |   303 +
 .../core/data/class-use/Value.Comparator.html      |   150 +
 .../apache/accumulo/core/data/class-use/Value.html |   648 +
 .../data/doc-files/mutation-serialization.html     |   305 +
 .../apache/accumulo/core/data/package-summary.html |   388 +
 .../apache/accumulo/core/data/package-tree.html    |   255 +
 .../org/apache/accumulo/core/data/package-use.html |   698 ++
 .../core/security/AuthorizationContainer.html      |   266 +
 .../accumulo/core/security/Authorizations.html     |   761 ++
 .../core/security/ColumnVisibility.Node.html       |   445 +
 .../security/ColumnVisibility.NodeComparator.html  |   343 +
 .../core/security/ColumnVisibility.NodeType.html   |   411 +
 .../accumulo/core/security/ColumnVisibility.html   |   704 ++
 .../core/security/NamespacePermission.html         |   567 +
 .../accumulo/core/security/SystemPermission.html   |   578 +
 .../accumulo/core/security/TablePermission.html    |   513 +
 .../core/security/VisibilityEvaluator.html         |   378 +
 .../core/security/VisibilityParseException.html    |   363 +
 .../security/class-use/AuthorizationContainer.html |   211 +
 .../core/security/class-use/Authorizations.html    |   559 +
 .../security/class-use/ColumnVisibility.Node.html  |   282 +
 .../class-use/ColumnVisibility.NodeComparator.html |   196 +
 .../class-use/ColumnVisibility.NodeType.html       |   223 +
 .../core/security/class-use/ColumnVisibility.html  |   444 +
 .../security/class-use/NamespacePermission.html    |   269 +
 .../core/security/class-use/SystemPermission.html  |   271 +
 .../core/security/class-use/TablePermission.html   |   274 +
 .../security/class-use/VisibilityEvaluator.html    |   150 +
 .../class-use/VisibilityParseException.html        |   196 +
 .../accumulo/core/security/package-summary.html    |   263 +
 .../accumulo/core/security/package-tree.html       |   205 +
 .../apache/accumulo/core/security/package-use.html |   397 +
 .../apache/accumulo/minicluster/MemoryUnit.html    |   452 +
 .../accumulo/minicluster/MiniAccumuloCluster.html  |   586 +
 .../accumulo/minicluster/MiniAccumuloConfig.html   |   740 ++
 .../accumulo/minicluster/MiniAccumuloInstance.html |   315 +
 .../minicluster/MiniAccumuloRunner.Opts.html       |   303 +
 .../MiniAccumuloRunner.PropertiesConverter.html    |   321 +
 .../accumulo/minicluster/MiniAccumuloRunner.html   |   373 +
 .../apache/accumulo/minicluster/ServerType.html    |   450 +
 .../accumulo/minicluster/class-use/MemoryUnit.html |   236 +
 .../minicluster/class-use/MiniAccumuloCluster.html |   150 +
 .../minicluster/class-use/MiniAccumuloConfig.html  |   278 +
 .../class-use/MiniAccumuloInstance.html            |   150 +
 .../class-use/MiniAccumuloRunner.Opts.html         |   150 +
 .../MiniAccumuloRunner.PropertiesConverter.html    |   150 +
 .../minicluster/class-use/MiniAccumuloRunner.html  |   150 +
 .../accumulo/minicluster/class-use/ServerType.html |   243 +
 .../accumulo/minicluster/package-summary.html      |   217 +
 .../apache/accumulo/minicluster/package-tree.html  |   193 +
 .../apache/accumulo/minicluster/package-use.html   |   195 +
 output/docs/2.x/apidocs/overview-summary.html      |    23 +
 output/docs/2.x/apidocs/overview-tree.html         |   627 +
 output/docs/2.x/apidocs/package-search-index.js    |     1 +
 output/docs/2.x/apidocs/package-search-index.zip   |   Bin 0 -> 341 bytes
 output/docs/2.x/apidocs/resources/glass.png        |   Bin 0 -> 499 bytes
 output/docs/2.x/apidocs/resources/x.png            |   Bin 0 -> 394 bytes
 output/docs/2.x/apidocs/script.js                  |   149 +
 output/docs/2.x/apidocs/search.js                  |   329 +
 output/docs/2.x/apidocs/serialized-form.html       |   543 +
 output/docs/2.x/apidocs/stylesheet.css             |   904 ++
 output/docs/2.x/apidocs/type-search-index.js       |     1 +
 output/docs/2.x/apidocs/type-search-index.zip      |   Bin 0 -> 1964 bytes
 .../docs/2.x/configuration/client-properties.html  |   628 +
 output/docs/2.x/configuration/files.html           |   532 +
 output/docs/2.x/configuration/overview.html        |   580 +
 .../docs/2.x/configuration/server-properties.html  |  1530 +++
 output/docs/2.x/development/development_tools.html |   602 +
 output/docs/2.x/development/high_speed_ingest.html |   564 +
 output/docs/2.x/development/iterators.html         |   880 ++
 output/docs/2.x/development/mapreduce.html         |   647 +
 output/docs/2.x/development/proxy.html             |   504 +
 output/docs/2.x/development/sampling.html          |   523 +
 output/docs/2.x/development/spark.html             |   553 +
 output/docs/2.x/development/summaries.html         |   671 +
 output/docs/2.x/getting-started/clients.html       |   837 ++
 output/docs/2.x/getting-started/design.html        |   632 +
 output/docs/2.x/getting-started/features.html      |   873 ++
 output/docs/2.x/getting-started/glossary.html      |   651 +
 output/docs/2.x/getting-started/quickstart.html    |   716 ++
 output/docs/2.x/getting-started/shell.html         |   567 +
 .../2.x/getting-started/table_configuration.html   |  1169 ++
 output/docs/2.x/getting-started/table_design.html  |   916 ++
 output/docs/2.x/index.html                         |    11 +
 output/docs/2.x/security/authentication.html       |   545 +
 output/docs/2.x/security/authorizations.html       |   580 +
 output/docs/2.x/security/kerberos.html             |  1062 ++
 output/docs/2.x/security/on-disk-encryption.html   |   547 +
 output/docs/2.x/security/overview.html             |   484 +
 output/docs/2.x/security/permissions.html          |   511 +
 output/docs/2.x/security/wire-encryption.html      |   576 +
 output/docs/2.x/troubleshooting/advanced.html      |   846 ++
 output/docs/2.x/troubleshooting/basic.html         |   688 ++
 output/docs/2.x/troubleshooting/performance.html   |   505 +
 .../troubleshooting/system-metadata-tables.html    |   579 +
 output/docs/2.x/troubleshooting/tools.html         |   612 +
 output/docs/2.x/troubleshooting/tracing.html       |   797 ++
 output/downloads/index.html                        |   282 +
 output/external-docs/index.html                    |   448 +
 output/favicon.ico                                 |   Bin 0 -> 1406 bytes
 output/favicon.png                                 |   Bin 0 -> 2195 bytes
 output/features/index.html                         |    11 +
 output/feed.xml                                    |  1351 ++
 output/get_involved/index.html                     |    11 +
 output/glossary/index.html                         |    11 +
 output/governance/bylaws.html                      |    11 +
 output/governance/consensusBuilding.html           |    11 +
 output/governance/lazyConsensus.html               |    11 +
 output/governance/releasing.html                   |    11 +
 output/governance/voting.html                      |    11 +
 output/how-to-contribute/index.html                |   275 +
 output/images/AccumuloReleases.odg                 |   Bin 0 -> 11769 bytes
 output/images/GitHub-Mark-32px.png                 |   Bin 0 -> 1714 bytes
 output/images/InBug-16px_0.png                     |   Bin 0 -> 1312 bytes
 output/images/Twitter_logo_blue.png                |   Bin 0 -> 22689 bytes
 output/images/accumulo-favicon-cropped.svg         |    59 +
 output/images/accumulo-favicon.svg                 |    59 +
 output/images/accumulo-logo-cropped.svg            |    83 +
 output/images/accumulo-logo-dark.png               |   Bin 0 -> 4729 bytes
 output/images/accumulo-logo-dark.svg               |   296 +
 output/images/accumulo-logo.png                    |   Bin 0 -> 11427 bytes
 output/images/accumulo-logo.svg                    |    83 +
 output/images/accumulo-monitor-1.png               |   Bin 0 -> 84774 bytes
 output/images/accumulo-monitor-2.png               |   Bin 0 -> 58243 bytes
 .../accumulo-summit-2017-logo-horizontal.png       |   Bin 0 -> 27502 bytes
 output/images/accumulo-summit-logo.png             |   Bin 0 -> 13722 bytes
 output/images/blog/201503_balancer/figure1.png     |   Bin 0 -> 21338 bytes
 output/images/blog/201503_balancer/figure2.png     |   Bin 0 -> 18950 bytes
 .../blog/201504_replication/replication1.png       |   Bin 0 -> 50244 bytes
 .../blog/201504_replication/replication2.png       |   Bin 0 -> 146951 bytes
 .../blog/201504_replication/replication3.png       |   Bin 0 -> 149262 bytes
 .../images/blog/201702_security/accumuloFiles.png  |   Bin 0 -> 313628 bytes
 output/images/blog/201702_security/avgFilesTab.png |   Bin 0 -> 288346 bytes
 output/images/blog/201702_security/figure1.png     |   Bin 0 -> 78725 bytes
 output/images/blog/201702_security/tableRecs.png   |   Bin 0 -> 159556 bytes
 .../images/blog/201702_security/tableRecsInMem.png |   Bin 0 -> 223097 bytes
 output/images/blog/201702_security/totalIngest.png |   Bin 0 -> 245159 bytes
 .../blog/201803_metrics/accumulo-metrics1.png      |   Bin 0 -> 151372 bytes
 .../blog/201803_metrics/accumulo-metrics2.png      |   Bin 0 -> 30711 bytes
 output/images/blog/201909_ec/ec-latency-14.png     |   Bin 0 -> 751396 bytes
 output/images/blog/201909_ec/ec-latency-14e.png    |   Bin 0 -> 843379 bytes
 output/images/blog/201909_ec/ec-latency-16.png     |   Bin 0 -> 854230 bytes
 output/images/cake.jpg                             |   Bin 0 -> 1278559 bytes
 output/images/docs/data_distribution.png           |   Bin 0 -> 86937 bytes
 output/images/docs/failure_handling.png            |   Bin 0 -> 48905 bytes
 output/images/docs/key_value.png                   |   Bin 0 -> 9899 bytes
 output/images/docs/rfile_diagram.png               |   Bin 0 -> 44053 bytes
 output/images/docs/tablet_server.png               |   Bin 0 -> 51783 bytes
 output/images/glyphicons_social_17_linked_in.png   |   Bin 0 -> 1299 bytes
 output/images/glyphicons_social_21_github.png      |   Bin 0 -> 1306 bytes
 output/images/glyphicons_social_31_twitter.png     |   Bin 0 -> 1370 bytes
 output/images/overview.png                         |   Bin 0 -> 256786 bytes
 output/images/sort_asc.png                         |   Bin 0 -> 1118 bytes
 output/images/sort_both.png                        |   Bin 0 -> 1136 bytes
 output/images/sort_desc.png                        |   Bin 0 -> 1127 bytes
 output/index.html                                  |   273 +
 output/js/search.js                                |    48 +
 output/latest/accumulo_user_manual/index.html      |    11 +
 output/latest/apidocs/index.html                   |    11 +
 output/latest/examples/index.html                  |    11 +
 output/mailing_list/index.html                     |    11 +
 output/news/index.html                             |   630 +
 output/notable_features/index.html                 |    11 +
 output/papers.html                                 |    11 +
 output/papers/accumulo-benchmarking-2.1.pdf        |   Bin 0 -> 3274984 bytes
 output/people/index.html                           |   895 ++
 output/projects.html                               |    11 +
 output/quickstart-1.x/index.html                   |   257 +
 output/redirects.json                              |     1 +
 output/related-projects/index.html                 |   265 +
 output/release-management.html                     |    11 +
 .../release/accumulo-1.3.5-incubating/index.html   |   189 +
 output/release/accumulo-1.3.6/index.html           |   189 +
 output/release/accumulo-1.4.0/index.html           |   191 +
 output/release/accumulo-1.4.1/index.html           |   191 +
 output/release/accumulo-1.4.2/index.html           |   191 +
 output/release/accumulo-1.4.3/index.html           |   191 +
 output/release/accumulo-1.4.4/index.html           |   191 +
 output/release/accumulo-1.4.5/index.html           |   191 +
 output/release/accumulo-1.5.0/index.html           |   191 +
 output/release/accumulo-1.5.1/index.html           |   405 +
 output/release/accumulo-1.5.2/index.html           |   362 +
 output/release/accumulo-1.5.3/index.html           |   310 +
 output/release/accumulo-1.5.4/index.html           |   272 +
 output/release/accumulo-1.6.0/index.html           |   561 +
 output/release/accumulo-1.6.1/index.html           |   373 +
 output/release/accumulo-1.6.2/index.html           |   375 +
 output/release/accumulo-1.6.3/index.html           |   320 +
 output/release/accumulo-1.6.4/index.html           |   261 +
 output/release/accumulo-1.6.5/index.html           |   317 +
 output/release/accumulo-1.6.6/index.html           |   330 +
 output/release/accumulo-1.7.0/index.html           |   599 +
 output/release/accumulo-1.7.1/index.html           |   352 +
 output/release/accumulo-1.7.2/index.html           |   280 +
 output/release/accumulo-1.7.3/index.html           |   330 +
 output/release/accumulo-1.7.4/index.html           |   298 +
 output/release/accumulo-1.8.0/index.html           |   382 +
 output/release/accumulo-1.8.1/index.html           |   340 +
 output/release/accumulo-1.9.0/index.html           |   295 +
 output/release/accumulo-1.9.1/index.html           |   234 +
 output/release/accumulo-1.9.2/index.html           |   268 +
 output/release/accumulo-1.9.3/index.html           |   344 +
 output/release/accumulo-2.0.0-alpha-1/index.html   |   200 +
 output/release/accumulo-2.0.0-alpha-2/index.html   |   211 +
 output/release/accumulo-2.0.0/index.html           |   372 +
 output/release/index.html                          |   517 +
 output/release_notes.html                          |    11 +
 output/release_notes/1.5.1.html                    |    11 +
 output/release_notes/1.5.2.html                    |    11 +
 output/release_notes/1.5.3.html                    |    11 +
 output/release_notes/1.5.4.html                    |    11 +
 output/release_notes/1.6.0.html                    |    11 +
 output/release_notes/1.6.1.html                    |    11 +
 output/release_notes/1.6.2.html                    |    11 +
 output/release_notes/1.6.3.html                    |    11 +
 output/release_notes/1.6.4.html                    |    11 +
 output/release_notes/1.6.5.html                    |    11 +
 output/release_notes/1.6.6.html                    |    11 +
 output/release_notes/1.7.0.html                    |    11 +
 output/release_notes/1.7.1.html                    |    11 +
 output/release_notes/1.7.2.html                    |    11 +
 output/release_notes/1.7.3.html                    |    11 +
 output/release_notes/1.8.0.html                    |    11 +
 output/release_notes/1.8.1.html                    |    11 +
 output/release_notes/index.html                    |    11 +
 output/releasing.html                              |    11 +
 output/search/index.html                           |   192 +
 output/search_data.json                            |   793 ++
 output/tour/authorizations-code/index.html         |   264 +
 output/tour/authorizations/index.html              |   256 +
 output/tour/basic-read-write/index.html            |   245 +
 output/tour/batch-scanner-code/index.html          |   244 +
 output/tour/batch-scanner/index.html               |   240 +
 output/tour/client/index.html                      |   230 +
 output/tour/conditional-writer-code/index.html     |   226 +
 output/tour/conditional-writer/index.html          |   320 +
 output/tour/data-model-code/index.html             |   255 +
 output/tour/data-model/index.html                  |   224 +
 output/tour/getting-started/index.html             |   224 +
 output/tour/index.html                             |   223 +
 output/tour/ranges-splits/index.html               |   233 +
 output/tour/using-iterators/index.html             |   201 +
 output/user_manual_1.3-incubating/index.html       |    11 +
 output/verifying_releases.html                     |    11 +
 output/versioning.html                             |    11 +
 3350 files changed, 1121880 insertions(+)

diff --git a/output/.asf.yaml b/output/.asf.yaml
new file mode 100644
index 0000000..d85c77d
--- /dev/null
+++ b/output/.asf.yaml
@@ -0,0 +1,24 @@
+
+staging:
+  profile: ~
+  whoami:  asf-staging
+
+publish:
+  whoami:  asf-site
+
+github:
+  description: "Apache Accumulo Website"
+  homepage: https://accumulo.apache.org/
+  labels:
+    - accumulo
+    - big-data
+    - asf-site
+  features:
+    wiki: false
+    issues: true
+    projects: true
+
+jekyll:
+  whoami: master
+  target: asf-staging
+
diff --git a/output/.htaccess b/output/.htaccess
new file mode 100644
index 0000000..0f1face
--- /dev/null
+++ b/output/.htaccess
@@ -0,0 +1,3 @@
+RewriteEngine On
+RewriteCond %{HTTPS} !=on
+RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
diff --git a/output/1.3/user_manual/Accumulo_Design.html b/output/1.3/user_manual/Accumulo_Design.html
new file mode 100644
index 0000000..7b6e828
--- /dev/null
+++ b/output/1.3/user_manual/Accumulo_Design.html
@@ -0,0 +1,252 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    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.
+-->
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>User Manual: Accumulo Design</title>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script>
+<script>
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // fix sidebar width in documentation
+  $(function() {
+    var $affixElement = $('div[data-spy="affix"]');
+    $affixElement.width($affixElement.parent().width());
+  });
+</script>
+
+</head>
+<body style="padding-top: 100px">
+
+  <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"
+        /></a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="nav-link"><a href="/downloads">Download</a></li>
+        <li class="nav-link"><a href="/tour">Tour</a></li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/release/accumulo-2.0.0/">2.0.0 (Latest)</a></li>
+            <li><a href="/release/accumulo-1.9.3/">1.9.3</a></li>
+            <li><a href="/release/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/2.x">User Manual (2.x)</a></li>
+            <li><a href="/docs/2.x/apidocs">Javadocs (2.0)</a></li>
+            <li><a href="/quickstart-1.x">Quickstart (1.x)</a></li>
+            <li><a href="/accumulo2-maven-plugin">Accumulo Maven Plugin</a></li>
+            <li><a href="/1.9/accumulo_user_manual.html">User Manual (1.9)</a></li>
+            <li><a href="/1.9/apidocs">Javadocs (1.9)</a></li>
+            <li><a href="/external-docs">External Docs</a></li>
+            <li><a href="/docs-archive/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/contact-us">Contact Us</a></li>
+            <li><a href="/how-to-contribute">How To Contribute</a></li>
+            <li><a href="/people">People</a></li>
+            <li><a href="/related-projects">Related Projects</a></li>
+          </ul>
+        </li>
+        <li class="nav-link"><a href="/search">Search</a></li>
+      </ul>
+      <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#"><img alt="Apache Software Foundation" src="https://www.apache.org/foundation/press/kit/feather.svg" width="15"/><span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/licenses/">License <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/events/current-event.html">Current Event <i class="fa fa-external-link"></i></a></li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+  </div>
+</nav>
+
+
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12">
+
+        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
+          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
+        </div>
+        <div id="content">
+          
+          <h1 class="title">User Manual: Accumulo Design</h1>
+          
+          <p>** Next:** <a href="Accumulo_Shell.html">Accumulo Shell</a> ** Up:** <a href="accumulo_user_manual.html">Apache Accumulo User Manual Version 1.3</a> ** Previous:** <a href="Introduction.html">Introduction</a>   ** <a href="Contents.html">Contents</a>**</p>
+
+<p><a id="CHILD_LINKS"></a><strong>Subsections</strong></p>
+
+<ul>
+  <li><a href="Accumulo_Design.html#Data_Model">Data Model</a></li>
+  <li><a href="Accumulo_Design.html#Architecture">Architecture</a></li>
+  <li><a href="Accumulo_Design.html#Components">Components</a></li>
+  <li><a href="Accumulo_Design.html#Data_Management">Data Management</a></li>
+  <li><a href="Accumulo_Design.html#Tablet_Service">Tablet Service</a></li>
+  <li><a href="Accumulo_Design.html#Compactions">Compactions</a></li>
+  <li><a href="Accumulo_Design.html#Fault-Tolerance">Fault-Tolerance</a></li>
+</ul>
+
+<hr />
+
+<h2 id="-accumulo-design"><a id="Accumulo_Design"></a> Accumulo Design</h2>
+
+<h2 id="-data-model"><a id="Data_Model"></a> Data Model</h2>
+
+<p>Accumulo provides a richer data model than simple key-value stores, but is not a fully relational database. Data is represented as key-value pairs, where the key and value are comprised of the following elements:</p>
+
+<p><img src="img1.png" alt="converted table" /></p>
+
+<p>All elements of the Key and the Value are represented as byte arrays except for Timestamp, which is a Long. Accumulo sorts keys by element and lexicographically in ascending order. Timestamps are sorted in descending order so that later versions of the same Key appear first in a sequential scan. Tables consist of a set of sorted key-value pairs.</p>
+
+<h2 id="-architecture"><a id="Architecture"></a> Architecture</h2>
+
+<p>Accumulo is a distributed data storage and retrieval system and as such consists of several architectural components, some of which run on many individual servers. Much of the work Accumulo does involves maintaining certain properties of the data, such as organization, availability, and integrity, across many commodity-class machines.</p>
+
+<h2 id="-components"><a id="Components"></a> Components</h2>
+
+<p>An instance of Accumulo includes many TabletServers, write-ahead Logger servers, one Garbage Collector process, one Master server and many Clients.</p>
+
+<h3 id="-tablet-server"><a id="Tablet_Server"></a> Tablet Server</h3>
+
+<p>The TabletServer manages some subset of all the tablets (partitions of tables). This includes receiving writes from clients, persisting writes to a write‐ahead log, sorting new key‐value pairs in memory, periodically flushing sorted key‐value pairs to new files in HDFS, and responding to reads from clients, forming a merge‐sorted view of all keys and values from all the files it has created and the sorted in‐memory store.</p>
+
+<p>TabletServers also perform recovery of a tablet that was previously on a server that failed, reapplying any writes found in the write-ahead log to the tablet.</p>
+
+<h3 id="-loggers"><a id="Loggers"></a> Loggers</h3>
+
+<p>The Loggers accept updates to Tablet servers and write them to local on-disk storage. Each tablet server will write their updates to multiple loggers to preserve data in case of hardware failure.</p>
+
+<h3 id="-garbage-collector"><a id="Garbage_Collector"></a> Garbage Collector</h3>
+
+<p>Accumulo processes will share files stored in HDFS. Periodically, the Garbage Collector will identify files that are no longer needed by any process, and delete them.</p>
+
+<h3 id="-master"><a id="Master"></a> Master</h3>
+
+<p>The Accumulo Master is responsible for detecting and responding to TabletServer failure. It tries to balance the load across TabletServer by assigning tablets carefully and instructing TabletServers to migrate tablets when necessary. The Master ensures all tablets are assigned to one TabletServer each, and handles table creation, alteration, and deletion requests from clients. The Master also coordinates startup, graceful shutdown and recovery of changes in write-ahead logs when Table [...]
+
+<h3 id="-client"><a id="Client"></a> Client</h3>
+
+<p>Accumulo includes a client library that is linked to every application. The client library contains logic for finding servers managing a particular tablet, and communicating with TabletServers to write and retrieve key-value pairs.</p>
+
+<h2 id="-data-management"><a id="Data_Management"></a> Data Management</h2>
+
+<p>Accumulo stores data in tables, which are partitioned into tablets. Tablets are partitioned on row boundaries so that all of the columns and values for a particular row are found together within the same tablet. The Master assigns Tablets to one TabletServer at a time. This enables row-level transactions to take place without using distributed locking or some other complicated synchronization mechanism. As clients insert and query data, and as machines are added and removed from the c [...]
+
+<p><img src="./data_distribution.png" alt="Image data_distribution" /></p>
+
+<h2 id="-tablet-service"><a id="Tablet_Service"></a> Tablet Service</h2>
+
+<p>When a write arrives at a TabletServer it is written to a Write‐Ahead Log and then inserted into a sorted data structure in memory called a MemTable. When the MemTable reaches a certain size the TabletServer writes out the sorted key-value pairs to a file in HDFS called Indexed Sequential Access Method (ISAM) file. This process is called a minor compaction. A new MemTable is then created and the fact of the compaction is recorded in the Write‐Ahead Log.</p>
+
+<p>When a request to read data arrives at a TabletServer, the TabletServer does a binary search across the MemTable as well as the in-memory indexes associated with each ISAM file to find the relevant values. If clients are performing a scan, several key‐value pairs are returned to the client in order from the MemTable and the set of ISAM files by performing a merge‐sort as they are read.</p>
+
+<h2 id="-compactions"><a id="Compactions"></a> Compactions</h2>
+
+<p>In order to manage the number of files per tablet, periodically the TabletServer performs Major Compactions of files within a tablet, in which some set of ISAM files are combined into one file. The previous files will eventually be removed by the Garbage Collector. This also provides an opportunity to permanently remove deleted key‐value pairs by omitting key‐value pairs suppressed by a delete entry when the new file is created.</p>
+
+<h2 id="-fault-tolerance"><a id="Fault-Tolerance"></a> Fault-Tolerance</h2>
+
+<p>If a TabletServer fails, the Master detects it and automatically reassigns the tablets assigned from the failed server to other servers. Any key-value pairs that were in memory at the time the TabletServer are automatically reapplied from the Write-Ahead Log to prevent any loss of data.</p>
+
+<p>The Master will coordinate the copying of write-ahead logs to HDFS so the logs are available to all tablet servers. To make recovery efficient, the updates within a log are grouped by tablet. The sorting process can be performed by Hadoops MapReduce or the Logger server. TabletServers can quickly apply the mutations from the sorted logs that are destined for the tablets they have now been assigned.</p>
+
+<p>TabletServer failures are noted on the Master’s monitor page, accessible via <br />
+http://master-address:50095/monitor.</p>
+
+<p><img src="./failure_handling.png" alt="Image failure_handling" /></p>
+
+<hr />
+
+<p>** Next:** <a href="Accumulo_Shell.html">Accumulo Shell</a> ** Up:** <a href="accumulo_user_manual.html">Apache Accumulo User Manual Version 1.3</a> ** Previous:** <a href="Introduction.html">Introduction</a>   ** <a href="Contents.html">Contents</a>**</p>
+
+
+        </div>
+
+        
+<footer>
+
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2020 <a href="https://www.apache.org">The Apache Software Foundation</a>.
+Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.</p>
+
+  <p>Apache®, the names of Apache projects and their logos, and the multicolor feather
+logo are registered trademarks or trademarks of The Apache Software Foundation
+in the United States and/or other countries.</p>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>
diff --git a/output/1.3/user_manual/Accumulo_Shell.html b/output/1.3/user_manual/Accumulo_Shell.html
new file mode 100644
index 0000000..4e11551
--- /dev/null
+++ b/output/1.3/user_manual/Accumulo_Shell.html
@@ -0,0 +1,284 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    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.
+-->
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>User Manual: Accumulo Shell</title>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script>
+<script>
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // fix sidebar width in documentation
+  $(function() {
+    var $affixElement = $('div[data-spy="affix"]');
+    $affixElement.width($affixElement.parent().width());
+  });
+</script>
+
+</head>
+<body style="padding-top: 100px">
+
+  <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"
+        /></a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="nav-link"><a href="/downloads">Download</a></li>
+        <li class="nav-link"><a href="/tour">Tour</a></li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/release/accumulo-2.0.0/">2.0.0 (Latest)</a></li>
+            <li><a href="/release/accumulo-1.9.3/">1.9.3</a></li>
+            <li><a href="/release/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/2.x">User Manual (2.x)</a></li>
+            <li><a href="/docs/2.x/apidocs">Javadocs (2.0)</a></li>
+            <li><a href="/quickstart-1.x">Quickstart (1.x)</a></li>
+            <li><a href="/accumulo2-maven-plugin">Accumulo Maven Plugin</a></li>
+            <li><a href="/1.9/accumulo_user_manual.html">User Manual (1.9)</a></li>
+            <li><a href="/1.9/apidocs">Javadocs (1.9)</a></li>
+            <li><a href="/external-docs">External Docs</a></li>
+            <li><a href="/docs-archive/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/contact-us">Contact Us</a></li>
+            <li><a href="/how-to-contribute">How To Contribute</a></li>
+            <li><a href="/people">People</a></li>
+            <li><a href="/related-projects">Related Projects</a></li>
+          </ul>
+        </li>
+        <li class="nav-link"><a href="/search">Search</a></li>
+      </ul>
+      <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#"><img alt="Apache Software Foundation" src="https://www.apache.org/foundation/press/kit/feather.svg" width="15"/><span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/licenses/">License <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/events/current-event.html">Current Event <i class="fa fa-external-link"></i></a></li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+  </div>
+</nav>
+
+
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12">
+
+        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
+          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
+        </div>
+        <div id="content">
+          
+          <h1 class="title">User Manual: Accumulo Shell</h1>
+          
+          <p>** Next:** <a href="Writing_Accumulo_Clients.html">Writing Accumulo Clients</a> ** Up:** <a href="accumulo_user_manual.html">Apache Accumulo User Manual Version 1.3</a> ** Previous:** <a href="Accumulo_Design.html">Accumulo Design</a>   ** <a href="Contents.html">Contents</a>**</p>
+
+<p><a id="CHILD_LINKS"></a><strong>Subsections</strong></p>
+
+<ul>
+  <li><a href="Accumulo_Shell.html#Basic_Administration">Basic Administration</a></li>
+  <li><a href="Accumulo_Shell.html#Table_Maintenance">Table Maintenance</a></li>
+  <li><a href="Accumulo_Shell.html#User_Administration">User Administration</a></li>
+</ul>
+
+<hr />
+
+<h2 id="-accumulo-shell"><a id="Accumulo_Shell"></a> Accumulo Shell</h2>
+
+<p>Accumulo provides a simple shell that can be used to examine the contents and configuration settings of tables, apply individual mutations, and change configuration settings.</p>
+
+<p>The shell can be started by the following command:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ACCUMULO_HOME/bin/accumulo shell -u [username]
+</code></pre></div></div>
+
+<p>The shell will prompt for the corresponding password to the username specified and then display the following prompt:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>Shell - Apache Accumulo Interactive Shell
+-
+- version 1.3
+- instance name: myinstance
+- instance id: 00000000-0000-0000-0000-000000000000
+-
+- type 'help' for a list of available commands
+-
+</code></pre></div></div>
+
+<h2 id="-basic-administration"><a id="Basic_Administration"></a> Basic Administration</h2>
+
+<p>The Accumulo shell can be used to create and delete tables, as well as to configure table and instance specific options.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>root@myinstance&gt; tables
+!METADATA
+
+root@myinstance&gt; createtable mytable
+
+root@myinstance mytable&gt;
+
+root@myinstance mytable&gt; tables
+!METADATA
+mytable
+
+root@myinstance mytable&gt; createtable testtable
+
+root@myinstance testtable&gt;
+
+root@myinstance junk&gt; deletetable testtable
+
+root@myinstance&gt;
+</code></pre></div></div>
+
+<p>The Shell can also be used to insert updates and scan tables. This is useful for inspecting tables.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>root@myinstance mytable&gt; scan
+
+root@myinstance mytable&gt; insert row1 colf colq value1
+insert successful
+
+root@myinstance mytable&gt; scan
+row1 colf:colq [] value1
+</code></pre></div></div>
+
+<h2 id="-table-maintenance"><a id="Table_Maintenance"></a> Table Maintenance</h2>
+
+<p>The <strong>compact</strong> command instructs Accumulo to schedule a compaction of the table during which files are consolidated and deleted entries are removed.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>root@myinstance mytable&gt; compact -t mytable
+07 16:13:53,201 [shell.Shell] INFO : Compaction of table mytable
+scheduled for 20100707161353EDT
+</code></pre></div></div>
+
+<p>The <strong>flush</strong> command instructs Accumulo to write all entries currently in memory for a given table to disk.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>root@myinstance mytable&gt; flush -t mytable
+07 16:14:19,351 [shell.Shell] INFO : Flush of table mytable
+initiated...
+</code></pre></div></div>
+
+<h2 id="-user-administration"><a id="User_Administration"></a> User Administration</h2>
+
+<p>The Shell can be used to add, remove, and grant privileges to users.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>root@myinstance mytable&gt; createuser bob
+Enter new password for 'bob': *********
+Please confirm new password for 'bob': *********
+
+root@myinstance mytable&gt; authenticate bob
+Enter current password for 'bob': *********
+Valid
+
+root@myinstance mytable&gt; grant System.CREATE_TABLE -s -u bob
+
+root@myinstance mytable&gt; user bob
+Enter current password for 'bob': *********
+
+bob@myinstance mytable&gt; userpermissions
+System permissions: System.CREATE_TABLE
+Table permissions (!METADATA): Table.READ
+Table permissions (mytable): NONE
+
+bob@myinstance mytable&gt; createtable bobstable
+bob@myinstance bobstable&gt;
+
+bob@myinstance bobstable&gt; user root
+Enter current password for 'root': *********
+
+root@myinstance bobstable&gt; revoke System.CREATE_TABLE -s -u bob
+</code></pre></div></div>
+
+<hr />
+
+<p>** Next:** <a href="Writing_Accumulo_Clients.html">Writing Accumulo Clients</a> ** Up:** <a href="accumulo_user_manual.html">Apache Accumulo User Manual Version 1.3</a> ** Previous:** <a href="Accumulo_Design.html">Accumulo Design</a>   ** <a href="Contents.html">Contents</a>**</p>
+
+
+        </div>
+
+        
+<footer>
+
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2020 <a href="https://www.apache.org">The Apache Software Foundation</a>.
+Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.</p>
+
+  <p>Apache®, the names of Apache projects and their logos, and the multicolor feather
+logo are registered trademarks or trademarks of The Apache Software Foundation
+in the United States and/or other countries.</p>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>
diff --git a/output/1.3/user_manual/Administration.html b/output/1.3/user_manual/Administration.html
new file mode 100644
index 0000000..2572ba4
--- /dev/null
+++ b/output/1.3/user_manual/Administration.html
@@ -0,0 +1,319 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    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.
+-->
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>User Manual: Administration</title>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script>
+<script>
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // fix sidebar width in documentation
+  $(function() {
+    var $affixElement = $('div[data-spy="affix"]');
+    $affixElement.width($affixElement.parent().width());
+  });
+</script>
+
+</head>
+<body style="padding-top: 100px">
+
+  <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"
+        /></a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="nav-link"><a href="/downloads">Download</a></li>
+        <li class="nav-link"><a href="/tour">Tour</a></li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/release/accumulo-2.0.0/">2.0.0 (Latest)</a></li>
+            <li><a href="/release/accumulo-1.9.3/">1.9.3</a></li>
+            <li><a href="/release/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/2.x">User Manual (2.x)</a></li>
+            <li><a href="/docs/2.x/apidocs">Javadocs (2.0)</a></li>
+            <li><a href="/quickstart-1.x">Quickstart (1.x)</a></li>
+            <li><a href="/accumulo2-maven-plugin">Accumulo Maven Plugin</a></li>
+            <li><a href="/1.9/accumulo_user_manual.html">User Manual (1.9)</a></li>
+            <li><a href="/1.9/apidocs">Javadocs (1.9)</a></li>
+            <li><a href="/external-docs">External Docs</a></li>
+            <li><a href="/docs-archive/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/contact-us">Contact Us</a></li>
+            <li><a href="/how-to-contribute">How To Contribute</a></li>
+            <li><a href="/people">People</a></li>
+            <li><a href="/related-projects">Related Projects</a></li>
+          </ul>
+        </li>
+        <li class="nav-link"><a href="/search">Search</a></li>
+      </ul>
+      <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#"><img alt="Apache Software Foundation" src="https://www.apache.org/foundation/press/kit/feather.svg" width="15"/><span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/licenses/">License <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/events/current-event.html">Current Event <i class="fa fa-external-link"></i></a></li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+  </div>
+</nav>
+
+
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12">
+
+        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
+          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
+        </div>
+        <div id="content">
+          
+          <h1 class="title">User Manual: Administration</h1>
+          
+          <p>** Next:** <a href="Shell_Commands.html">Shell Commands</a> ** Up:** <a href="accumulo_user_manual.html">Apache Accumulo User Manual Version 1.3</a> ** Previous:** <a href="Security.html">Security</a>   ** <a href="Contents.html">Contents</a>**</p>
+
+<p><a id="CHILD_LINKS"></a><strong>Subsections</strong></p>
+
+<ul>
+  <li><a href="Administration.html#Hardware">Hardware</a></li>
+  <li><a href="Administration.html#Network">Network</a></li>
+  <li><a href="Administration.html#Installation">Installation</a></li>
+  <li><a href="Administration.html#Dependencies">Dependencies</a></li>
+  <li><a href="Administration.html#Configuration">Configuration</a></li>
+  <li><a href="Administration.html#Initialization">Initialization</a></li>
+  <li><a href="Administration.html#Running">Running</a></li>
+  <li><a href="Administration.html#Monitoring">Monitoring</a></li>
+  <li><a href="Administration.html#Logging">Logging</a></li>
+  <li><a href="Administration.html#Recovery">Recovery</a></li>
+</ul>
+
+<hr />
+
+<h2 id="-administration"><a id="Administration"></a> Administration</h2>
+
+<h2 id="-hardware"><a id="Hardware"></a> Hardware</h2>
+
+<p>Because we are running essentially two or three systems simultaneously layered across the cluster: HDFS, Accumulo and MapReduce, it is typical for hardware to consist of 4 to 8 cores, and 8 to 32 GB RAM. This is so each running process can have at least one core and 2 - 4 GB each.</p>
+
+<p>One core running HDFS can typically keep 2 to 4 disks busy, so each machine may typically have as little as 2 x 300GB disks and as much as 4 x 1TB or 2TB disks.</p>
+
+<p>It is possible to do with less than this, such as with 1u servers with 2 cores and 4GB each, but in this case it is recommended to only run up to two processes per machine - i.e. DataNode and TabletServer or DataNode and MapReduce worker but not all three. The constraint here is having enough available heap space for all the processes on a machine.</p>
+
+<h2 id="-network"><a id="Network"></a> Network</h2>
+
+<p>Accumulo communicates via remote procedure calls over TCP/IP for both passing data and control messages. In addition, Accumulo uses HDFS clients to communicate with HDFS. To achieve good ingest and query performance, sufficient network bandwidth must be available between any two machines.</p>
+
+<h2 id="-installation"><a id="Installation"></a> Installation</h2>
+
+<p>Choose a directory for the Accumulo installation. This directory will be referenced by the environment variable $ACCUMULO_HOME. Run the following:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ tar xzf $ACCUMULO_HOME/accumulo.tar.gz
+</code></pre></div></div>
+
+<p>Repeat this step at each machine within the cluster. Usually all machines have the same $ACCUMULO_HOME.</p>
+
+<h2 id="-dependencies"><a id="Dependencies"></a> Dependencies</h2>
+
+<p>Accumulo requires HDFS and ZooKeeper to be configured and running before starting. Password-less SSH should be configured between at least the Accumulo master and TabletServer machines. It is also a good idea to run Network Time Protocol (NTP) within the cluster to ensure nodes’ clocks don’t get too out of sync, which can cause problems with automatically timestamped data. Accumulo will remove from the set of TabletServers those machines whose times differ too much from the master’s.</p>
+
+<h2 id="-configuration"><a id="Configuration"></a> Configuration</h2>
+
+<p>Accumulo is configured by editing several Shell and XML files found in $ACCUMULO_HOME/conf. The structure closely resembles Hadoop’s configuration files.</p>
+
+<h3 id="-edit-confaccumulo-envsh"><a id="Edit_conf/accumulo-env.sh"></a> Edit conf/accumulo-env.sh</h3>
+
+<p>Accumulo needs to know where to find the software it depends on. Edit accumuloenv. sh and specify the following:</p>
+
+<ol>
+  <li>Enter the location of the installation directory of Accumulo for $ACCUMULO_HOME</li>
+  <li>Enter your system’s Java home for $JAVA_HOME</li>
+  <li>Enter the location of Hadoop for $HADOOP_HOME</li>
+  <li>Choose a location for Accumulo logs and enter it for $ACCUMULO_LOG_DIR</li>
+  <li>Enter the location of ZooKeeper for $ZOOKEEPER_HOME</li>
+</ol>
+
+<p>By default Accumulo TabletServers are set to use 1GB of memory. You may change this by altering the value of $ACCUMULO_TSERVER_OPTS. Note the syntax is that of the Java JVM command line options. This value should be less than the physical memory of the machines running TabletServers.</p>
+
+<p>There are similar options for the master’s memory usage and the garbage collector process. Reduce these if they exceed the physical RAM of your hardware and increase them, within the bounds of the physical RAM, if a process fails because of insufficient memory.</p>
+
+<p>Note that you will be specifying the Java heap space in accumulo-env.sh. You should make sure that the total heap space used for the Accumulo tserver and the Hadoop DataNode and TaskTracker is less than the available memory on each slave node in the cluster. On large clusters, it is recommended that the Accumulo master, Hadoop NameNode, secondary NameNode, and Hadoop JobTracker all be run on separate machines to allow them to use more heap space. If you are running these on the same m [...]
+
+<h3 id="-cluster-specification"><a id="Cluster_Specification"></a> Cluster Specification</h3>
+
+<p>On the machine that will serve as the Accumulo master:</p>
+
+<ol>
+  <li>Write the IP address or domain name of the Accumulo Master to the <br />
+$ACCUMULO_HOME/conf/masters file.</li>
+  <li>Write the IP addresses or domain name of the machines that will be TabletServers in <br />
+$ACCUMULO_HOME/conf/slaves, one per line.</li>
+</ol>
+
+<p>Note that if using domain names rather than IP addresses, DNS must be configured properly for all machines participating in the cluster. DNS can be a confusing source of errors.</p>
+
+<h3 id="-accumulo-settings"><a id="Accumulo_Settings"></a> Accumulo Settings</h3>
+
+<p>Specify appropriate values for the following settings in <br />
+$ACCUMULO_HOME/conf/accumulo-site.xml :</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>&lt;property&gt;
+    &lt;name&gt;zookeeper&lt;/name&gt;
+    &lt;value&gt;zooserver-one:2181,zooserver-two:2181&lt;/value&gt;
+    &lt;description&gt;list of zookeeper servers&lt;/description&gt;
+&lt;/property&gt;
+&lt;property&gt;
+    &lt;name&gt;walog&lt;/name&gt;
+    &lt;value&gt;/var/accumulo/walogs&lt;/value&gt;
+    &lt;description&gt;local directory for write ahead logs&lt;/description&gt;
+&lt;/property&gt;
+</code></pre></div></div>
+
+<p>This enables Accumulo to find ZooKeeper. Accumulo uses ZooKeeper to coordinate settings between processes and helps finalize TabletServer failure.</p>
+
+<p>Accumulo records all changes to tables to a write-ahead log before committing them to the table. The `walog’ setting specifies the local directory on each machine to which write-ahead logs are written. This directory should exist on all machines acting as TabletServers.</p>
+
+<p>Some settings can be modified via the Accumulo shell and take effect immediately. However, any settings that should be persisted across system restarts must be recorded in the accumulo-site.xml file.</p>
+
+<h3 id="-deploy-configuration"><a id="Deploy_Configuration"></a> Deploy Configuration</h3>
+
+<p>Copy the masters, slaves, accumulo-env.sh, and if necessary, accumulo-site.xml from the <br />
+$ACCUMULO_HOME/conf/ directory on the master to all the machines specified in the slaves file.</p>
+
+<h2 id="-initialization"><a id="Initialization"></a> Initialization</h2>
+
+<p>Accumulo must be initialized to create the structures it uses internally to locate data across the cluster. HDFS is required to be configured and running before Accumulo can be initialized.</p>
+
+<p>Once HDFS is started, initialization can be performed by executing <br />
+$ACCUMULO_HOME/bin/accumulo init . This script will prompt for a name for this instance of Accumulo. The instance name is used to identify a set of tables and instance-specific settings. The script will then write some information into HDFS so Accumulo can start properly.</p>
+
+<p>The initialization script will prompt you to set a root password. Once Accumulo is initialized it can be started.</p>
+
+<h2 id="-running"><a id="Running"></a> Running</h2>
+
+<h3 id="-starting-accumulo"><a id="Starting_Accumulo"></a> Starting Accumulo</h3>
+
+<p>Make sure Hadoop is configured on all of the machines in the cluster, including access to a shared HDFS instance. Make sure HDFS and ZooKeeper are running. Make sure ZooKeeper is configured and running on at least one machine in the cluster. Start Accumulo using the bin/start-all.sh script.</p>
+
+<p>To verify that Accumulo is running, check the Status page as described under <em>Monitoring</em>. In addition, the Shell can provide some information about the status of tables via reading the !METADATA table.</p>
+
+<h3 id="-stopping-accumulo"><a id="Stopping_Accumulo"></a> Stopping Accumulo</h3>
+
+<p>To shutdown cleanly, run bin/stop-all.sh and the master will orchestrate the shutdown of all the tablet servers. Shutdown waits for all minor compactions to finish, so it may take some time for particular configurations.</p>
+
+<h2 id="-monitoring"><a id="Monitoring"></a> Monitoring</h2>
+
+<p>The Accumulo Master provides an interface for monitoring the status and health of Accumulo components. This interface can be accessed by pointing a web browser to <br />
+http://accumulomaster:50095/status</p>
+
+<h2 id="-logging"><a id="Logging"></a> Logging</h2>
+
+<p>Accumulo processes each write to a set of log files. By default these are found under <br />
+$ACCUMULO/logs/.</p>
+
+<h2 id="-recovery"><a id="Recovery"></a> Recovery</h2>
+
+<p>In the event of TabletServer failure or error on shutting Accumulo down, some mutations may not have been minor compacted to HDFS properly. In this case, Accumulo will automatically reapply such mutations from the write-ahead log either when the tablets from the failed server are reassigned by the Master, in the case of a single TabletServer failure or the next time Accumulo starts, in the event of failure during shutdown.</p>
+
+<p>Recovery is performed by asking the loggers to copy their write-ahead logs into HDFS. As the logs are copied, they are also sorted, so that tablets can easily find their missing updates. The copy/sort status of each file is displayed on Accumulo monitor status page. Once the recovery is complete any tablets involved should return to an ``online” state. Until then those tablets will be unavailable to clients.</p>
+
+<p>The Accumulo client library is configured to retry failed mutations and in many cases clients will be able to continue processing after the recovery process without throwing an exception.</p>
+
+<p>Note that because Accumulo uses timestamps to order mutations, any mutations that are applied as part of the recovery process should appear to have been applied when they originally arrived at the TabletServer that failed. This makes the ordering of mutations consistent in the presence of failure.</p>
+
+<hr />
+
+<p>** Next:** <a href="Shell_Commands.html">Shell Commands</a> ** Up:** <a href="accumulo_user_manual.html">Apache Accumulo User Manual Version 1.3</a> ** Previous:** <a href="Security.html">Security</a>   ** <a href="Contents.html">Contents</a>**</p>
+
+
+        </div>
+
+        
+<footer>
+
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2020 <a href="https://www.apache.org">The Apache Software Foundation</a>.
+Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.</p>
+
+  <p>Apache®, the names of Apache projects and their logos, and the multicolor feather
+logo are registered trademarks or trademarks of The Apache Software Foundation
+in the United States and/or other countries.</p>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>
diff --git a/output/1.3/user_manual/Analytics.html b/output/1.3/user_manual/Analytics.html
new file mode 100644
index 0000000..e1e6bcd
--- /dev/null
+++ b/output/1.3/user_manual/Analytics.html
@@ -0,0 +1,299 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    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.
+-->
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>User Manual: Analytics</title>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script>
+<script>
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // fix sidebar width in documentation
+  $(function() {
+    var $affixElement = $('div[data-spy="affix"]');
+    $affixElement.width($affixElement.parent().width());
+  });
+</script>
+
+</head>
+<body style="padding-top: 100px">
+
+  <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"
+        /></a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="nav-link"><a href="/downloads">Download</a></li>
+        <li class="nav-link"><a href="/tour">Tour</a></li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/release/accumulo-2.0.0/">2.0.0 (Latest)</a></li>
+            <li><a href="/release/accumulo-1.9.3/">1.9.3</a></li>
+            <li><a href="/release/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/2.x">User Manual (2.x)</a></li>
+            <li><a href="/docs/2.x/apidocs">Javadocs (2.0)</a></li>
+            <li><a href="/quickstart-1.x">Quickstart (1.x)</a></li>
+            <li><a href="/accumulo2-maven-plugin">Accumulo Maven Plugin</a></li>
+            <li><a href="/1.9/accumulo_user_manual.html">User Manual (1.9)</a></li>
+            <li><a href="/1.9/apidocs">Javadocs (1.9)</a></li>
+            <li><a href="/external-docs">External Docs</a></li>
+            <li><a href="/docs-archive/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/contact-us">Contact Us</a></li>
+            <li><a href="/how-to-contribute">How To Contribute</a></li>
+            <li><a href="/people">People</a></li>
+            <li><a href="/related-projects">Related Projects</a></li>
+          </ul>
+        </li>
+        <li class="nav-link"><a href="/search">Search</a></li>
+      </ul>
+      <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#"><img alt="Apache Software Foundation" src="https://www.apache.org/foundation/press/kit/feather.svg" width="15"/><span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/licenses/">License <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/events/current-event.html">Current Event <i class="fa fa-external-link"></i></a></li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+  </div>
+</nav>
+
+
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12">
+
+        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
+          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
+        </div>
+        <div id="content">
+          
+          <h1 class="title">User Manual: Analytics</h1>
+          
+          <p>** Next:** <a href="Security.html">Security</a> ** Up:** <a href="accumulo_user_manual.html">Apache Accumulo User Manual Version 1.3</a> ** Previous:** <a href="High_Speed_Ingest.html">High-Speed Ingest</a>   ** <a href="Contents.html">Contents</a>**</p>
+
+<p><a id="CHILD_LINKS"></a><strong>Subsections</strong></p>
+
+<ul>
+  <li><a href="Analytics.html#MapReduce">MapReduce</a></li>
+  <li><a href="Analytics.html#Aggregating_Iterators">Aggregating Iterators</a></li>
+  <li><a href="Analytics.html#Statistical_Modeling">Statistical Modeling</a></li>
+</ul>
+
+<hr />
+
+<h2 id="-analytics"><a id="Analytics"></a> Analytics</h2>
+
+<p>Accumulo supports more advanced data processing than simply keeping keys sorted and performing efficient lookups. Analytics can be developed by using MapReduce and Iterators in conjunction with Accumulo tables.</p>
+
+<h2 id="-mapreduce"><a id="MapReduce"></a> MapReduce</h2>
+
+<p>Accumulo tables can be used as the source and destination of MapReduce jobs. To use an Accumulo table with a MapReduce job (specifically with the new Hadoop API as of version 0.20), configure the job parameters to use the AccumuloInputFormat and AccumuloOutputFormat. Accumulo specific parameters can be set via these two format classes to do the following:</p>
+
+<ul>
+  <li>Authenticate and provide user credentials for the input</li>
+  <li>Restrict the scan to a range of rows</li>
+  <li>Restrict the input to a subset of available columns</li>
+</ul>
+
+<h3 id="-mapper-and-reducer-classes"><a id="Mapper_and_Reducer_classes"></a> Mapper and Reducer classes</h3>
+
+<p>To read from an Accumulo table create a Mapper with the following class parameterization and be sure to configure the AccumuloInputFormat.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>class MyMapper extends Mapper&lt;Key,Value,WritableComparable,Writable&gt; {
+    public void map(Key k, Value v, Context c) {
+        // transform key and value data here
+    }
+}
+</code></pre></div></div>
+
+<p>To write to an Accumulo table, create a Reducer with the following class parameterization and be sure to configure the AccumuloOutputFormat. The key emitted from the Reducer identifies the table to which the mutation is sent. This allows a single Reducer to write to more than one table if desired. A default table can be configured using the AccumuloOutputFormat, in which case the output table name does not have to be passed to the Context object within the Reducer.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>class MyReducer extends Reducer&lt;WritableComparable, Writable, Text, Mutation&gt; {
+
+    public void reduce(WritableComparable key, Iterator&lt;Text&gt; values, Context c) {
+        
+        Mutation m;
+        
+        // create the mutation based on input key and value
+        
+        c.write(new Text("output-table"), m);
+    }
+}
+</code></pre></div></div>
+
+<p>The Text object passed as the output should contain the name of the table to which this mutation should be applied. The Text can be null in which case the mutation will be applied to the default table name specified in the AccumuloOutputFormat options.</p>
+
+<h3 id="-accumuloinputformat-options"><a id="AccumuloInputFormat_options"></a> AccumuloInputFormat options</h3>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>Job job = new Job(getConf());
+AccumuloInputFormat.setInputInfo(job,
+        "user",
+        "passwd".getBytes(),
+        "table",
+        new Authorizations());
+
+AccumuloInputFormat.setZooKeeperInstance(job, "myinstance",
+        "zooserver-one,zooserver-two");
+</code></pre></div></div>
+
+<p><strong>Optional settings:</strong></p>
+
+<p>To restrict Accumulo to a set of row ranges:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>ArrayList&lt;Range&gt; ranges = new ArrayList&lt;Range&gt;();
+// populate array list of row ranges ...
+AccumuloInputFormat.setRanges(job, ranges);
+</code></pre></div></div>
+
+<p>To restrict accumulo to a list of columns:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>ArrayList&lt;Pair&lt;Text,Text&gt;&gt; columns = new ArrayList&lt;Pair&lt;Text,Text&gt;&gt;();
+// populate list of columns
+AccumuloInputFormat.fetchColumns(job, columns);
+</code></pre></div></div>
+
+<p>To use a regular expression to match row IDs:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>AccumuloInputFormat.setRegex(job, RegexType.ROW, "^.*");
+</code></pre></div></div>
+
+<h3 id="-accumulooutputformat-options"><a id="AccumuloOutputFormat_options"></a> AccumuloOutputFormat options</h3>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>boolean createTables = true;
+String defaultTable = "mytable";
+
+AccumuloOutputFormat.setOutputInfo(job,
+        "user",
+        "passwd".getBytes(),
+        createTables,
+        defaultTable);
+
+AccumuloOutputFormat.setZooKeeperInstance(job, "myinstance",
+        "zooserver-one,zooserver-two");
+</code></pre></div></div>
+
+<p><strong>Optional Settings:</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>AccumuloOutputFormat.setMaxLatency(job, 300); // milliseconds
+AccumuloOutputFormat.setMaxMutationBufferSize(job, 5000000); // bytes
+</code></pre></div></div>
+
+<p>An example of using MapReduce with Accumulo can be found at <br />
+accumulo/docs/examples/README.mapred</p>
+
+<h2 id="-aggregating-iterators"><a id="Aggregating_Iterators"></a> Aggregating Iterators</h2>
+
+<p>Many applications can benefit from the ability to aggregate values across common keys. This can be done via aggregating iterators and is similar to the Reduce step in MapReduce. This provides the ability to define online, incrementally updated analytics without the overhead or latency associated with batch-oriented MapReduce jobs.</p>
+
+<p>All that is needed to aggregate values of a table is to identify the fields over which values will be grouped, insert mutations with those fields as the key, and configure the table with an aggregating iterator that supports the summarization operation desired.</p>
+
+<p>The only restriction on an aggregating iterator is that the aggregator developer should not assume that all values for a given key have been seen, since new mutations can be inserted at anytime. This precludes using the total number of values in the aggregation such as when calculating an average, for example.</p>
+
+<h3 id="-feature-vectors"><a id="Feature_Vectors"></a> Feature Vectors</h3>
+
+<p>An interesting use of aggregating iterators within an Accumulo table is to store feature vectors for use in machine learning algorithms. For example, many algorithms such as k-means clustering, support vector machines, anomaly detection, etc. use the concept of a feature vector and the calculation of distance metrics to learn a particular model. The columns in an Accumulo table can be used to efficiently store sparse features and their weights to be incrementally updated via the use o [...]
+
+<h2 id="-statistical-modeling"><a id="Statistical_Modeling"></a> Statistical Modeling</h2>
+
+<p>Statistical models that need to be updated by many machines in parallel could be similarly stored within an Accumulo table. For example, a MapReduce job that is iteratively updating a global statistical model could have each map or reduce worker reference the parts of the model to be read and updated through an embedded Accumulo client.</p>
+
+<p>Using Accumulo this way enables efficient and fast lookups and updates of small pieces of information in a random access pattern, which is complementary to MapReduce’s sequential access model.</p>
+
+<hr />
+
+<p>** Next:** <a href="Security.html">Security</a> ** Up:** <a href="accumulo_user_manual.html">Apache Accumulo User Manual Version 1.3</a> ** Previous:** <a href="High_Speed_Ingest.html">High-Speed Ingest</a>   ** <a href="Contents.html">Contents</a>**</p>
+
+
+        </div>
+
+        
+<footer>
+
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2020 <a href="https://www.apache.org">The Apache Software Foundation</a>.
+Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.</p>
+
+  <p>Apache®, the names of Apache projects and their logos, and the multicolor feather
+logo are registered trademarks or trademarks of The Apache Software Foundation
+in the United States and/or other countries.</p>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>
diff --git a/output/1.3/user_manual/Contents.html b/output/1.3/user_manual/Contents.html
new file mode 100644
index 0000000..3947577
--- /dev/null
+++ b/output/1.3/user_manual/Contents.html
@@ -0,0 +1,346 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    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.
+-->
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>User Manual: Contents</title>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script>
+<script>
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // fix sidebar width in documentation
+  $(function() {
+    var $affixElement = $('div[data-spy="affix"]');
+    $affixElement.width($affixElement.parent().width());
+  });
+</script>
+
+</head>
+<body style="padding-top: 100px">
+
+  <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"
+        /></a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="nav-link"><a href="/downloads">Download</a></li>
+        <li class="nav-link"><a href="/tour">Tour</a></li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/release/accumulo-2.0.0/">2.0.0 (Latest)</a></li>
+            <li><a href="/release/accumulo-1.9.3/">1.9.3</a></li>
+            <li><a href="/release/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/2.x">User Manual (2.x)</a></li>
+            <li><a href="/docs/2.x/apidocs">Javadocs (2.0)</a></li>
+            <li><a href="/quickstart-1.x">Quickstart (1.x)</a></li>
+            <li><a href="/accumulo2-maven-plugin">Accumulo Maven Plugin</a></li>
+            <li><a href="/1.9/accumulo_user_manual.html">User Manual (1.9)</a></li>
+            <li><a href="/1.9/apidocs">Javadocs (1.9)</a></li>
+            <li><a href="/external-docs">External Docs</a></li>
+            <li><a href="/docs-archive/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/contact-us">Contact Us</a></li>
+            <li><a href="/how-to-contribute">How To Contribute</a></li>
+            <li><a href="/people">People</a></li>
+            <li><a href="/related-projects">Related Projects</a></li>
+          </ul>
+        </li>
+        <li class="nav-link"><a href="/search">Search</a></li>
+      </ul>
+      <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#"><img alt="Apache Software Foundation" src="https://www.apache.org/foundation/press/kit/feather.svg" width="15"/><span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/licenses/">License <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/events/current-event.html">Current Event <i class="fa fa-external-link"></i></a></li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+  </div>
+</nav>
+
+
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12">
+
+        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
+          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
+        </div>
+        <div id="content">
+          
+          <h1 class="title">User Manual: Contents</h1>
+          
+          <p>** Next:** <a href="Introduction.html">Introduction</a> ** Up:** <a href="accumulo_user_manual.html">Apache Accumulo User Manual Version 1.3</a> ** Previous:** <a href="accumulo_user_manual.html">Apache Accumulo User Manual Version 1.3</a></p>
+
+<h3 id="-contents"><a id="Contents"></a> Contents</h3>
+
+<ul>
+  <li><a href="Introduction.html">Introduction</a></li>
+  <li>
+    <p><a href="Accumulo_Design.html">Accumulo Design</a></p>
+
+    <ul>
+      <li><a href="Accumulo_Design.html#Data_Model">Data Model</a></li>
+      <li><a href="Accumulo_Design.html#Architecture">Architecture</a></li>
+      <li>
+        <p><a href="Accumulo_Design.html#Components">Components</a></p>
+
+        <ul>
+          <li><a href="Accumulo_Design.html#Tablet_Server">Tablet Server</a></li>
+          <li><a href="Accumulo_Design.html#Loggers">Loggers</a></li>
+          <li><a href="Accumulo_Design.html#Garbage_Collector">Garbage Collector</a></li>
+          <li><a href="Accumulo_Design.html#Master">Master</a></li>
+          <li><a href="Accumulo_Design.html#Client">Client</a></li>
+        </ul>
+      </li>
+      <li><a href="Accumulo_Design.html#Data_Management">Data Management</a></li>
+      <li><a href="Accumulo_Design.html#Tablet_Service">Tablet Service</a></li>
+      <li><a href="Accumulo_Design.html#Compactions">Compactions</a></li>
+      <li><a href="Accumulo_Design.html#Fault-Tolerance">Fault-Tolerance</a></li>
+    </ul>
+  </li>
+  <li>
+    <p><a href="Accumulo_Shell.html">Accumulo Shell</a></p>
+
+    <ul>
+      <li><a href="Accumulo_Shell.html#Basic_Administration">Basic Administration</a></li>
+      <li><a href="Accumulo_Shell.html#Table_Maintenance">Table Maintenance</a></li>
+      <li><a href="Accumulo_Shell.html#User_Administration">User Administration</a></li>
+    </ul>
+  </li>
+  <li>
+    <p><a href="Writing_Accumulo_Clients.html">Writing Accumulo Clients</a></p>
+
+    <ul>
+      <li>
+        <p><a href="Writing_Accumulo_Clients.html#Writing_Data">Writing Data</a></p>
+
+        <ul>
+          <li><a href="Writing_Accumulo_Clients.html#BatchWriter">BatchWriter</a></li>
+        </ul>
+      </li>
+      <li>
+        <p><a href="Writing_Accumulo_Clients.html#Reading_Data">Reading Data</a></p>
+
+        <ul>
+          <li><a href="Writing_Accumulo_Clients.html#Scanner">Scanner</a></li>
+          <li><a href="Writing_Accumulo_Clients.html#BatchScanner">BatchScanner</a></li>
+        </ul>
+      </li>
+    </ul>
+  </li>
+  <li>
+    <p><a href="Table_Configuration.html">Table Configuration</a></p>
+
+    <ul>
+      <li>
+        <p><a href="Table_Configuration.html#Locality_Groups">Locality Groups</a></p>
+
+        <ul>
+          <li><a href="Table_Configuration.html#Managing_Locality_Groups_via_the_Shell">Managing Locality Groups via the Shell</a></li>
+          <li><a href="Table_Configuration.html#Managing_Locality_Groups_via_the_Client_API">Managing Locality Groups via the Client API</a></li>
+        </ul>
+      </li>
+      <li><a href="Table_Configuration.html#Constraints">Constraints</a></li>
+      <li><a href="Table_Configuration.html#Bloom_Filters">Bloom Filters</a></li>
+      <li>
+        <p><a href="Table_Configuration.html#Iterators">Iterators</a></p>
+
+        <ul>
+          <li><a href="Table_Configuration.html#Setting_Iterators_via_the_Shell">Setting Iterators via the Shell</a></li>
+          <li><a href="Table_Configuration.html#Setting_Iterators_Programmatically">Setting Iterators Programmatically</a></li>
+          <li><a href="Table_Configuration.html#Versioning_Iterators_and_Timestamps">Versioning Iterators and Timestamps</a></li>
+          <li><a href="Table_Configuration.html#Filtering_Iterators">Filtering Iterators</a></li>
+        </ul>
+      </li>
+      <li><a href="Table_Configuration.html#Aggregating_Iterators">Aggregating Iterators</a></li>
+      <li><a href="Table_Configuration.html#Block_Cache">Block Cache</a></li>
+    </ul>
+  </li>
+  <li>
+    <p><a href="Table_Design.html">Table Design</a></p>
+
+    <ul>
+      <li><a href="Table_Design.html#Basic_Table">Basic Table</a></li>
+      <li><a href="Table_Design.html#RowID_Design">RowID Design</a></li>
+      <li><a href="Table_Design.html#Indexing">Indexing</a></li>
+      <li><a href="Table_Design.html#Entity-Attribute_and_Graph_Tables">Entity-Attribute and Graph Tables</a></li>
+      <li><a href="Table_Design.html#Document-Partitioned_Indexing">Document-Partitioned Indexing</a></li>
+    </ul>
+  </li>
+  <li>
+    <p><a href="High_Speed_Ingest.html">High-Speed Ingest</a></p>
+
+    <ul>
+      <li><a href="High_Speed_Ingest.html#Pre-Splitting_New_Tables">Pre-Splitting New Tables</a></li>
+      <li><a href="High_Speed_Ingest.html#Multiple_Ingester_Clients">Multiple Ingester Clients</a></li>
+      <li><a href="High_Speed_Ingest.html#Bulk_Ingest">Bulk Ingest</a></li>
+      <li><a href="High_Speed_Ingest.html#MapReduce_Ingest">MapReduce Ingest</a></li>
+    </ul>
+  </li>
+  <li>
+    <p><a href="Analytics.html">Analytics</a></p>
+
+    <ul>
+      <li>
+        <p><a href="Analytics.html#MapReduce">MapReduce</a></p>
+
+        <ul>
+          <li><a href="Analytics.html#Mapper_and_Reducer_classes">Mapper and Reducer classes</a></li>
+          <li><a href="Analytics.html#AccumuloInputFormat_options">AccumuloInputFormat options</a></li>
+          <li><a href="Analytics.html#AccumuloOutputFormat_options">AccumuloOutputFormat options</a></li>
+        </ul>
+      </li>
+      <li>
+        <p><a href="Analytics.html#Aggregating_Iterators">Aggregating Iterators</a></p>
+
+        <ul>
+          <li><a href="Analytics.html#Feature_Vectors">Feature Vectors</a></li>
+        </ul>
+      </li>
+      <li>
+        <p><a href="Analytics.html#Statistical_Modeling">Statistical Modeling</a></p>
+      </li>
+    </ul>
+  </li>
+  <li>
+    <p><a href="Security.html">Security</a></p>
+
+    <ul>
+      <li><a href="Security.html#Security_Label_Expressions">Security Label Expressions</a></li>
+      <li><a href="Security.html#Security_Label_Expression_Syntax">Security Label Expression Syntax</a></li>
+      <li><a href="Security.html#Authorization">Authorization</a></li>
+      <li><a href="Security.html#Secure_Authorizations_Handling">Secure Authorizations Handling</a></li>
+      <li><a href="Security.html#Query_Services_Layer">Query Services Layer</a></li>
+    </ul>
+  </li>
+  <li>
+    <p><a href="Administration.html">Administration</a></p>
+
+    <ul>
+      <li><a href="Administration.html#Hardware">Hardware</a></li>
+      <li><a href="Administration.html#Network">Network</a></li>
+      <li><a href="Administration.html#Installation">Installation</a></li>
+      <li><a href="Administration.html#Dependencies">Dependencies</a></li>
+      <li>
+        <p><a href="Administration.html#Configuration">Configuration</a></p>
+
+        <ul>
+          <li><a href="Administration.html#Edit_conf/accumulo-env.sh">Edit conf/accumulo-env.sh</a></li>
+          <li><a href="Administration.html#Cluster_Specification">Cluster Specification</a></li>
+          <li><a href="Administration.html#Accumulo_Settings">Accumulo Settings</a></li>
+          <li><a href="Administration.html#Deploy_Configuration">Deploy Configuration</a></li>
+        </ul>
+      </li>
+      <li><a href="Administration.html#Initialization">Initialization</a></li>
+      <li>
+        <p><a href="Administration.html#Running">Running</a></p>
+
+        <ul>
+          <li><a href="Administration.html#Starting_Accumulo">Starting Accumulo</a></li>
+          <li><a href="Administration.html#Stopping_Accumulo">Stopping Accumulo</a></li>
+        </ul>
+      </li>
+      <li><a href="Administration.html#Monitoring">Monitoring</a></li>
+      <li><a href="Administration.html#Logging">Logging</a></li>
+      <li><a href="Administration.html#Recovery">Recovery</a></li>
+    </ul>
+  </li>
+  <li><a href="Shell_Commands.html">Shell Commands</a></li>
+</ul>
+
+<hr />
+
+
+        </div>
+
+        
+<footer>
+
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2020 <a href="https://www.apache.org">The Apache Software Foundation</a>.
+Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.</p>
+
+  <p>Apache®, the names of Apache projects and their logos, and the multicolor feather
+logo are registered trademarks or trademarks of The Apache Software Foundation
+in the United States and/or other countries.</p>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>
diff --git a/output/1.3/user_manual/High_Speed_Ingest.html b/output/1.3/user_manual/High_Speed_Ingest.html
new file mode 100644
index 0000000..e708691
--- /dev/null
+++ b/output/1.3/user_manual/High_Speed_Ingest.html
@@ -0,0 +1,236 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    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.
+-->
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>User Manual: High Speed Ingest</title>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script>
+<script>
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // fix sidebar width in documentation
+  $(function() {
+    var $affixElement = $('div[data-spy="affix"]');
+    $affixElement.width($affixElement.parent().width());
+  });
+</script>
+
+</head>
+<body style="padding-top: 100px">
+
+  <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"
+        /></a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="nav-link"><a href="/downloads">Download</a></li>
+        <li class="nav-link"><a href="/tour">Tour</a></li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/release/accumulo-2.0.0/">2.0.0 (Latest)</a></li>
+            <li><a href="/release/accumulo-1.9.3/">1.9.3</a></li>
+            <li><a href="/release/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/2.x">User Manual (2.x)</a></li>
+            <li><a href="/docs/2.x/apidocs">Javadocs (2.0)</a></li>
+            <li><a href="/quickstart-1.x">Quickstart (1.x)</a></li>
+            <li><a href="/accumulo2-maven-plugin">Accumulo Maven Plugin</a></li>
+            <li><a href="/1.9/accumulo_user_manual.html">User Manual (1.9)</a></li>
+            <li><a href="/1.9/apidocs">Javadocs (1.9)</a></li>
+            <li><a href="/external-docs">External Docs</a></li>
+            <li><a href="/docs-archive/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/contact-us">Contact Us</a></li>
+            <li><a href="/how-to-contribute">How To Contribute</a></li>
+            <li><a href="/people">People</a></li>
+            <li><a href="/related-projects">Related Projects</a></li>
+          </ul>
+        </li>
+        <li class="nav-link"><a href="/search">Search</a></li>
+      </ul>
+      <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#"><img alt="Apache Software Foundation" src="https://www.apache.org/foundation/press/kit/feather.svg" width="15"/><span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/licenses/">License <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/events/current-event.html">Current Event <i class="fa fa-external-link"></i></a></li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+  </div>
+</nav>
+
+
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12">
+
+        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
+          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
+        </div>
+        <div id="content">
+          
+          <h1 class="title">User Manual: High Speed Ingest</h1>
+          
+          <p>** Next:** <a href="Analytics.html">Analytics</a> ** Up:** <a href="accumulo_user_manual.html">Apache Accumulo User Manual Version 1.3</a> ** Previous:** <a href="Table_Design.html">Table Design</a>   ** <a href="Contents.html">Contents</a>**</p>
+
+<p><a id="CHILD_LINKS"></a><strong>Subsections</strong></p>
+
+<ul>
+  <li><a href="High_Speed_Ingest.html#Pre-Splitting_New_Tables">Pre-Splitting New Tables</a></li>
+  <li><a href="High_Speed_Ingest.html#Multiple_Ingester_Clients">Multiple Ingester Clients</a></li>
+  <li><a href="High_Speed_Ingest.html#Bulk_Ingest">Bulk Ingest</a></li>
+  <li><a href="High_Speed_Ingest.html#MapReduce_Ingest">MapReduce Ingest</a></li>
+</ul>
+
+<hr />
+
+<h2 id="-high-speed-ingest"><a id="High-Speed_Ingest"></a> High-Speed Ingest</h2>
+
+<p>Accumulo is often used as part of a larger data processing and storage system. To maximize the performance of a parallel system involving Accumulo, the ingestion and query components should be designed to provide enough parallelism and concurrency to avoid creating bottlenecks for users and other systems writing to and reading from Accumulo. There are several ways to achieve high ingest performance.</p>
+
+<h2 id="-pre-splitting-new-tables"><a id="Pre-Splitting_New_Tables"></a> Pre-Splitting New Tables</h2>
+
+<p>New tables consist of a single tablet by default. As mutations are applied, the table grows and splits into multiple tablets which are balanced by the Master across TabletServers. This implies that the aggregate ingest rate will be limited to fewer servers than are available within the cluster until the table has reached the point where there are tablets on every TabletServer.</p>
+
+<p>Pre-splitting a table ensures that there are as many tablets as desired available before ingest begins to take advantage of all the parallelism possible with the cluster hardware. Tables can be split anytime by using the shell:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>user@myinstance mytable&gt; addsplits -sf /local_splitfile -t mytable
+</code></pre></div></div>
+
+<p>For the purposes of providing parallelism to ingest it is not necessary to create more tablets than there are physical machines within the cluster as the aggregate ingest rate is a function of the number of physical machines. Note that the aggregate ingest rate is still subject to the number of machines running ingest clients, and the distribution of rowIDs across the table. The aggregation ingest rate will be suboptimal if there are many inserts into a small number of rowIDs.</p>
+
+<h2 id="-multiple-ingester-clients"><a id="Multiple_Ingester_Clients"></a> Multiple Ingester Clients</h2>
+
+<p>Accumulo is capable of scaling to very high rates of ingest, which is dependent upon not just the number of TabletServers in operation but also the number of ingest clients. This is because a single client, while capable of batching mutations and sending them to all TabletServers, is ultimately limited by the amount of data that can be processed on a single machine. The aggregate ingest rate will scale linearly with the number of clients up to the point at which either the aggregate I [...]
+
+<p>In operational settings where high rates of ingest are paramount, clusters are often configured to dedicate some number of machines solely to running Ingester Clients. The exact ratio of clients to TabletServers necessary for optimum ingestion rates will vary according to the distribution of resources per machine and by data type.</p>
+
+<h2 id="-bulk-ingest"><a id="Bulk_Ingest"></a> Bulk Ingest</h2>
+
+<p>Accumulo supports the ability to import files produced by an external process such as MapReduce into an existing table. In some cases it may be faster to load data this way rather than via ingesting through clients using BatchWriters. This allows a large number of machines to format data the way Accumulo expects. The new files can then simply be introduced to Accumulo via a shell command.</p>
+
+<p>To configure MapReduce to format data in preparation for bulk loading, the job should be set to use a range partitioner instead of the default hash partitioner. The range partitioner uses the split points of the Accumulo table that will receive the data. The split points can be obtained from the shell and used by the MapReduce RangePartitioner. Note that this is only useful if the existing table is already split into multiple tablets.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>user@myinstance mytable&gt; getsplits
+aa
+ab
+ac
+...
+zx
+zy
+zz
+</code></pre></div></div>
+
+<p>Run the MapReduce job, using the AccumuloFileOutputFormat to create the files to be introduced to Accumulo. Once this is complete, the files can be added to Accumulo via the shell:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>user@myinstance mytable&gt; importdirectory /files_dir /failures
+</code></pre></div></div>
+
+<p>Note that the paths referenced are directories within the same HDFS instance over which Accumulo is running. Accumulo places any files that failed to be added to the second directory specified.</p>
+
+<p>A complete example of using Bulk Ingest can be found at <br />
+accumulo/docs/examples/README.bulkIngest</p>
+
+<h2 id="-mapreduce-ingest"><a id="MapReduce_Ingest"></a> MapReduce Ingest</h2>
+
+<p>It is possible to efficiently write many mutations to Accumulo in parallel via a MapReduce job. In this scenario the MapReduce is written to process data that lives in HDFS and write mutations to Accumulo using the AccumuloOutputFormat. See the MapReduce section under Analytics for details.</p>
+
+<p>An example of using MapReduce can be found under <br />
+accumulo/docs/examples/README.mapred</p>
+
+<hr />
+
+<p>** Next:** <a href="Analytics.html">Analytics</a> ** Up:** <a href="accumulo_user_manual.html">Apache Accumulo User Manual Version 1.3</a> ** Previous:** <a href="Table_Design.html">Table Design</a>   ** <a href="Contents.html">Contents</a>**</p>
+
+
+        </div>
+
+        
+<footer>
+
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2020 <a href="https://www.apache.org">The Apache Software Foundation</a>.
+Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.</p>
+
+  <p>Apache®, the names of Apache projects and their logos, and the multicolor feather
+logo are registered trademarks or trademarks of The Apache Software Foundation
+in the United States and/or other countries.</p>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>
diff --git a/output/1.3/user_manual/Introduction.html b/output/1.3/user_manual/Introduction.html
new file mode 100644
index 0000000..ab14a89
--- /dev/null
+++ b/output/1.3/user_manual/Introduction.html
@@ -0,0 +1,175 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    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.
+-->
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>User Manual: Introduction</title>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script>
+<script>
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // fix sidebar width in documentation
+  $(function() {
+    var $affixElement = $('div[data-spy="affix"]');
+    $affixElement.width($affixElement.parent().width());
+  });
+</script>
+
+</head>
+<body style="padding-top: 100px">
+
+  <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"
+        /></a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="nav-link"><a href="/downloads">Download</a></li>
+        <li class="nav-link"><a href="/tour">Tour</a></li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/release/accumulo-2.0.0/">2.0.0 (Latest)</a></li>
+            <li><a href="/release/accumulo-1.9.3/">1.9.3</a></li>
+            <li><a href="/release/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/2.x">User Manual (2.x)</a></li>
+            <li><a href="/docs/2.x/apidocs">Javadocs (2.0)</a></li>
+            <li><a href="/quickstart-1.x">Quickstart (1.x)</a></li>
+            <li><a href="/accumulo2-maven-plugin">Accumulo Maven Plugin</a></li>
+            <li><a href="/1.9/accumulo_user_manual.html">User Manual (1.9)</a></li>
+            <li><a href="/1.9/apidocs">Javadocs (1.9)</a></li>
+            <li><a href="/external-docs">External Docs</a></li>
+            <li><a href="/docs-archive/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/contact-us">Contact Us</a></li>
+            <li><a href="/how-to-contribute">How To Contribute</a></li>
+            <li><a href="/people">People</a></li>
+            <li><a href="/related-projects">Related Projects</a></li>
+          </ul>
+        </li>
+        <li class="nav-link"><a href="/search">Search</a></li>
+      </ul>
+      <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#"><img alt="Apache Software Foundation" src="https://www.apache.org/foundation/press/kit/feather.svg" width="15"/><span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/licenses/">License <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/events/current-event.html">Current Event <i class="fa fa-external-link"></i></a></li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+  </div>
+</nav>
+
+
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12">
+
+        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
+          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
+        </div>
+        <div id="content">
+          
+          <h1 class="title">User Manual: Introduction</h1>
+          
+          <p>** Next:** <a href="Accumulo_Design.html">Accumulo Design</a> ** Up:** <a href="accumulo_user_manual.html">Apache Accumulo User Manual Version 1.3</a> ** Previous:** <a href="Contents.html">Contents</a>   ** <a href="Contents.html">Contents</a>**</p>
+
+<h2 id="-introduction"><a id="Introduction"></a> Introduction</h2>
+
+<p>Apache Accumulo is a highly scalable structured store based on Google’s BigTable. Accumulo is written in Java and operates over the Hadoop Distributed File System (HDFS), which is part of the popular Apache Hadoop project. Accumulo supports efficient storage and retrieval of structured data, including queries for ranges, and provides support for using Accumulo tables as input and output for MapReduce jobs.</p>
+
+<p>Accumulo features automatic load-balancing and partitioning, data compression and fine-grained security labels.</p>
+
+<hr />
+
+
+        </div>
+
+        
+<footer>
+
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2020 <a href="https://www.apache.org">The Apache Software Foundation</a>.
+Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.</p>
+
+  <p>Apache®, the names of Apache projects and their logos, and the multicolor feather
+logo are registered trademarks or trademarks of The Apache Software Foundation
+in the United States and/or other countries.</p>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>
diff --git a/output/1.3/user_manual/Security.html b/output/1.3/user_manual/Security.html
new file mode 100644
index 0000000..fc8efaf
--- /dev/null
+++ b/output/1.3/user_manual/Security.html
@@ -0,0 +1,257 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    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.
+-->
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>User Manual: Security</title>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script>
+<script>
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // fix sidebar width in documentation
+  $(function() {
+    var $affixElement = $('div[data-spy="affix"]');
+    $affixElement.width($affixElement.parent().width());
+  });
+</script>
+
+</head>
+<body style="padding-top: 100px">
+
+  <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"
+        /></a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="nav-link"><a href="/downloads">Download</a></li>
+        <li class="nav-link"><a href="/tour">Tour</a></li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/release/accumulo-2.0.0/">2.0.0 (Latest)</a></li>
+            <li><a href="/release/accumulo-1.9.3/">1.9.3</a></li>
+            <li><a href="/release/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/2.x">User Manual (2.x)</a></li>
+            <li><a href="/docs/2.x/apidocs">Javadocs (2.0)</a></li>
+            <li><a href="/quickstart-1.x">Quickstart (1.x)</a></li>
+            <li><a href="/accumulo2-maven-plugin">Accumulo Maven Plugin</a></li>
+            <li><a href="/1.9/accumulo_user_manual.html">User Manual (1.9)</a></li>
+            <li><a href="/1.9/apidocs">Javadocs (1.9)</a></li>
+            <li><a href="/external-docs">External Docs</a></li>
+            <li><a href="/docs-archive/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/contact-us">Contact Us</a></li>
+            <li><a href="/how-to-contribute">How To Contribute</a></li>
+            <li><a href="/people">People</a></li>
+            <li><a href="/related-projects">Related Projects</a></li>
+          </ul>
+        </li>
+        <li class="nav-link"><a href="/search">Search</a></li>
+      </ul>
+      <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#"><img alt="Apache Software Foundation" src="https://www.apache.org/foundation/press/kit/feather.svg" width="15"/><span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/licenses/">License <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/events/current-event.html">Current Event <i class="fa fa-external-link"></i></a></li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+  </div>
+</nav>
+
+
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12">
+
+        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
+          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
+        </div>
+        <div id="content">
+          
+          <h1 class="title">User Manual: Security</h1>
+          
+          <p>** Next:** <a href="Administration.html">Administration</a> ** Up:** <a href="accumulo_user_manual.html">Apache Accumulo User Manual Version 1.3</a> ** Previous:** <a href="Analytics.html">Analytics</a>   ** <a href="Contents.html">Contents</a>**</p>
+
+<p><a id="CHILD_LINKS"></a><strong>Subsections</strong></p>
+
+<ul>
+  <li><a href="Security.html#Security_Label_Expressions">Security Label Expressions</a></li>
+  <li><a href="Security.html#Security_Label_Expression_Syntax">Security Label Expression Syntax</a></li>
+  <li><a href="Security.html#Authorization">Authorization</a></li>
+  <li><a href="Security.html#Secure_Authorizations_Handling">Secure Authorizations Handling</a></li>
+  <li><a href="Security.html#Query_Services_Layer">Query Services Layer</a></li>
+</ul>
+
+<hr />
+
+<h2 id="-security"><a id="Security"></a> Security</h2>
+
+<p>Accumulo extends the BigTable data model to implement a security mechanism known as cell-level security. Every key-value pair has its own security label, stored under the column visibility element of the key, which is used to determine whether a given user meets the security requirements to read the value. This enables data of various security levels to be stored within the same row, and users of varying degrees of access to query the same table, while preserving data confidentiality.</p>
+
+<h2 id="-security-label-expressions"><a id="Security_Label_Expressions"></a> Security Label Expressions</h2>
+
+<p>When mutations are applied, users can specify a security label for each value. This is done as the Mutation is created by passing a ColumnVisibility object to the put() method:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>Text rowID = new Text("row1");
+Text colFam = new Text("myColFam");
+Text colQual = new Text("myColQual");
+ColumnVisibility colVis = new ColumnVisibility("public");
+long timestamp = System.currentTimeMillis();
+
+Value value = new Value("myValue");
+
+Mutation mutation = new Mutation(rowID);
+mutation.put(colFam, colQual, colVis, timestamp, value);
+</code></pre></div></div>
+
+<h2 id="-security-label-expression-syntax"><a id="Security_Label_Expression_Syntax"></a> Security Label Expression Syntax</h2>
+
+<p>Security labels consist of a set of user-defined tokens that are required to read the value the label is associated with. The set of tokens required can be specified using syntax that supports logical AND and OR combinations of tokens, as well as nesting groups of tokens together.</p>
+
+<p>For example, suppose within our organization we want to label our data values with security labels defined in terms of user roles. We might have tokens such as:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>admin
+audit
+system
+</code></pre></div></div>
+
+<p>These can be specified alone or combined using logical operators:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>// Users must have admin privileges:
+admin
+
+// Users must have admin and audit privileges
+admin&amp;audit
+
+// Users with either admin or audit privileges
+admin|audit
+
+// Users must have audit and one or both of admin or system
+(admin|system)&amp;audit
+</code></pre></div></div>
+
+<p>When both <code class="highlighter-rouge">|</code> and <code class="highlighter-rouge">&amp;</code> operators are used, parentheses must be used to specify precedence of the operators.</p>
+
+<h2 id="-authorization"><a id="Authorization"></a> Authorization</h2>
+
+<p>When clients attempt to read data from Accumulo, any security labels present are examined against the set of authorizations passed by the client code when the Scanner or BatchScanner are created. If the authorizations are determined to be insufficient to satisfy the security label, the value is suppressed from the set of results sent back to the client.</p>
+
+<p>Authorizations are specified as a comma-separated list of tokens the user possesses:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>// user possess both admin and system level access
+Authorization auths = new Authorization("admin","system");
+
+Scanner s = connector.createScanner("table", auths);
+</code></pre></div></div>
+
+<h2 id="-secure-authorizations-handling"><a id="Secure_Authorizations_Handling"></a> Secure Authorizations Handling</h2>
+
+<p>Because the client can pass any authorization tokens to Accumulo, applications must be designed to obtain users’ authorization tokens from a trusted 3rd party rather than having the users specify their authorizations directly.</p>
+
+<p>Often production systems will integrate with Public-Key Infrastructure (PKI) and designate client code within the query layer to negotiate with PKI servers in order to authenticate users and retrieve their authorization tokens (credentials). This requires users to specify only the information necessary to authenticate themselves to the system. Once user identity is established, their credentials can be accessed by the client code and passed to Accumulo outside of the reach of the user.</p>
+
+<h2 id="-query-services-layer"><a id="Query_Services_Layer"></a> Query Services Layer</h2>
+
+<p>Since the primary method of interaction with Accumulo is through the Java API, production environments often call for the implementation of a Query layer. This can be done using web services in containers such as Apache Tomcat, but is not a requirement. The Query Services Layer provides a mechanism for providing a platform on which user facing applications can be built. This allows the application designers to isolate potentially complex query logic, and enables a convenient point at  [...]
+
+<p>Several production environments choose to implement authentication at this layer, where users identifiers are used to retrieve their access credentials which are then cached within the query layer and presented to Accumulo through the Authorizations mechanism.</p>
+
+<p>Typically, the query services layer sits between Accumulo and user workstations.</p>
+
+<hr />
+
+<p>** Next:** <a href="Administration.html">Administration</a> ** Up:** <a href="accumulo_user_manual.html">Apache Accumulo User Manual Version 1.3</a> ** Previous:** <a href="Analytics.html">Analytics</a>   ** <a href="Contents.html">Contents</a>**</p>
+
+
+        </div>
+
+        
+<footer>
+
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2020 <a href="https://www.apache.org">The Apache Software Foundation</a>.
+Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.</p>
+
+  <p>Apache®, the names of Apache projects and their logos, and the multicolor feather
+logo are registered trademarks or trademarks of The Apache Software Foundation
+in the United States and/or other countries.</p>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>
diff --git a/output/1.3/user_manual/Shell_Commands.html b/output/1.3/user_manual/Shell_Commands.html
new file mode 100644
index 0000000..d6da8d9
--- /dev/null
+++ b/output/1.3/user_manual/Shell_Commands.html
@@ -0,0 +1,745 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    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.
+-->
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>User Manual: Shell Commands</title>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script>
+<script>
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // fix sidebar width in documentation
+  $(function() {
+    var $affixElement = $('div[data-spy="affix"]');
+    $affixElement.width($affixElement.parent().width());
+  });
+</script>
+
+</head>
+<body style="padding-top: 100px">
+
+  <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"
+        /></a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="nav-link"><a href="/downloads">Download</a></li>
+        <li class="nav-link"><a href="/tour">Tour</a></li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/release/accumulo-2.0.0/">2.0.0 (Latest)</a></li>
+            <li><a href="/release/accumulo-1.9.3/">1.9.3</a></li>
+            <li><a href="/release/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/2.x">User Manual (2.x)</a></li>
+            <li><a href="/docs/2.x/apidocs">Javadocs (2.0)</a></li>
+            <li><a href="/quickstart-1.x">Quickstart (1.x)</a></li>
+            <li><a href="/accumulo2-maven-plugin">Accumulo Maven Plugin</a></li>
+            <li><a href="/1.9/accumulo_user_manual.html">User Manual (1.9)</a></li>
+            <li><a href="/1.9/apidocs">Javadocs (1.9)</a></li>
+            <li><a href="/external-docs">External Docs</a></li>
+            <li><a href="/docs-archive/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/contact-us">Contact Us</a></li>
+            <li><a href="/how-to-contribute">How To Contribute</a></li>
+            <li><a href="/people">People</a></li>
+            <li><a href="/related-projects">Related Projects</a></li>
+          </ul>
+        </li>
+        <li class="nav-link"><a href="/search">Search</a></li>
+      </ul>
+      <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#"><img alt="Apache Software Foundation" src="https://www.apache.org/foundation/press/kit/feather.svg" width="15"/><span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/licenses/">License <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/events/current-event.html">Current Event <i class="fa fa-external-link"></i></a></li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+  </div>
+</nav>
+
+
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12">
+
+        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
+          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
+        </div>
+        <div id="content">
+          
+          <h1 class="title">User Manual: Shell Commands</h1>
+          
+          <p>** Up:** <a href="accumulo_user_manual.html">Apache Accumulo User Manual Version 1.3</a> ** Previous:** <a href="Administration.html">Administration</a>   ** <a href="Contents.html">Contents</a>**</p>
+
+<h2 id="-shell-commands"><a id="Shell_Commands"></a> Shell Commands</h2>
+
+<p><strong>?</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: ? [ &lt;command&gt; &lt;command&gt; ] [-?] [-np]   
+description: provides information about the available commands   
+  -?,-help  display this help   
+  -np,-no-pagination  disables pagination of output   
+</code></pre></div></div>
+
+<p><strong>about</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: about [-?] [-v]   
+description: displays information about this program   
+  -?,-help  display this help   
+  -v,-verbose displays details session information   
+</code></pre></div></div>
+
+<p><strong>addsplits</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: addsplits [&lt;split&gt; &lt;split&gt; ] [-?] [-b64] [-sf &lt;filename&gt;] -t &lt;tableName&gt;   
+description: add split points to an existing table   
+  -?,-help  display this help   
+  -b64,-base64encoded decode encoded split points   
+  -sf,-splits-file &lt;filename&gt; file with newline separated list of rows to add   
+       to table   
+  -t,-table &lt;tableName&gt;  name of a table to add split points to   
+</code></pre></div></div>
+
+<p><strong>authenticate</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: authenticate &lt;username&gt; [-?]   
+description: verifies a user's credentials   
+  -?,-help  display this help   
+</code></pre></div></div>
+
+<p><strong>bye</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: bye [-?]   
+description: exits the shell   
+  -?,-help  display this help   
+</code></pre></div></div>
+
+<p><strong>classpath</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: classpath [-?]   
+description: lists the current files on the classpath   
+  -?,-help  display this help   
+</code></pre></div></div>
+
+<p><strong>clear</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: clear [-?]   
+description: clears the screen   
+  -?,-help  display this help   
+</code></pre></div></div>
+
+<p><strong>cls</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: cls [-?]   
+description: clears the screen   
+  -?,-help  display this help   
+</code></pre></div></div>
+
+<p><strong>compact</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: compact [-?] [-override] -p &lt;pattern&gt; | -t &lt;tableName&gt;   
+description: sets all tablets for a table to major compact as soon as possible   
+       (based on current time)   
+  -?,-help  display this help   
+  -override  override a future scheduled compaction   
+  -p,-pattern &lt;pattern&gt;  regex pattern of table names to flush   
+  -t,-table &lt;tableName&gt;  name of a table to flush   
+</code></pre></div></div>
+
+<p><strong>config</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: config [-?] [-d &lt;property&gt; | -f &lt;string&gt; | -s &lt;property=value&gt;] [-np]   
+       [-t &lt;table&gt;]   
+description: prints system properties and table specific properties   
+  -?,-help  display this help   
+  -d,-delete &lt;property&gt;  delete a per-table property   
+  -f,-filter &lt;string&gt; show only properties that contain this string   
+  -np,-no-pagination  disables pagination of output   
+  -s,-set &lt;property=value&gt;  set a per-table property   
+  -t,-table &lt;table&gt;  display/set/delete properties for specified table   
+</code></pre></div></div>
+
+<p><strong>createtable</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: createtable &lt;tableName&gt; [-?] [-a   
+       &lt;&lt;columnfamily&gt;[:&lt;columnqualifier&gt;]=&lt;aggregation_class&gt;&gt;] [-b64]   
+       [-cc &lt;table&gt;] [-cs &lt;table&gt; | -sf &lt;filename&gt;] [-ndi]  [-tl | -tm]   
+description: creates a new table, with optional aggregators and optionally   
+       pre-split   
+  -?,-help  display this help   
+  -a,-aggregator &lt;&lt;columnfamily&gt;[:&lt;columnqualifier&gt;]=&lt;aggregation_class&gt;&gt;   
+       comma separated column=aggregator   
+  -b64,-base64encoded decode encoded split points   
+  -cc,-copy-config &lt;table&gt;  table to copy configuration from   
+  -cs,-copy-splits &lt;table&gt;  table to copy current splits from   
+  -ndi,-no-default-iterators  prevents creation of the normal default iterator   
+       set   
+  -sf,-splits-file &lt;filename&gt; file with newline separated list of rows to   
+       create a pre-split table   
+  -tl,-time-logical  use logical time   
+  -tm,-time-millis  use time in milliseconds   
+</code></pre></div></div>
+
+<p><strong>createuser</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: createuser &lt;username&gt; [-?] [-s &lt;comma-separated-authorizations&gt;]   
+description: creates a new user   
+  -?,-help  display this help   
+  -s,-scan-authorizations &lt;comma-separated-authorizations&gt;  scan authorizations   
+</code></pre></div></div>
+
+<p><strong>debug</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: debug [ on | off ] [-?]   
+description: turns debug logging on or off   
+  -?,-help  display this help   
+</code></pre></div></div>
+
+<p><strong>delete</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: delete &lt;row&gt; &lt;colfamily&gt; &lt;colqualifier&gt; [-?] [-l &lt;expression&gt;] [-t   
+       &lt;timestamp&gt;]   
+description: deletes a record from a table   
+  -?,-help  display this help   
+  -l,-authorization-label &lt;expression&gt;  formatted authorization label expression   
+  -t,-timestamp &lt;timestamp&gt;  timestamp to use for insert   
+</code></pre></div></div>
+
+<p><strong>deleteiter</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: deleteiter [-?] [-majc] [-minc] -n &lt;itername&gt; [-scan] [-t &lt;table&gt;]   
+description: deletes a table-specific iterator   
+  -?,-help  display this help   
+  -majc,-major-compaction  applied at major compaction   
+  -minc,-minor-compaction  applied at minor compaction   
+  -n,-name &lt;itername&gt; iterator to delete   
+  -scan,-scan-time  applied at scan time   
+  -t,-table &lt;table&gt;  tableName   
+</code></pre></div></div>
+
+<p><strong>deletemany</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: deletemany [-?] [-b &lt;start-row&gt;] [-c   
+       &lt;&lt;columnfamily&gt;[:&lt;columnqualifier&gt;]&gt;] [-e &lt;end-row&gt;] [-f] [-np]   
+       [-s &lt;comma-separated-authorizations&gt;] [-st]   
+description: scans a table and deletes the resulting records   
+  -?,-help  display this help   
+  -b,-begin-row &lt;start-row&gt;  begin row (inclusive)   
+  -c,-columns &lt;&lt;columnfamily&gt;[:&lt;columnqualifier&gt;]&gt;  comma-separated columns   
+  -e,-end-row &lt;end-row&gt;  end row (inclusive)   
+  -f,-force  forces deletion without prompting   
+  -np,-no-pagination  disables pagination of output   
+  -s,-scan-authorizations &lt;comma-separated-authorizations&gt;  scan authorizations   
+       (all user auths are used if this argument is not specified)   
+  -st,-show-timestamps  enables displaying timestamps   
+</code></pre></div></div>
+
+<p><strong>deletescaniter</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: deletescaniter [-?] [-a] [-n &lt;itername&gt;] [-t &lt;table&gt;]   
+description: deletes a table-specific scan iterator so it is no longer used   
+       during this shell session   
+  -?,-help  display this help   
+  -a,-all  delete all for tableName   
+  -n,-name &lt;itername&gt; iterator to delete   
+  -t,-table &lt;table&gt;  tableName   
+</code></pre></div></div>
+
+<p><strong>deletetable</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: deletetable &lt;tableName&gt; [-?]   
+description: deletes a table   
+  -?,-help  display this help   
+</code></pre></div></div>
+
+<p><strong>deleteuser</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: deleteuser &lt;username&gt; [-?]   
+description: deletes a user   
+  -?,-help  display this help   
+</code></pre></div></div>
+
+<p><strong>droptable</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: droptable &lt;tableName&gt; [-?]   
+description: deletes a table   
+  -?,-help  display this help   
+</code></pre></div></div>
+
+<p><strong>dropuser</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: dropuser &lt;username&gt; [-?]   
+description: deletes a user   
+  -?,-help  display this help   
+</code></pre></div></div>
+
+<p><strong>egrep</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: egrep &lt;regex&gt; &lt;regex&gt; [-?] [-b &lt;start-row&gt;] [-c   
+       &lt;&lt;columnfamily&gt;[:&lt;columnqualifier&gt;]&gt;] [-e &lt;end-row&gt;] [-np] [-s   
+       &lt;comma-separated-authorizations&gt;] [-st] [-t &lt;arg&gt;]   
+description: egreps a table in parallel on the server side (uses java regex)   
+  -?,-help  display this help   
+  -b,-begin-row &lt;start-row&gt;  begin row (inclusive)   
+  -c,-columns &lt;&lt;columnfamily&gt;[:&lt;columnqualifier&gt;]&gt;  comma-separated columns   
+  -e,-end-row &lt;end-row&gt;  end row (inclusive)   
+  -np,-no-pagination  disables pagination of output   
+  -s,-scan-authorizations &lt;comma-separated-authorizations&gt;  scan authorizations   
+       (all user auths are used if this argument is not specified)   
+  -st,-show-timestamps  enables displaying timestamps   
+  -t,-num-threads &lt;arg&gt;  num threads   
+</code></pre></div></div>
+
+<p><strong>execfile</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: execfile [-?] [-v]   
+description: specifies a file containing accumulo commands to execute   
+  -?,-help  display this help   
+  -v,-verbose displays command prompt as commands are executed   
+</code></pre></div></div>
+
+<p><strong>exit</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: exit [-?]   
+description: exits the shell   
+  -?,-help  display this help   
+</code></pre></div></div>
+
+<p><strong>flush</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: flush [-?] -p &lt;pattern&gt; | -t &lt;tableName&gt;   
+description: makes a best effort to flush tables from memory to disk   
+  -?,-help  display this help   
+  -p,-pattern &lt;pattern&gt;  regex pattern of table names to flush   
+  -t,-table &lt;tableName&gt;  name of a table to flush   
+</code></pre></div></div>
+
+<p><strong>formatter</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: formatter [-?] -f &lt;className&gt; | -l | -r   
+description: specifies a formatter to use for displaying database entries   
+  -?,-help  display this help   
+  -f,-formatter &lt;className&gt;  fully qualified name of formatter class to use   
+  -l,-list  display the current formatter   
+  -r,-reset  reset to default formatter   
+</code></pre></div></div>
+
+<p><strong>getauths</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: getauths [-?] [-u &lt;user&gt;]   
+description: displays the maximum scan authorizations for a user   
+  -?,-help  display this help   
+  -u,-user &lt;user&gt;  user to operate on   
+</code></pre></div></div>
+
+<p><strong>getgroups</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: getgroups [-?] -t &lt;table&gt;   
+description: gets the locality groups for a given table   
+  -?,-help  display this help   
+  -t,-table &lt;table&gt;  get locality groups for specified table   
+</code></pre></div></div>
+
+<p><strong>getsplits</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: getsplits [-?] [-b64] [-m &lt;num&gt;] [-o &lt;file&gt;] [-v]   
+description: retrieves the current split points for tablets in the current table   
+  -?,-help  display this help   
+  -b64,-base64encoded encode the split points   
+  -m,-max &lt;num&gt;  specifies the maximum number of splits to create   
+  -o,-output &lt;file&gt;  specifies a local file to write the splits to   
+  -v,-verbose print out the tablet information with start/end rows   
+</code></pre></div></div>
+
+<p><strong>grant</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: grant &lt;permission&gt; [-?] -p &lt;pattern&gt; | -s | -t &lt;table&gt;  -u &lt;username&gt;   
+description: grants system or table permissions for a user   
+  -?,-help  display this help   
+  -p,-pattern &lt;pattern&gt;  regex pattern of tables to grant permissions on   
+  -s,-system  grant a system permission   
+  -t,-table &lt;table&gt;  grant a table permission on this table   
+  -u,-user &lt;username&gt; user to operate on   
+</code></pre></div></div>
+
+<p><strong>grep</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: grep &lt;term&gt; &lt;term&gt; [-?] [-b &lt;start-row&gt;] [-c   
+       &lt;&lt;columnfamily&gt;[:&lt;columnqualifier&gt;]&gt;] [-e &lt;end-row&gt;] [-np] [-s   
+       &lt;comma-separated-authorizations&gt;] [-st] [-t &lt;arg&gt;]   
+description: searches a table for a substring, in parallel, on the server side   
+  -?,-help  display this help   
+  -b,-begin-row &lt;start-row&gt;  begin row (inclusive)   
+  -c,-columns &lt;&lt;columnfamily&gt;[:&lt;columnqualifier&gt;]&gt;  comma-separated columns   
+  -e,-end-row &lt;end-row&gt;  end row (inclusive)   
+  -np,-no-pagination  disables pagination of output   
+  -s,-scan-authorizations &lt;comma-separated-authorizations&gt;  scan authorizations   
+       (all user auths are used if this argument is not specified)   
+  -st,-show-timestamps  enables displaying timestamps   
+  -t,-num-threads &lt;arg&gt;  num threads   
+</code></pre></div></div>
+
+<p><strong>help</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: help [ &lt;command&gt; &lt;command&gt; ] [-?] [-np]   
+description: provides information about the available commands   
+  -?,-help  display this help   
+  -np,-no-pagination  disables pagination of output   
+</code></pre></div></div>
+
+<p><strong>importdirectory</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: importdirectory &lt;directory&gt; &lt;failureDirectory&gt; [-?] [-a &lt;num&gt;] [-f &lt;num&gt;]   
+       [-g] [-v]   
+description: bulk imports an entire directory of data files to the current table   
+  -?,-help  display this help   
+  -a,-numAssignThreads &lt;num&gt;  number of assign threads for import (default: 20)   
+  -f,-numFileThreads &lt;num&gt;  number of threads to process files (default: 8)   
+  -g,-disableGC  prevents imported files from being deleted by the garbage   
+       collector   
+  -v,-verbose displays statistics from the import   
+</code></pre></div></div>
+
+<p><strong>info</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: info [-?] [-v]   
+description: displays information about this program   
+  -?,-help  display this help   
+  -v,-verbose displays details session information   
+</code></pre></div></div>
+
+<p><strong>insert</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: insert &lt;row&gt; &lt;colfamily&gt; &lt;colqualifier&gt; &lt;value&gt; [-?] [-l &lt;expression&gt;] [-t   
+       &lt;timestamp&gt;]   
+description: inserts a record   
+  -?,-help  display this help   
+  -l,-authorization-label &lt;expression&gt;  formatted authorization label expression   
+  -t,-timestamp &lt;timestamp&gt;  timestamp to use for insert   
+</code></pre></div></div>
+
+<p><strong>listscans</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: listscans [-?] [-np] [-ts &lt;tablet server&gt;]   
+description: list what scans are currently running in accumulo. See the   
+       org.apache.accumulo.core.client.admin.ActiveScan javadoc for more information   
+       about columns.   
+  -?,-help  display this help   
+  -np,-no-pagination  disables pagination of output   
+  -ts,-tabletServer &lt;tablet server&gt;  list scans for a specific tablet server   
+</code></pre></div></div>
+
+<p><strong>masterstate</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: masterstate &lt;NORMAL|SAFE_MODE|CLEAN_STOP&gt; [-?]   
+description: set the master state: NORMAL, SAFE_MODE or CLEAN_STOP   
+  -?,-help  display this help   
+</code></pre></div></div>
+
+<p><strong>offline</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: offline [-?] -p &lt;pattern&gt; | -t &lt;tableName&gt;   
+description: starts the process of taking table offline   
+  -?,-help  display this help   
+  -p,-pattern &lt;pattern&gt;  regex pattern of table names to flush   
+  -t,-table &lt;tableName&gt;  name of a table to flush   
+</code></pre></div></div>
+
+<p><strong>online</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: online [-?] -p &lt;pattern&gt; | -t &lt;tableName&gt;   
+description: starts the process of putting a table online   
+  -?,-help  display this help   
+  -p,-pattern &lt;pattern&gt;  regex pattern of table names to flush   
+  -t,-table &lt;tableName&gt;  name of a table to flush   
+</code></pre></div></div>
+
+<p><strong>passwd</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: passwd [-?] [-u &lt;user&gt;]   
+description: changes a user's password   
+  -?,-help  display this help   
+  -u,-user &lt;user&gt;  user to operate on   
+</code></pre></div></div>
+
+<p><strong>quit</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: quit [-?]   
+description: exits the shell   
+  -?,-help  display this help   
+</code></pre></div></div>
+
+<p><strong>renametable</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: renametable &lt;current table name&gt; &lt;new table name&gt; [-?]   
+description: rename a table   
+  -?,-help  display this help   
+</code></pre></div></div>
+
+<p><strong>revoke</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: revoke &lt;permission&gt; [-?] -s | -t &lt;table&gt;  -u &lt;username&gt;   
+description: revokes system or table permissions from a user   
+  -?,-help  display this help   
+  -s,-system  revoke a system permission   
+  -t,-table &lt;table&gt;  revoke a table permission on this table   
+  -u,-user &lt;username&gt; user to operate on   
+</code></pre></div></div>
+
+<p><strong>scan</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: scan [-?] [-b &lt;start-row&gt;] [-c &lt;&lt;columnfamily&gt;[:&lt;columnqualifier&gt;]&gt;] [-e   
+       &lt;end-row&gt;] [-np] [-s &lt;comma-separated-authorizations&gt;] [-st]   
+description: scans the table, and displays the resulting records   
+  -?,-help  display this help   
+  -b,-begin-row &lt;start-row&gt;  begin row (inclusive)   
+  -c,-columns &lt;&lt;columnfamily&gt;[:&lt;columnqualifier&gt;]&gt;  comma-separated columns   
+  -e,-end-row &lt;end-row&gt;  end row (inclusive)   
+  -np,-no-pagination  disables pagination of output   
+  -s,-scan-authorizations &lt;comma-separated-authorizations&gt;  scan authorizations   
+       (all user auths are used if this argument is not specified)   
+  -st,-show-timestamps  enables displaying timestamps   
+</code></pre></div></div>
+
+<p><strong>select</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: select &lt;row&gt; &lt;columnfamily&gt; &lt;columnqualifier&gt; [-?] [-np] [-s   
+       &lt;comma-separated-authorizations&gt;] [-st]   
+description: scans for and displays a single record   
+  -?,-help  display this help   
+  -np,-no-pagination  disables pagination of output   
+  -s,-scan-authorizations &lt;comma-separated-authorizations&gt;  scan authorizations   
+  -st,-show-timestamps  enables displaying timestamps   
+</code></pre></div></div>
+
+<p><strong>selectrow</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: selectrow &lt;row&gt; [-?] [-np] [-s &lt;comma-separated-authorizations&gt;] [-st]   
+description: scans a single row and displays all resulting records   
+  -?,-help  display this help   
+  -np,-no-pagination  disables pagination of output   
+  -s,-scan-authorizations &lt;comma-separated-authorizations&gt;  scan authorizations   
+  -st,-show-timestamps  enables displaying timestamps   
+</code></pre></div></div>
+
+<p><strong>setauths</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: setauths [-?] -c | -s &lt;comma-separated-authorizations&gt;  [-u &lt;user&gt;]   
+description: sets the maximum scan authorizations for a user   
+  -?,-help  display this help   
+  -c,-clear-authorizations  clears the scan authorizations   
+  -s,-scan-authorizations &lt;comma-separated-authorizations&gt;  set the scan   
+       authorizations   
+  -u,-user &lt;user&gt;  user to operate on   
+</code></pre></div></div>
+
+<p><strong>setgroups</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: setgroups &lt;group&gt;=&lt;col fam&gt;,&lt;col fam&gt; &lt;group&gt;=&lt;col fam&gt;,&lt;col fam&gt;   
+       [-?] -t &lt;table&gt;   
+description: sets the locality groups for a given table (for binary or commas,   
+       use Java API)   
+  -?,-help  display this help   
+  -t,-table &lt;table&gt;  get locality groups for specified table   
+</code></pre></div></div>
+
+<p><strong>setiter</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: setiter [-?] -agg | -class &lt;name&gt; | -filter | -nolabel | -regex | -vers   
+       [-majc] [-minc] [-n &lt;itername&gt;]  -p &lt;pri&gt;  [-scan] [-t &lt;table&gt;]   
+description: sets a table-specific iterator   
+  -?,-help  display this help   
+  -agg,-aggregator  an aggregating type   
+  -class,-class-name &lt;name&gt;  a java class type   
+  -filter,-filter  a filtering type   
+  -majc,-major-compaction  applied at major compaction   
+  -minc,-minor-compaction  applied at minor compaction   
+  -n,-name &lt;itername&gt; iterator to set   
+  -nolabel,-no-label  a no-labeling type   
+  -p,-priority &lt;pri&gt;  the order in which the iterator is applied   
+  -regex,-regular-expression  a regex matching type   
+  -scan,-scan-time  applied at scan time   
+  -t,-table &lt;table&gt;  tableName   
+  -vers,-version  a versioning type   
+</code></pre></div></div>
+
+<p><strong>setscaniter</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: setscaniter [-?] -agg | -class &lt;name&gt; | -filter | -nolabel | -regex |   
+       -vers  [-n &lt;itername&gt;]  -p &lt;pri&gt; [-t &lt;table&gt;]   
+description: sets a table-specific scan iterator for this shell session   
+  -?,-help  display this help   
+  -agg,-aggregator  an aggregating type   
+  -class,-class-name &lt;name&gt;  a java class type   
+  -filter,-filter  a filtering type   
+  -n,-name &lt;itername&gt; iterator to set   
+  -nolabel,-no-label  a no-labeling type   
+  -p,-priority &lt;pri&gt;  the order in which the iterator is applied   
+  -regex,-regular-expression  a regex matching type   
+  -t,-table &lt;table&gt;  tableName   
+  -vers,-version  a versioning type   
+</code></pre></div></div>
+
+<p><strong>systempermissions</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: systempermissions [-?]   
+description: displays a list of valid system permissions   
+  -?,-help  display this help   
+</code></pre></div></div>
+
+<p><strong>table</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: table &lt;tableName&gt; [-?]   
+description: switches to the specified table   
+  -?,-help  display this help   
+</code></pre></div></div>
+
+<p><strong>tablepermissions</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: tablepermissions [-?]   
+description: displays a list of valid table permissions   
+  -?,-help  display this help   
+</code></pre></div></div>
+
+<p><strong>tables</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: tables [-?] [-l]   
+description: displays a list of all existing tables   
+  -?,-help  display this help   
+  -l,-list-ids  display internal table ids along with the table name   
+</code></pre></div></div>
+
+<p><strong>trace</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: trace [ on | off ] [-?]   
+description: turns trace logging on or off   
+  -?,-help  display this help   
+</code></pre></div></div>
+
+<p><strong>user</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: user &lt;username&gt; [-?]   
+description: switches to the specified user   
+  -?,-help  display this help   
+</code></pre></div></div>
+
+<p><strong>userpermissions</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: userpermissions [-?] [-u &lt;user&gt;]   
+description: displays a user's system and table permissions   
+  -?,-help  display this help   
+  -u,-user &lt;user&gt;  user to operate on   
+</code></pre></div></div>
+
+<p><strong>users</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: users [-?]   
+description: displays a list of existing users   
+  -?,-help  display this help   
+</code></pre></div></div>
+
+<p><strong>whoami</strong></p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: whoami [-?]   
+description: reports the current user name   
+  -?,-help  display this help   
+</code></pre></div></div>
+
+<hr />
+
+<p>** Up:** <a href="accumulo_user_manual.html">Apache Accumulo User Manual Version 1.3</a> ** Previous:** <a href="Administration.html">Administration</a>   ** <a href="Contents.html">Contents</a>**</p>
+
+
+        </div>
+
+        
+<footer>
+
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2020 <a href="https://www.apache.org">The Apache Software Foundation</a>.
+Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.</p>
+
+  <p>Apache®, the names of Apache projects and their logos, and the multicolor feather
+logo are registered trademarks or trademarks of The Apache Software Foundation
+in the United States and/or other countries.</p>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>
diff --git a/output/1.3/user_manual/Table_Configuration.html b/output/1.3/user_manual/Table_Configuration.html
new file mode 100644
index 0000000..98e677c
--- /dev/null
+++ b/output/1.3/user_manual/Table_Configuration.html
@@ -0,0 +1,467 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    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.
+-->
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>User Manual: Table Configuration</title>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script>
+<script>
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // fix sidebar width in documentation
+  $(function() {
+    var $affixElement = $('div[data-spy="affix"]');
+    $affixElement.width($affixElement.parent().width());
+  });
+</script>
+
+</head>
+<body style="padding-top: 100px">
+
+  <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"
+        /></a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="nav-link"><a href="/downloads">Download</a></li>
+        <li class="nav-link"><a href="/tour">Tour</a></li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/release/accumulo-2.0.0/">2.0.0 (Latest)</a></li>
+            <li><a href="/release/accumulo-1.9.3/">1.9.3</a></li>
+            <li><a href="/release/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/2.x">User Manual (2.x)</a></li>
+            <li><a href="/docs/2.x/apidocs">Javadocs (2.0)</a></li>
+            <li><a href="/quickstart-1.x">Quickstart (1.x)</a></li>
+            <li><a href="/accumulo2-maven-plugin">Accumulo Maven Plugin</a></li>
+            <li><a href="/1.9/accumulo_user_manual.html">User Manual (1.9)</a></li>
+            <li><a href="/1.9/apidocs">Javadocs (1.9)</a></li>
+            <li><a href="/external-docs">External Docs</a></li>
+            <li><a href="/docs-archive/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/contact-us">Contact Us</a></li>
+            <li><a href="/how-to-contribute">How To Contribute</a></li>
+            <li><a href="/people">People</a></li>
+            <li><a href="/related-projects">Related Projects</a></li>
+          </ul>
+        </li>
+        <li class="nav-link"><a href="/search">Search</a></li>
+      </ul>
+      <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#"><img alt="Apache Software Foundation" src="https://www.apache.org/foundation/press/kit/feather.svg" width="15"/><span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/licenses/">License <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/events/current-event.html">Current Event <i class="fa fa-external-link"></i></a></li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+  </div>
+</nav>
+
+
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12">
+
+        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
+          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
+        </div>
+        <div id="content">
+          
+          <h1 class="title">User Manual: Table Configuration</h1>
+          
+          <p>** Next:** <a href="Table_Design.html">Table Design</a> ** Up:** <a href="accumulo_user_manual.html">Apache Accumulo User Manual Version 1.3</a> ** Previous:** <a href="Writing_Accumulo_Clients.html">Writing Accumulo Clients</a>   ** <a href="Contents.html">Contents</a>**</p>
+
+<p><a id="CHILD_LINKS"></a><strong>Subsections</strong></p>
+
+<ul>
+  <li><a href="Table_Configuration.html#Locality_Groups">Locality Groups</a></li>
+  <li><a href="Table_Configuration.html#Constraints">Constraints</a></li>
+  <li><a href="Table_Configuration.html#Bloom_Filters">Bloom Filters</a></li>
+  <li><a href="Table_Configuration.html#Iterators">Iterators</a></li>
+  <li><a href="Table_Configuration.html#Aggregating_Iterators">Aggregating Iterators</a></li>
+  <li><a href="Table_Configuration.html#Block_Cache">Block Cache</a></li>
+</ul>
+
+<hr />
+
+<h2 id="-table-configuration"><a id="Table_Configuration"></a> Table Configuration</h2>
+
+<p>Accumulo tables have a few options that can be configured to alter the default behavior of Accumulo as well as improve performance based on the data stored. These include locality groups, constraints, and iterators.</p>
+
+<h2 id="-locality-groups"><a id="Locality_Groups"></a> Locality Groups</h2>
+
+<p>Accumulo supports storing of sets of column families separately on disk to allow clients to scan over columns that are frequently used together efficient and to avoid scanning over column families that are not requested. After a locality group is set Scanner and BatchScanner operations will automatically take advantage of them whenever the fetchColumnFamilies() method is used.</p>
+
+<p>By default tables place all column families into the same ``default” locality group. Additional locality groups can be configured anytime via the shell or programmatically as follows:</p>
+
+<h3 id="-managing-locality-groups-via-the-shell"><a id="Managing_Locality_Groups_via_the_Shell"></a> Managing Locality Groups via the Shell</h3>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: setgroups &lt;group&gt;=&lt;col fam&gt;{,&lt;col fam&gt;}{ &lt;group&gt;=&lt;col fam&gt;{,&lt;col
+fam&gt;}} [-?] -t &lt;table&gt;
+
+user@myinstance mytable&gt; setgroups -t mytable group_one=colf1,colf2
+
+user@myinstance mytable&gt; getgroups -t mytable
+group_one=colf1,colf2
+</code></pre></div></div>
+
+<h3 id="-managing-locality-groups-via-the-client-api"><a id="Managing_Locality_Groups_via_the_Client_API"></a> Managing Locality Groups via the Client API</h3>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>Connector conn;
+
+HashMap&lt;String,Set&lt;Text&gt;&gt; localityGroups =
+    new HashMap&lt;String, Set&lt;Text&gt;&gt;();
+
+HashSet&lt;Text&gt; metadataColumns = new HashSet&lt;Text&gt;();
+metadataColumns.add(new Text("domain"));
+metadataColumns.add(new Text("link"));
+
+HashSet&lt;Text&gt; contentColumns = new HashSet&lt;Text&gt;();
+contentColumns.add(new Text("body"));
+contentColumns.add(new Text("images"));
+
+localityGroups.put("metadata", metadataColumns);
+localityGroups.put("content", contentColumns);
+
+conn.tableOperations().setLocalityGroups("mytable", localityGroups);
+
+// existing locality groups can be obtained as follows
+Map&lt;String, Set&lt;Text&gt;&gt; groups =
+    conn.tableOperations().getLocalityGroups("mytable");
+</code></pre></div></div>
+
+<p>The assignment of Column Families to Locality Groups can be changed anytime. The physical movement of column families into their new locality groups takes place via the periodic Major Compaction process that takes place continuously in the background. Major Compaction can also be scheduled to take place immediately through the shell:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>user@myinstance mytable&gt; compact -t mytable
+</code></pre></div></div>
+
+<h2 id="-constraints"><a id="Constraints"></a> Constraints</h2>
+
+<p>Accumulo supports constraints applied on mutations at insert time. This can be used to disallow certain inserts according to a user defined policy. Any mutation that fails to meet the requirements of the constraint is rejected and sent back to the client.</p>
+
+<p>Constraints can be enabled by setting a table property as follows:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>user@myinstance mytable&gt; config -t mytable -s table.constraint.1=com.test.ExampleConstraint
+user@myinstance mytable&gt; config -t mytable -s table.constraint.2=com.test.AnotherConstraint
+user@myinstance mytable&gt; config -t mytable -f constraint
+---------+--------------------------------+----------------------------
+SCOPE    | NAME                           | VALUE
+---------+--------------------------------+----------------------------
+table    | table.constraint.1............ | com.test.ExampleConstraint
+table    | table.constraint.2............ | com.test.AnotherConstraint
+---------+--------------------------------+----------------------------
+</code></pre></div></div>
+
+<p>Currently there are no general-purpose constraints provided with the Accumulo distribution. New constraints can be created by writing a Java class that implements the org.apache.accumulo.core.constraints.Constraint interface.</p>
+
+<p>To deploy a new constraint, create a jar file containing the class implementing the new constraint and place it in the lib directory of the Accumulo installation. New constraint jars can be added to Accumulo and enabled without restarting but any change to an existing constraint class requires Accumulo to be restarted.</p>
+
+<p>An example of constraints can be found in <br />
+accumulo/docs/examples/README.constraints with corresponding code under <br />
+accumulo/src/examples/main/java/accumulo/examples/constraints .</p>
+
+<h2 id="-bloom-filters"><a id="Bloom_Filters"></a> Bloom Filters</h2>
+
+<p>As mutations are applied to an Accumulo table, several files are created per tablet. If bloom filters are enabled, Accumulo will create and load a small data structure into memory to determine whether a file contains a given key before opening the file. This can speed up lookups considerably.</p>
+
+<p>To enable bloom filters, enter the following command in the Shell:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>user@myinstance&gt; config -t mytable -s table.bloom.enabled=true
+</code></pre></div></div>
+
+<p>An extensive example of using Bloom Filters can be found at <br />
+accumulo/docs/examples/README.bloom .</p>
+
+<h2 id="-iterators"><a id="Iterators"></a> Iterators</h2>
+
+<p>Iterators provide a modular mechanism for adding functionality to be executed by TabletServers when scanning or compacting data. This allows users to efficiently summarize, filter, and aggregate data. In fact, the built-in features of cell-level security and age-off are implemented using Iterators.</p>
+
+<h3 id="-setting-iterators-via-the-shell"><a id="Setting_Iterators_via_the_Shell"></a> Setting Iterators via the Shell</h3>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>usage: setiter [-?] -agg | -class &lt;name&gt; | -filter | -nolabel | 
+-regex | -vers [-majc] [-minc] [-n &lt;itername&gt;] -p &lt;pri&gt; [-scan] 
+[-t &lt;table&gt;]
+
+user@myinstance mytable&gt; setiter -t mytable -scan -p 10 -n myiter
+</code></pre></div></div>
+
+<h3 id="-setting-iterators-programmatically"><a id="Setting_Iterators_Programmatically"></a> Setting Iterators Programmatically</h3>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>scanner.setScanIterators(
+    15, // priority
+    "com.company.MyIterator", // class name
+    "myiter"); // name this iterator
+</code></pre></div></div>
+
+<p>Some iterators take additional parameters from client code, as in the following example:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>bscan.setIteratorOption(
+    "myiter", // iterator reference
+    "myoptionname",
+    "myoptionvalue");
+</code></pre></div></div>
+
+<p>Tables support separate Iterator settings to be applied at scan time, upon minor compaction and upon major compaction. For most uses, tables will have identical iterator settings for all three to avoid inconsistent results.</p>
+
+<h3 id="-versioning-iterators-and-timestamps"><a id="Versioning_Iterators_and_Timestamps"></a> Versioning Iterators and Timestamps</h3>
+
+<p>Accumulo provides the capability to manage versioned data through the use of timestamps within the Key. If a timestamp is not specified in the key created by the client then the system will set the timestamp to the current time. Two keys with identical rowIDs and columns but different timestamps are considered two versions of the same key. If two inserts are made into accumulo with the same rowID, column, and timestamp, then the behavior is non-deterministic.</p>
+
+<p>Timestamps are sorted in descending order, so the most recent data comes first. Accumulo can be configured to return the top k versions, or versions later than a given date. The default is to return the one most recent version.</p>
+
+<p>The version policy can be changed by changing the VersioningIterator options for a table as follows:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>user@myinstance mytable&gt; config -t mytable -s
+table.iterator.scan.vers.opt.maxVersions=3
+
+user@myinstance mytable&gt; config -t mytable -s
+table.iterator.minc.vers.opt.maxVersions=3
+
+user@myinstance mytable&gt; config -t mytable -s
+table.iterator.majc.vers.opt.maxVersions=3
+</code></pre></div></div>
+
+<h4 id="-logical-time"><a id="Logical_Time"></a> Logical Time</h4>
+
+<p>Accumulo 1.2 introduces the concept of logical time. This ensures that timestamps set by accumulo always move forward. This helps avoid problems caused by TabletServers that have different time settings. The per tablet counter gives unique one up time stamps on a per mutation basis. When using time in milliseconds, if two things arrive within the same millisecond then both receive the same timestamp.</p>
+
+<p>A table can be configured to use logical timestamps at creation time as follows:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>user@myinstance&gt; createtable -tl logical
+</code></pre></div></div>
+
+<h4 id="-deletes"><a id="Deletes"></a> Deletes</h4>
+
+<p>Deletes are special keys in accumulo that get sorted along will all the other data. When a delete key is inserted, accumulo will not show anything that has a timestamp less than or equal to the delete key. During major compaction, any keys older than a delete key are omitted from the new file created, and the omitted keys are removed from disk as part of the regular garbage collection process.</p>
+
+<h3 id="-filtering-iterators"><a id="Filtering_Iterators"></a> Filtering Iterators</h3>
+
+<p>When scanning over a set of key-value pairs it is possible to apply an arbitrary filtering policy through the use of a FilteringIterator. These types of iterators return only key-value pairs that satisfy the filter logic. Accumulo has two built-in filtering iterators that can be configured on any table: AgeOff and RegEx. More can be added by writing a Java class that implements the <br />
+org.apache.accumulo.core.iterators.filter.Filter interface.</p>
+
+<p>To configure the AgeOff filter to remove data older than a certain date or a fixed amount of time from the present. The following example sets a table to delete everything inserted over 30 seconds ago:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>user@myinstance&gt; createtable filtertest
+user@myinstance filtertest&gt; setiter -t filtertest -scan -minc -majc -p
+10 -n myfilter -filter
+
+FilteringIterator uses Filters to accept or reject key/value pairs
+----------&gt; entering options: &lt;filterPriorityNumber&gt;
+&lt;ageoff|regex|filterClass&gt;
+
+----------&gt; set org.apache.accumulo.core.iterators.FilteringIterator option
+(&lt;name&gt; &lt;value&gt;, hit enter to skip): 0 ageoff
+
+----------&gt; set org.apache.accumulo.core.iterators.FilteringIterator option
+(&lt;name&gt; &lt;value&gt;, hit enter to skip):
+AgeOffFilter removes entries with timestamps more than &lt;ttl&gt;
+milliseconds old
+
+----------&gt; set org.apache.accumulo.core.iterators.filter.AgeOffFilter parameter
+currentTime, if set, use the given value as the absolute time in
+milliseconds as the current time of day:
+
+----------&gt; set org.apache.accumulo.core.iterators.filter.AgeOffFilter parameter
+ttl, time to live (milliseconds): 30000
+
+user@myinstance filtertest&gt;
+user@myinstance filtertest&gt; scan
+user@myinstance filtertest&gt; insert foo a b c
+insert successful
+user@myinstance filtertest&gt; scan
+foo a:b [] c
+
+... wait 30 seconds ...
+
+user@myinstance filtertest&gt; scan
+user@myinstance filtertest&gt;
+</code></pre></div></div>
+
+<p>To see the iterator settings for a table, use:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>user@example filtertest&gt; config -t filtertest -f iterator
+---------+------------------------------------------+------------------
+SCOPE    | NAME                                     | VALUE
+---------+------------------------------------------+------------------
+table    | table.iterator.majc.myfilter ........... |
+10,org.apache.accumulo.core.iterators.FilteringIterator
+table    | table.iterator.majc.myfilter.opt.0 ..... |
+org.apache.accumulo.core.iterators.filter.AgeOffFilter
+table    | table.iterator.majc.myfilter.opt.0.ttl . | 30000
+table    | table.iterator.minc.myfilter ........... |
+10,org.apache.accumulo.core.iterators.FilteringIterator
+table    | table.iterator.minc.myfilter.opt.0 ..... |
+org.apache.accumulo.core.iterators.filter.AgeOffFilter
+table    | table.iterator.minc.myfilter.opt.0.ttl . | 30000
+table    | table.iterator.scan.myfilter ........... |
+10,org.apache.accumulo.core.iterators.FilteringIterator
+table    | table.iterator.scan.myfilter.opt.0 ..... |
+org.apache.accumulo.core.iterators.filter.AgeOffFilter
+table    | table.iterator.scan.myfilter.opt.0.ttl . | 30000
+---------+------------------------------------------+------------------
+</code></pre></div></div>
+
+<h2 id="-aggregating-iterators"><a id="Aggregating_Iterators"></a> Aggregating Iterators</h2>
+
+<p>Accumulo allows aggregating iterators to be configured on tables and column families. When an aggregating iterator is set, the iterator is applied across the values associated with any keys that share rowID, column family, and column qualifier. This is similar to the reduce step in MapReduce, which applied some function to all the values associated with a particular key.</p>
+
+<p>For example, if an aggregating iterator were configured on a table and the following mutations were inserted:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>Row     Family Qualifier Timestamp  Value
+rowID1  colfA  colqA     20100101   1
+rowID1  colfA  colqA     20100102   1
+</code></pre></div></div>
+
+<p>The table would reflect only one aggregate value:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>rowID1  colfA  colqA     -          2
+</code></pre></div></div>
+
+<p>Aggregating iterators can be enabled for a table as follows:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>user@myinstance&gt; createtable perDayCounts -a
+day=org.apache.accumulo.core.iterators.aggregation.StringSummation
+
+user@myinstance perDayCounts&gt; insert row1 day 20080101 1
+user@myinstance perDayCounts&gt; insert row1 day 20080101 1
+user@myinstance perDayCounts&gt; insert row1 day 20080103 1
+user@myinstance perDayCounts&gt; insert row2 day 20080101 1
+user@myinstance perDayCounts&gt; insert row3 day 20080101 1
+
+user@myinstance perDayCounts&gt; scan
+row1 day:20080101 [] 2
+row1 day:20080103 [] 1
+row2 day:20080101 [] 2
+</code></pre></div></div>
+
+<p>Accumulo includes the following aggregators:</p>
+
+<ul>
+  <li><strong>LongSummation</strong>: expects values of type long and adds them.</li>
+  <li><strong>StringSummation</strong>: expects numbers represented as strings and adds them.</li>
+  <li><strong>StringMax</strong>: expects numbers as strings and retains the maximum number inserted.</li>
+  <li><strong>StringMin</strong>: expects numbers as strings and retains the minimum number inserted.</li>
+</ul>
+
+<p>Additional Aggregators can be added by creating a Java class that implements <br />
+<strong>org.apache.accumulo.core.iterators.aggregation.Aggregator</strong> and adding a jar containing that class to Accumulo’s lib directory.</p>
+
+<p>An example of an aggregator can be found under <br />
+accumulo/src/examples/main/java/org/apache/accumulo/examples/aggregation/SortedSetAggregator.java</p>
+
+<h2 id="-block-cache"><a id="Block_Cache"></a> Block Cache</h2>
+
+<p>In order to increase throughput of commonly accessed entries, Accumulo employs a block cache. This block cache buffers data in memory so that it doesn’t have to be read off of disk. The RFile format that Accumulo prefers is a mix of index blocks and data blocks, where the index blocks are used to find the appropriate data blocks. Typical queries to Accumulo result in a binary search over several index blocks followed by a linear scan of one or more data blocks.</p>
+
+<p>The block cache can be configured on a per-table basis, and all tablets hosted on a tablet server share a single resource pool. To configure the size of the tablet server’s block cache, set the following properties:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>tserver.cache.data.size: Specifies the size of the cache for file data blocks.
+tserver.cache.index.size: Specifies the size of the cache for file indices.
+</code></pre></div></div>
+
+<p>To enable the block cache for your table, set the following properties:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>table.cache.block.enable: Determines whether file (data) block cache is enabled.
+table.cache.index.enable: Determines whether index cache is enabled.
+</code></pre></div></div>
+
+<p>The block cache can have a significant effect on alleviating hot spots, as well as reducing query latency. It is enabled by default for the !METADATA table.</p>
+
+<hr />
+
+<p>** Next:** <a href="Table_Design.html">Table Design</a> ** Up:** <a href="accumulo_user_manual.html">Apache Accumulo User Manual Version 1.3</a> ** Previous:** <a href="Writing_Accumulo_Clients.html">Writing Accumulo Clients</a>   ** <a href="Contents.html">Contents</a>**</p>
+
+
+        </div>
+
+        
+<footer>
+
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2020 <a href="https://www.apache.org">The Apache Software Foundation</a>.
+Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.</p>
+
+  <p>Apache®, the names of Apache projects and their logos, and the multicolor feather
+logo are registered trademarks or trademarks of The Apache Software Foundation
+in the United States and/or other countries.</p>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>
diff --git a/output/1.3/user_manual/Table_Design.html b/output/1.3/user_manual/Table_Design.html
new file mode 100644
index 0000000..9311548
--- /dev/null
+++ b/output/1.3/user_manual/Table_Design.html
@@ -0,0 +1,336 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    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.
+-->
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>User Manual: Table Design</title>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script>
+<script>
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // fix sidebar width in documentation
+  $(function() {
+    var $affixElement = $('div[data-spy="affix"]');
+    $affixElement.width($affixElement.parent().width());
+  });
+</script>
+
+</head>
+<body style="padding-top: 100px">
+
+  <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"
+        /></a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="nav-link"><a href="/downloads">Download</a></li>
+        <li class="nav-link"><a href="/tour">Tour</a></li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/release/accumulo-2.0.0/">2.0.0 (Latest)</a></li>
+            <li><a href="/release/accumulo-1.9.3/">1.9.3</a></li>
+            <li><a href="/release/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/2.x">User Manual (2.x)</a></li>
+            <li><a href="/docs/2.x/apidocs">Javadocs (2.0)</a></li>
+            <li><a href="/quickstart-1.x">Quickstart (1.x)</a></li>
+            <li><a href="/accumulo2-maven-plugin">Accumulo Maven Plugin</a></li>
+            <li><a href="/1.9/accumulo_user_manual.html">User Manual (1.9)</a></li>
+            <li><a href="/1.9/apidocs">Javadocs (1.9)</a></li>
+            <li><a href="/external-docs">External Docs</a></li>
+            <li><a href="/docs-archive/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/contact-us">Contact Us</a></li>
+            <li><a href="/how-to-contribute">How To Contribute</a></li>
+            <li><a href="/people">People</a></li>
+            <li><a href="/related-projects">Related Projects</a></li>
+          </ul>
+        </li>
+        <li class="nav-link"><a href="/search">Search</a></li>
+      </ul>
+      <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#"><img alt="Apache Software Foundation" src="https://www.apache.org/foundation/press/kit/feather.svg" width="15"/><span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/licenses/">License <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/events/current-event.html">Current Event <i class="fa fa-external-link"></i></a></li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+  </div>
+</nav>
+
+
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12">
+
+        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
+          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
+        </div>
+        <div id="content">
+          
+          <h1 class="title">User Manual: Table Design</h1>
+          
+          <p>** Next:** <a href="High_Speed_Ingest.html">High-Speed Ingest</a> ** Up:** <a href="accumulo_user_manual.html">Apache Accumulo User Manual Version 1.3</a> ** Previous:** <a href="Table_Configuration.html">Table Configuration</a>   ** <a href="Contents.html">Contents</a>**</p>
+
+<p><a id="CHILD_LINKS"></a><strong>Subsections</strong></p>
+
+<ul>
+  <li><a href="Table_Design.html#Basic_Table">Basic Table</a></li>
+  <li><a href="Table_Design.html#RowID_Design">RowID Design</a></li>
+  <li><a href="Table_Design.html#Indexing">Indexing</a></li>
+  <li><a href="Table_Design.html#Entity-Attribute_and_Graph_Tables">Entity-Attribute and Graph Tables</a></li>
+  <li><a href="Table_Design.html#Document-Partitioned_Indexing">Document-Partitioned Indexing</a></li>
+</ul>
+
+<hr />
+
+<h2 id="-table-design"><a id="Table_Design"></a> Table Design</h2>
+
+<h2 id="-basic-table"><a id="Basic_Table"></a> Basic Table</h2>
+
+<p>Since Accumulo tables are sorted by row ID, each table can be thought of as being indexed by the row ID. Lookups performed row ID can be executed quickly, by doing a binary search, first across the tablets, and then within a tablet. Clients should choose a row ID carefully in order to support their desired application. A simple rule is to select a unique identifier as the row ID for each entity to be stored and assign all the other attributes to be tracked to be columns under this row [...]
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>    userid,age,address,account-balance
+</code></pre></div></div>
+
+<p>We might choose to store this data using the userid as the rowID and the rest of the data in column families:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>Mutation m = new Mutation(new Text(userid));
+m.put(new Text("age"), age);
+m.put(new Text("address"), address);
+m.put(new Text("balance"), account_balance);
+
+writer.add(m);
+</code></pre></div></div>
+
+<p>We could then retrieve any of the columns for a specific userid by specifying the userid as the range of a scanner and fetching specific columns:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>Range r = new Range(userid, userid); // single row
+Scanner s = conn.createScanner("userdata", auths);
+s.setRange(r);
+s.fetchColumnFamily(new Text("age"));
+
+for(Entry&lt;Key,Value&gt; entry : s)
+    System.out.println(entry.getValue().toString());
+</code></pre></div></div>
+
+<h2 id="-rowid-design"><a id="RowID_Design"></a> RowID Design</h2>
+
+<p>Often it is necessary to transform the rowID in order to have rows ordered in a way that is optimal for anticipated access patterns. A good example of this is reversing the order of components of internet domain names in order to group rows of the same parent domain together:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>com.google.code
+com.google.labs
+com.google.mail
+com.yahoo.mail
+com.yahoo.research
+</code></pre></div></div>
+
+<p>Some data may result in the creation of very large rows - rows with many columns. In this case the table designer may wish to split up these rows for better load balancing while keeping them sorted together for scanning purposes. This can be done by appending a random substring at the end of the row:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>com.google.code_00
+com.google.code_01
+com.google.code_02
+com.google.labs_00
+com.google.mail_00
+com.google.mail_01
+</code></pre></div></div>
+
+<p>It could also be done by adding a string representation of some period of time such as date to the week or month:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>com.google.code_201003
+com.google.code_201004
+com.google.code_201005
+com.google.labs_201003
+com.google.mail_201003
+com.google.mail_201004
+</code></pre></div></div>
+
+<p>Appending dates provides the additional capability of restricting a scan to a given date range.</p>
+
+<h2 id="-indexing"><a id="Indexing"></a> Indexing</h2>
+
+<p>In order to support lookups via more than one attribute of an entity, additional indexes can be built. However, because Accumulo tables can support any number of columns without specifying them beforehand, a single additional index will often suffice for supporting lookups of records in the main table. Here, the index has, as the rowID, the Value or Term from the main table, the column families are the same, and the column qualifier of the index table contains the rowID from the main  [...]
+
+<p><img src="img2.png" alt="converted table" /></p>
+
+<p>Note: We store rowIDs in the column qualifier rather than the Value so that we can have more than one rowID associated with a particular term within the index. If we stored this in the Value we would only see one of the rows in which the value appears since Accumulo is configured by default to return the one most recent value associated with a key.</p>
+
+<p>Lookups can then be done by scanning the Index Table first for occurrences of the desired values in the columns specified, which returns a list of row ID from the main table. These can then be used to retrieve each matching record, in their entirety, or a subset of their columns, from the Main Table.</p>
+
+<p>To support efficient lookups of multiple rowIDs from the same table, the Accumulo client library provides a BatchScanner. Users specify a set of Ranges to the BatchScanner, which performs the lookups in multiple threads to multiple servers and returns an Iterator over all the rows retrieved. The rows returned are NOT in sorted order, as is the case with the basic Scanner interface.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>// first we scan the index for IDs of rows matching our query
+
+Text term = new Text("mySearchTerm");
+
+HashSet&lt;Text&gt; matchingRows = new HashSet&lt;Text&gt;();
+
+Scanner indexScanner = createScanner("index", auths);
+indexScanner.setRange(new Range(term, term));
+
+// we retrieve the matching rowIDs and create a set of ranges
+for(Entry&lt;Key,Value&gt; entry : indexScanner)
+    matchingRows.add(new Text(entry.getValue()));
+
+// now we pass the set of rowIDs to the batch scanner to retrieve them
+BatchScanner bscan = conn.createBatchScanner("table", auths, 10);
+
+bscan.setRanges(matchingRows);
+bscan.fetchFamily("attributes");
+
+for(Entry&lt;Key,Value&gt; entry : scan)
+    System.out.println(e.getValue());
+</code></pre></div></div>
+
+<p>One advantage of the dynamic schema capabilities of Accumulo is that different fields may be indexed into the same physical table. However, it may be necessary to create different index tables if the terms must be formatted differently in order to maintain proper sort order. For example, real numbers must be formatted differently than their usual notation in order to be sorted correctly. In these cases, usually one index per unique data type will suffice.</p>
+
+<h2 id="-entity-attribute-and-graph-tables"><a id="Entity-Attribute_and_Graph_Tables"></a> Entity-Attribute and Graph Tables</h2>
+
+<p>Accumulo is ideal for storing entities and their attributes, especially of the attributes are sparse. It is often useful to join several datasets together on common entities within the same table. This can allow for the representation of graphs, including nodes, their attributes, and connections to other nodes.</p>
+
+<p>Rather than storing individual events, Entity-Attribute or Graph tables store aggregate information about the entities involved in the events and the relationships between entities. This is often preferrable when single events aren’t very useful and when a continuously updated summarization is desired.</p>
+
+<p>The physical shema for an entity-attribute or graph table is as follows:</p>
+
+<p><img src="img3.png" alt="converted table" /></p>
+
+<p>For example, to keep track of employees, managers and products the following entity-attribute table could be used. Note that the weights are not always necessary and are set to 0 when not used.</p>
+
+<p><img src="img4.png" alt="converted table" /></p>
+
+<p>To allow efficient updating of edge weights, an aggregating iterator can be configured to add the value of all mutations applied with the same key. These types of tables can easily be created from raw events by simply extracting the entities, attributes, and relationships from individual events and inserting the keys into Accumulo each with a count of 1. The aggregating iterator will take care of maintaining the edge weights.</p>
+
+<h2 id="-document-partitioned-indexing"><a id="Document-Partitioned_Indexing"></a> Document-Partitioned Indexing</h2>
+
+<p>Using a simple index as described above works well when looking for records that match one of a set of given criteria. When looking for records that match more than one criterion simultaneously, such as when looking for documents that contain all of the words <code class="highlighter-rouge">the' and </code>white’ and `house’, there are several issues.</p>
+
+<p>First is that the set of all records matching any one of the search terms must be sent to the client, which incurs a lot of network traffic. The second problem is that the client is responsible for performing set intersection on the sets of records returned to eliminate all but the records matching all search terms. The memory of the client may easily be overwhelmed during this operation.</p>
+
+<p>For these reasons Accumulo includes support for a scheme known as sharded indexing, in which these set operations can be performed at the TabletServers and decisions about which records to include in the result set can be made without incurring network traffic.</p>
+
+<p>This is accomplished via partitioning records into bins that each reside on at most one TabletServer, and then creating an index of terms per record within each bin as follows:</p>
+
+<p><img src="img5.png" alt="converted table" /></p>
+
+<p>Documents or records are mapped into bins by a user-defined ingest application. By storing the BinID as the RowID we ensure that all the information for a particular bin is contained in a single tablet and hosted on a single TabletServer since Accumulo never splits rows across tablets. Storing the Terms as column families serves to enable fast lookups of all the documents within this bin that contain the given term.</p>
+
+<p>Finally, we perform set intersection operations on the TabletServer via a special iterator called the Intersecting Iterator. Since documents are partitioned into many bins, a search of all documents must search every bin. We can use the BatchScanner to scan all bins in parallel. The Intersecting Iterator should be enabled on a BatchScanner within user query code as follows:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>Text[] terms = {new Text("the"), new Text("white"), new Text("house")};
+
+BatchScanner bs = conn.createBatchScanner(table, auths, 20);
+bs.setScanIterators(20, IntersectingIterator.class.getName(), "ii");
+
+// tells scanner to look for terms in the column family and sends terms
+bs.setScanIteratorOption("ii",
+    IntersectingIterator.columnFamiliesOptionName,
+    IntersectingIterator.encodeColumns(terms));
+
+bs.setRanges(Collections.singleton(new Range()));
+
+for(Entry&lt;Key,Value&gt; entry : bs) {
+    System.out.println(" " + entry.getKey().getColumnQualifier());
+}
+</code></pre></div></div>
+
+<p>This code effectively has the BatchScanner scan all tablets of a table, looking for documents that match all the given terms. Because all tablets are being scanned for every query, each query is more expensive than other Accumulo scans, which typically involve a small number of TabletServers. This reduces the number of concurrent queries supported and is subject to what is known as the `straggler’ problem in which every query runs as slow as the slowest server participating.</p>
+
+<p>Of course, fast servers will return their results to the client which can display them to the user immediately while they wait for the rest of the results to arrive. If the results are unordered this is quite effective as the first results to arrive are as good as any others to the user.</p>
+
+<hr />
+
+<p>** Next:** <a href="High_Speed_Ingest.html">High-Speed Ingest</a> ** Up:** <a href="accumulo_user_manual.html">Apache Accumulo User Manual Version 1.3</a> ** Previous:** <a href="Table_Configuration.html">Table Configuration</a>   ** <a href="Contents.html">Contents</a>**</p>
+
+
+        </div>
+
+        
+<footer>
+
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2020 <a href="https://www.apache.org">The Apache Software Foundation</a>.
+Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.</p>
+
+  <p>Apache®, the names of Apache projects and their logos, and the multicolor feather
+logo are registered trademarks or trademarks of The Apache Software Foundation
+in the United States and/or other countries.</p>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>
diff --git a/output/1.3/user_manual/Writing_Accumulo_Clients.html b/output/1.3/user_manual/Writing_Accumulo_Clients.html
new file mode 100644
index 0000000..2a5da35
--- /dev/null
+++ b/output/1.3/user_manual/Writing_Accumulo_Clients.html
@@ -0,0 +1,275 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    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.
+-->
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>User Manual: Writing Accumulo Clients</title>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script>
+<script>
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // fix sidebar width in documentation
+  $(function() {
+    var $affixElement = $('div[data-spy="affix"]');
+    $affixElement.width($affixElement.parent().width());
+  });
+</script>
+
+</head>
+<body style="padding-top: 100px">
+
+  <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"
+        /></a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="nav-link"><a href="/downloads">Download</a></li>
+        <li class="nav-link"><a href="/tour">Tour</a></li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/release/accumulo-2.0.0/">2.0.0 (Latest)</a></li>
+            <li><a href="/release/accumulo-1.9.3/">1.9.3</a></li>
+            <li><a href="/release/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/2.x">User Manual (2.x)</a></li>
+            <li><a href="/docs/2.x/apidocs">Javadocs (2.0)</a></li>
+            <li><a href="/quickstart-1.x">Quickstart (1.x)</a></li>
+            <li><a href="/accumulo2-maven-plugin">Accumulo Maven Plugin</a></li>
+            <li><a href="/1.9/accumulo_user_manual.html">User Manual (1.9)</a></li>
+            <li><a href="/1.9/apidocs">Javadocs (1.9)</a></li>
+            <li><a href="/external-docs">External Docs</a></li>
+            <li><a href="/docs-archive/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/contact-us">Contact Us</a></li>
+            <li><a href="/how-to-contribute">How To Contribute</a></li>
+            <li><a href="/people">People</a></li>
+            <li><a href="/related-projects">Related Projects</a></li>
+          </ul>
+        </li>
+        <li class="nav-link"><a href="/search">Search</a></li>
+      </ul>
+      <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#"><img alt="Apache Software Foundation" src="https://www.apache.org/foundation/press/kit/feather.svg" width="15"/><span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/licenses/">License <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/events/current-event.html">Current Event <i class="fa fa-external-link"></i></a></li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+  </div>
+</nav>
+
+
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12">
+
+        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
+          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
+        </div>
+        <div id="content">
+          
+          <h1 class="title">User Manual: Writing Accumulo Clients</h1>
+          
+          <p>** Next:** <a href="Table_Configuration.html">Table Configuration</a> ** Up:** <a href="accumulo_user_manual.html">Apache Accumulo User Manual Version 1.3</a> ** Previous:** <a href="Accumulo_Shell.html">Accumulo Shell</a>   ** <a href="Contents.html">Contents</a>**</p>
+
+<p><a id="CHILD_LINKS"></a><strong>Subsections</strong></p>
+
+<ul>
+  <li><a href="Writing_Accumulo_Clients.html#Writing_Data">Writing Data</a></li>
+  <li><a href="Writing_Accumulo_Clients.html#Reading_Data">Reading Data</a></li>
+</ul>
+
+<hr />
+
+<h2 id="-writing-accumulo-clients"><a id="Writing_Accumulo_Clients"></a> Writing Accumulo Clients</h2>
+
+<p>All clients must first identify the Accumulo instance to which they will be communicating. Code to do this is as follows:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>String instanceName = "myinstance";
+String zooServers = "zooserver-one,zooserver-two"
+Instance inst = new ZooKeeperInstance(instanceName, zooServers);
+
+Connector conn = new Connector(inst, "user","passwd".getBytes());
+</code></pre></div></div>
+
+<h2 id="-writing-data"><a id="Writing_Data"></a> Writing Data</h2>
+
+<p>Data is written to Accumulo by creating Mutation objects that represent all the changes to the columns of a single row. The changes are made atomically in the TabletServer. Clients then add Mutations to a BatchWriter which submits them to the appropriate TabletServers.</p>
+
+<p>Mutations can be created thus:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>Text rowID = new Text("row1");
+Text colFam = new Text("myColFam");
+Text colQual = new Text("myColQual");
+ColumnVisibility colVis = new ColumnVisibility("public");
+long timestamp = System.currentTimeMillis();
+
+Value value = new Value("myValue".getBytes());
+
+Mutation mutation = new Mutation(rowID);
+mutation.put(colFam, colQual, colVis, timestamp, value);
+</code></pre></div></div>
+
+<h3 id="-batchwriter"><a id="BatchWriter"></a> BatchWriter</h3>
+
+<p>The BatchWriter is highly optimized to send Mutations to multiple TabletServers and automatically batches Mutations destined for the same TabletServer to amortize network overhead. Care must be taken to avoid changing the contents of any Object passed to the BatchWriter since it keeps objects in memory while batching.</p>
+
+<p>Mutations are added to a BatchWriter thus:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>long memBuf = 1000000L; // bytes to store before sending a batch
+long timeout = 1000L; // milliseconds to wait before sending
+int numThreads = 10;
+
+BatchWriter writer =
+    conn.createBatchWriter("table", memBuf, timeout, numThreads)
+
+writer.add(mutation);
+
+writer.close();
+</code></pre></div></div>
+
+<p>An example of using the batch writer can be found at <br />
+accumulo/docs/examples/README.batch</p>
+
+<h2 id="-reading-data"><a id="Reading_Data"></a> Reading Data</h2>
+
+<p>Accumulo is optimized to quickly retrieve the value associated with a given key, and to efficiently return ranges of consecutive keys and their associated values.</p>
+
+<h3 id="-scanner"><a id="Scanner"></a> Scanner</h3>
+
+<p>To retrieve data, Clients use a Scanner, which provides acts like an Iterator over keys and values. Scanners can be configured to start and stop at particular keys, and to return a subset of the columns available.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>// specify which visibilities we are allowed to see
+Authorizations auths = new Authorizations("public");
+
+Scanner scan =
+    conn.createScanner("table", auths);
+
+scan.setRange(new Range("harry","john"));
+scan.fetchFamily("attributes");
+
+for(Entry&lt;Key,Value&gt; entry : scan) {
+    String row = e.getKey().getRow();
+    Value value = e.getValue();
+}
+</code></pre></div></div>
+
+<h3 id="-batchscanner"><a id="BatchScanner"></a> BatchScanner</h3>
+
+<p>For some types of access, it is more efficient to retrieve several ranges simultaneously. This arises when accessing a set of rows that are not consecutive whose IDs have been retrieved from a secondary index, for example.</p>
+
+<p>The BatchScanner is configured similarly to the Scanner; it can be configured to retrieve a subset of the columns available, but rather than passing a single Range, BatchScanners accept a set of Ranges. It is important to note that the keys returned by a BatchScanner are not in sorted order since the keys streamed are from multiple TabletServers in parallel.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>ArrayList&lt;Range&gt; ranges = new ArrayList&lt;Range&gt;();
+// populate list of ranges ...
+
+BatchScanner bscan =
+    conn.createBatchScanner("table", auths, 10);
+
+bscan.setRanges(ranges);
+bscan.fetchFamily("attributes");
+
+for(Entry&lt;Key,Value&gt; entry : scan)
+    System.out.println(e.getValue());
+</code></pre></div></div>
+
+<p>An example of the BatchScanner can be found at <br />
+accumulo/docs/examples/README.batch</p>
+
+<hr />
+
+<p>** Next:** <a href="Table_Configuration.html">Table Configuration</a> ** Up:** <a href="accumulo_user_manual.html">Apache Accumulo User Manual Version 1.3</a> ** Previous:** <a href="Accumulo_Shell.html">Accumulo Shell</a>   ** <a href="Contents.html">Contents</a>**</p>
+
+
+        </div>
+
+        
+<footer>
+
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2020 <a href="https://www.apache.org">The Apache Software Foundation</a>.
+Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.</p>
+
+  <p>Apache®, the names of Apache projects and their logos, and the multicolor feather
+logo are registered trademarks or trademarks of The Apache Software Foundation
+in the United States and/or other countries.</p>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>
diff --git a/output/1.3/user_manual/accumulo_user_manual.html b/output/1.3/user_manual/accumulo_user_manual.html
new file mode 100644
index 0000000..38b8203
--- /dev/null
+++ b/output/1.3/user_manual/accumulo_user_manual.html
@@ -0,0 +1,191 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    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.
+-->
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>User Manual: index</title>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script>
+<script>
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // fix sidebar width in documentation
+  $(function() {
+    var $affixElement = $('div[data-spy="affix"]');
+    $affixElement.width($affixElement.parent().width());
+  });
+</script>
+
+</head>
+<body style="padding-top: 100px">
+
+  <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"
+        /></a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="nav-link"><a href="/downloads">Download</a></li>
+        <li class="nav-link"><a href="/tour">Tour</a></li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/release/accumulo-2.0.0/">2.0.0 (Latest)</a></li>
+            <li><a href="/release/accumulo-1.9.3/">1.9.3</a></li>
+            <li><a href="/release/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/2.x">User Manual (2.x)</a></li>
+            <li><a href="/docs/2.x/apidocs">Javadocs (2.0)</a></li>
+            <li><a href="/quickstart-1.x">Quickstart (1.x)</a></li>
+            <li><a href="/accumulo2-maven-plugin">Accumulo Maven Plugin</a></li>
+            <li><a href="/1.9/accumulo_user_manual.html">User Manual (1.9)</a></li>
+            <li><a href="/1.9/apidocs">Javadocs (1.9)</a></li>
+            <li><a href="/external-docs">External Docs</a></li>
+            <li><a href="/docs-archive/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/contact-us">Contact Us</a></li>
+            <li><a href="/how-to-contribute">How To Contribute</a></li>
+            <li><a href="/people">People</a></li>
+            <li><a href="/related-projects">Related Projects</a></li>
+          </ul>
+        </li>
+        <li class="nav-link"><a href="/search">Search</a></li>
+      </ul>
+      <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#"><img alt="Apache Software Foundation" src="https://www.apache.org/foundation/press/kit/feather.svg" width="15"/><span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/licenses/">License <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/events/current-event.html">Current Event <i class="fa fa-external-link"></i></a></li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+  </div>
+</nav>
+
+
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12">
+
+        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
+          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
+        </div>
+        <div id="content">
+          
+          <h1 class="title">User Manual: index</h1>
+          
+          <p>** Next:** <a href="Contents.html">Contents</a>   ** <a href="Contents.html">Contents</a>**</p>
+
+<h2 id="apache-accumulo-user-manual">Apache Accumulo User Manual</h2>
+<p>Version 1.3</p>
+
+<hr />
+
+<p><a id="CHILD_LINKS"></a></p>
+
+<ul>
+  <li><a href="Contents.html">Contents</a></li>
+  <li><a href="Introduction.html">Introduction</a></li>
+  <li><a href="Accumulo_Design.html">Accumulo Design</a></li>
+  <li><a href="Accumulo_Shell.html">Accumulo Shell</a></li>
+  <li><a href="Writing_Accumulo_Clients.html">Writing Accumulo Clients</a></li>
+  <li><a href="Table_Configuration.html">Table Configuration</a></li>
+  <li><a href="Table_Design.html">Table Design</a></li>
+  <li><a href="High_Speed_Ingest.html">High-Speed Ingest</a></li>
+  <li><a href="Analytics.html">Analytics</a></li>
+  <li><a href="Security.html">Security</a></li>
+  <li><a href="Administration.html">Administration</a></li>
+  <li><a href="Shell_Commands.html">Shell Commands</a></li>
+</ul>
+
+<hr />
+
+
+        </div>
+
+        
+<footer>
+
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2020 <a href="https://www.apache.org">The Apache Software Foundation</a>.
+Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.</p>
+
+  <p>Apache®, the names of Apache projects and their logos, and the multicolor feather
+logo are registered trademarks or trademarks of The Apache Software Foundation
+in the United States and/or other countries.</p>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>
diff --git a/output/1.3/user_manual/data_distribution.png b/output/1.3/user_manual/data_distribution.png
new file mode 100644
index 0000000..71b585b
Binary files /dev/null and b/output/1.3/user_manual/data_distribution.png differ
diff --git a/output/1.3/user_manual/examples.html b/output/1.3/user_manual/examples.html
new file mode 100644
index 0000000..6d98bc0
--- /dev/null
+++ b/output/1.3/user_manual/examples.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="en-US">
+  <meta charset="utf-8">
+  <title>Redirecting&hellip;</title>
+  <link rel="canonical" href="https://accumulo.apache.org/examples/">
+  <script>location="https://accumulo.apache.org/examples/"</script>
+  <meta http-equiv="refresh" content="0; url=https://accumulo.apache.org/examples/">
+  <meta name="robots" content="noindex">
+  <h1>Redirecting&hellip;</h1>
+  <a href="https://accumulo.apache.org/examples/">Click here if you are not redirected.</a>
+</html>
diff --git a/output/1.3/user_manual/examples/aggregation.html b/output/1.3/user_manual/examples/aggregation.html
new file mode 100644
index 0000000..be6c4f7
--- /dev/null
+++ b/output/1.3/user_manual/examples/aggregation.html
@@ -0,0 +1,198 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    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.
+-->
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>Aggregation Example</title>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script>
+<script>
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // fix sidebar width in documentation
+  $(function() {
+    var $affixElement = $('div[data-spy="affix"]');
+    $affixElement.width($affixElement.parent().width());
+  });
+</script>
+
+</head>
+<body style="padding-top: 100px">
+
+  <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"
+        /></a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="nav-link"><a href="/downloads">Download</a></li>
+        <li class="nav-link"><a href="/tour">Tour</a></li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/release/accumulo-2.0.0/">2.0.0 (Latest)</a></li>
+            <li><a href="/release/accumulo-1.9.3/">1.9.3</a></li>
+            <li><a href="/release/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/2.x">User Manual (2.x)</a></li>
+            <li><a href="/docs/2.x/apidocs">Javadocs (2.0)</a></li>
+            <li><a href="/quickstart-1.x">Quickstart (1.x)</a></li>
+            <li><a href="/accumulo2-maven-plugin">Accumulo Maven Plugin</a></li>
+            <li><a href="/1.9/accumulo_user_manual.html">User Manual (1.9)</a></li>
+            <li><a href="/1.9/apidocs">Javadocs (1.9)</a></li>
+            <li><a href="/external-docs">External Docs</a></li>
+            <li><a href="/docs-archive/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/contact-us">Contact Us</a></li>
+            <li><a href="/how-to-contribute">How To Contribute</a></li>
+            <li><a href="/people">People</a></li>
+            <li><a href="/related-projects">Related Projects</a></li>
+          </ul>
+        </li>
+        <li class="nav-link"><a href="/search">Search</a></li>
+      </ul>
+      <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#"><img alt="Apache Software Foundation" src="https://www.apache.org/foundation/press/kit/feather.svg" width="15"/><span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/licenses/">License <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/events/current-event.html">Current Event <i class="fa fa-external-link"></i></a></li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+  </div>
+</nav>
+
+
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12">
+
+        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
+          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
+        </div>
+        <div id="content">
+          
+          <h1 class="title">Aggregation Example</h1>
+          
+          <p>This is a simple aggregation example.  To build this example run maven and then
+copy the produced jar into the accumulo lib dir.  This is already done in the
+tar distribution.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ bin/accumulo shell -u username
+Enter current password for 'username'@'instance': ***
+
+Shell - Apache Accumulo Interactive Shell
+- 
+- version: 1.3.x-incubating
+- instance name: instance
+- instance id: 00000000-0000-0000-0000-000000000000
+- 
+- type 'help' for a list of available commands
+- 
+username@instance&gt; createtable aggtest1 -a app=org.apache.accumulo.examples.aggregation.SortedSetAggregator
+username@instance aggtest1&gt; insert foo app 1 a
+username@instance aggtest1&gt; insert foo app 1 b
+username@instance aggtest1&gt; scan
+foo app:1 []  a,b
+username@instance aggtest1&gt; insert foo app 1 z,1,foo,w
+username@instance aggtest1&gt; scan
+foo app:1 []  1,a,b,foo,w,z
+username@instance aggtest1&gt; insert foo app 2 cat,dog,muskrat
+username@instance aggtest1&gt; insert foo app 2 mouse,bird
+username@instance aggtest1&gt; scan
+foo app:1 []  1,a,b,foo,w,z
+foo app:2 []  bird,cat,dog,mouse,muskrat
+username@instance aggtest1&gt; 
+</code></pre></div></div>
+
+<p>In this example a table is created and the example set aggregator is
+applied to the column family app.</p>
+
+        </div>
+
+        
+<footer>
+
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2020 <a href="https://www.apache.org">The Apache Software Foundation</a>.
+Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.</p>
+
+  <p>Apache®, the names of Apache projects and their logos, and the multicolor feather
+logo are registered trademarks or trademarks of The Apache Software Foundation
+in the United States and/or other countries.</p>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>
diff --git a/output/1.3/user_manual/examples/batch.html b/output/1.3/user_manual/examples/batch.html
new file mode 100644
index 0000000..b950f4c
--- /dev/null
+++ b/output/1.3/user_manual/examples/batch.html
@@ -0,0 +1,202 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    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.
+-->
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>Batch Writing and Scanning Example</title>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script>
+<script>
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // fix sidebar width in documentation
+  $(function() {
+    var $affixElement = $('div[data-spy="affix"]');
+    $affixElement.width($affixElement.parent().width());
+  });
+</script>
+
+</head>
+<body style="padding-top: 100px">
+
+  <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"
+        /></a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="nav-link"><a href="/downloads">Download</a></li>
+        <li class="nav-link"><a href="/tour">Tour</a></li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/release/accumulo-2.0.0/">2.0.0 (Latest)</a></li>
+            <li><a href="/release/accumulo-1.9.3/">1.9.3</a></li>
+            <li><a href="/release/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/2.x">User Manual (2.x)</a></li>
+            <li><a href="/docs/2.x/apidocs">Javadocs (2.0)</a></li>
+            <li><a href="/quickstart-1.x">Quickstart (1.x)</a></li>
+            <li><a href="/accumulo2-maven-plugin">Accumulo Maven Plugin</a></li>
+            <li><a href="/1.9/accumulo_user_manual.html">User Manual (1.9)</a></li>
+            <li><a href="/1.9/apidocs">Javadocs (1.9)</a></li>
+            <li><a href="/external-docs">External Docs</a></li>
+            <li><a href="/docs-archive/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/contact-us">Contact Us</a></li>
+            <li><a href="/how-to-contribute">How To Contribute</a></li>
+            <li><a href="/people">People</a></li>
+            <li><a href="/related-projects">Related Projects</a></li>
+          </ul>
+        </li>
+        <li class="nav-link"><a href="/search">Search</a></li>
+      </ul>
+      <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#"><img alt="Apache Software Foundation" src="https://www.apache.org/foundation/press/kit/feather.svg" width="15"/><span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/licenses/">License <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/events/current-event.html">Current Event <i class="fa fa-external-link"></i></a></li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+  </div>
+</nav>
+
+
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12">
+
+        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
+          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
+        </div>
+        <div id="content">
+          
+          <h1 class="title">Batch Writing and Scanning Example</h1>
+          
+          <p>This is an example of how to use the batch writer and batch scanner. To compile
+the example, run maven and copy the produced jar into the accumulo lib dir.
+This is already done in the tar distribution.</p>
+
+<p>Below are commands that add 10000 entries to accumulo and then do 100 random
+queries.  The write command generates random 50 byte values.</p>
+
+<p>Be sure to use the name of your instance (given as instance here) and the appropriate 
+list of zookeeper nodes (given as zookeepers here).</p>
+
+<p>Before you run this, you must ensure that the user you are running has the
+“exampleVis” authorization. (you can set this in the shell with “setauths -u username -s exampleVis”)</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ ./bin/accumulo shell -u root
+&gt; setauths -u username -s exampleVis
+&gt; exit
+</code></pre></div></div>
+
+<p>You must also create the table, batchtest1, ahead of time. (In the shell, use “createtable batchtest1”)</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ ./bin/accumulo shell -u username
+&gt; createtable batchtest1
+&gt; exit
+$ ./bin/accumulo org.apache.accumulo.examples.client.SequentialBatchWriter instance zookeepers username password batchtest1 0 10000 50 20000000 500 20 exampleVis
+$ ./bin/accumulo org.apache.accumulo.examples.client.RandomBatchScanner instance zookeepers username password batchtest1 100 0 10000 50 20 exampleVis
+07 11:33:11,103 [client.CountingVerifyingReceiver] INFO : Generating 100 random queries...
+07 11:33:11,112 [client.CountingVerifyingReceiver] INFO : finished
+07 11:33:11,260 [client.CountingVerifyingReceiver] INFO : 694.44 lookups/sec   0.14 secs
+
+07 11:33:11,260 [client.CountingVerifyingReceiver] INFO : num results : 100
+
+07 11:33:11,364 [client.CountingVerifyingReceiver] INFO : Generating 100 random queries...
+07 11:33:11,370 [client.CountingVerifyingReceiver] INFO : finished
+07 11:33:11,416 [client.CountingVerifyingReceiver] INFO : 2173.91 lookups/sec   0.05 secs
+
+07 11:33:11,416 [client.CountingVerifyingReceiver] INFO : num results : 100
+</code></pre></div></div>
+
+        </div>
+
+        
+<footer>
+
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2020 <a href="https://www.apache.org">The Apache Software Foundation</a>.
+Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.</p>
+
+  <p>Apache®, the names of Apache projects and their logos, and the multicolor feather
+logo are registered trademarks or trademarks of The Apache Software Foundation
+in the United States and/or other countries.</p>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>
diff --git a/output/1.3/user_manual/examples/bloom.html b/output/1.3/user_manual/examples/bloom.html
new file mode 100644
index 0000000..3c8dad5
--- /dev/null
+++ b/output/1.3/user_manual/examples/bloom.html
@@ -0,0 +1,283 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    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.
+-->
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>Bloom Filter Example</title>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script>
+<script>
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // fix sidebar width in documentation
+  $(function() {
+    var $affixElement = $('div[data-spy="affix"]');
+    $affixElement.width($affixElement.parent().width());
+  });
+</script>
+
+</head>
+<body style="padding-top: 100px">
+
+  <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"
+        /></a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="nav-link"><a href="/downloads">Download</a></li>
+        <li class="nav-link"><a href="/tour">Tour</a></li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/release/accumulo-2.0.0/">2.0.0 (Latest)</a></li>
+            <li><a href="/release/accumulo-1.9.3/">1.9.3</a></li>
+            <li><a href="/release/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/2.x">User Manual (2.x)</a></li>
+            <li><a href="/docs/2.x/apidocs">Javadocs (2.0)</a></li>
+            <li><a href="/quickstart-1.x">Quickstart (1.x)</a></li>
+            <li><a href="/accumulo2-maven-plugin">Accumulo Maven Plugin</a></li>
+            <li><a href="/1.9/accumulo_user_manual.html">User Manual (1.9)</a></li>
+            <li><a href="/1.9/apidocs">Javadocs (1.9)</a></li>
+            <li><a href="/external-docs">External Docs</a></li>
+            <li><a href="/docs-archive/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/contact-us">Contact Us</a></li>
+            <li><a href="/how-to-contribute">How To Contribute</a></li>
+            <li><a href="/people">People</a></li>
+            <li><a href="/related-projects">Related Projects</a></li>
+          </ul>
+        </li>
+        <li class="nav-link"><a href="/search">Search</a></li>
+      </ul>
+      <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#"><img alt="Apache Software Foundation" src="https://www.apache.org/foundation/press/kit/feather.svg" width="15"/><span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/licenses/">License <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/events/current-event.html">Current Event <i class="fa fa-external-link"></i></a></li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+  </div>
+</nav>
+
+
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12">
+
+        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
+          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
+        </div>
+        <div id="content">
+          
+          <h1 class="title">Bloom Filter Example</h1>
+          
+          <p>This example shows how to create a table with bloom filters enabled.  It also
+shows how bloom filters increase query performance when looking for values that
+do not exist in a table.</p>
+
+<p>Below table named bloom_test is created and bloom filters are enabled.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ ./accumulo shell -u username -p password
+Shell - Apache Accumulo Interactive Shell
+- version: 1.3.x-incubating
+- instance name: instance
+- instance id: 00000000-0000-0000-0000-000000000000
+- 
+- type 'help' for a list of available commands
+- 
+username@instance&gt; setauths -u username -s exampleVis
+username@instance&gt; createtable bloom_test
+username@instance bloom_test&gt; config -t bloom_test -s table.bloom.enabled=true
+username@instance bloom_test&gt; exit
+</code></pre></div></div>
+
+<p>Below 1 million random values are inserted into accumulo.  The randomly
+generated rows range between 0 and 1 billion.  The random number generator is
+initialized with the seed 7.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ ./bin/accumulo org.apache.accumulo.examples.client.RandomBatchWriter -s 7 instance zookeepers username password bloom_test 1000000 0 1000000000 50 2000000 60000 3 exampleVis
+</code></pre></div></div>
+
+<p>Below the table is flushed, look at the monitor page and wait for the flush to
+complete.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ ./bin/accumulo shell -u username -p password
+username@instance&gt; flush -t bloom_test
+Flush of table bloom_test initiated...
+username@instance&gt; exit
+</code></pre></div></div>
+
+<p>The flush will be finished when there are no entries in memory and the 
+number of minor compactions goes to zero. Refresh the page to see changes to the table.</p>
+
+<p>After the flush completes, 500 random queries are done against the table.  The
+same seed is used to generate the queries, therefore everything is found in the
+table.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ ./bin/accumulo org.apache.accumulo.examples.client.RandomBatchScanner -s 7 instance zookeepers username password bloom_test 500 0 1000000000 50 20 exampleVis
+Generating 500 random queries...finished
+96.19 lookups/sec   5.20 secs
+num results : 500
+Generating 500 random queries...finished
+102.35 lookups/sec   4.89 secs
+num results : 500
+</code></pre></div></div>
+
+<p>Below another 500 queries are performed, using a different seed which results
+in nothing being found.  In this case the lookups are much faster because of
+the bloom filters.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ ../bin/accumulo org.apache.accumulo.examples.client.RandomBatchScanner -s 8 instance zookeepers username password bloom_test 500 0 1000000000 50 20 exampleVis
+Generating 500 random queries...finished
+2212.39 lookups/sec   0.23 secs
+num results : 0
+Did not find 500 rows
+Generating 500 random queries...finished
+4464.29 lookups/sec   0.11 secs
+num results : 0
+Did not find 500 rows
+</code></pre></div></div>
+
+<hr />
+
+<p>Bloom filters can also speed up lookups for entries that exist.  In accumulo
+data is divided into tablets and each tablet has multiple map files. Every
+lookup in accumulo goes to a specific tablet where a lookup is done on each
+map file in the tablet.  So if a tablet has three map files, lookup performance
+can be three times slower than a tablet with one map file.  However if the map
+files contain unique sets of data, then bloom filters can help eliminate map
+files that do not contain the row being looked up.  To illustrate this two
+identical tables were created using the following process.  One table had bloom
+filters, the other did not.  Also the major compaction ratio was increased to
+prevent the files from being compacted into one file.</p>
+
+<ul>
+  <li>Insert 1 million entries using  RandomBatchWriter with a seed of 7</li>
+  <li>Flush the table using the shell</li>
+  <li>Insert 1 million entries using  RandomBatchWriter with a seed of 8</li>
+  <li>Flush the table using the shell</li>
+  <li>Insert 1 million entries using  RandomBatchWriter with a seed of 9</li>
+  <li>Flush the table using the shell</li>
+</ul>
+
+<p>After following the above steps, each table will have a tablet with three map
+files.  Each map file will contain 1 million entries generated with a different
+seed.</p>
+
+<p>Below 500 lookups are done against the table without bloom filters using random
+NG seed 7.  Even though only one map file will likely contain entries for this
+seed, all map files will be interrogated.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ ./bin/accumulo org.apache.accumulo.examples.client.RandomBatchScanner -s 7 instance zookeepers username password bloom_test1 500 0 1000000000 50 20 exampleVis
+Generating 500 random queries...finished
+35.09 lookups/sec  14.25 secs
+num results : 500
+Generating 500 random queries...finished
+35.33 lookups/sec  14.15 secs
+num results : 500
+</code></pre></div></div>
+
+<p>Below the same lookups are done against the table with bloom filters.  The
+lookups were 2.86 times faster because only one map file was used, even though three
+map files existed.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ ./bin/accumulo org.apache.accumulo.examples.client.RandomBatchScanner -s 7 instance zookeepers username password bloom_test2 500 0 1000000000 50 20 exampleVis
+Generating 500 random queries...finished
+99.03 lookups/sec   5.05 secs
+num results : 500
+Generating 500 random queries...finished
+101.15 lookups/sec   4.94 secs
+num results : 500
+</code></pre></div></div>
+
+        </div>
+
+        
+<footer>
+
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2020 <a href="https://www.apache.org">The Apache Software Foundation</a>.
+Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.</p>
+
+  <p>Apache®, the names of Apache projects and their logos, and the multicolor feather
+logo are registered trademarks or trademarks of The Apache Software Foundation
+in the United States and/or other countries.</p>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>
diff --git a/output/1.3/user_manual/examples/bulkIngest.html b/output/1.3/user_manual/examples/bulkIngest.html
new file mode 100644
index 0000000..b42edd9
--- /dev/null
+++ b/output/1.3/user_manual/examples/bulkIngest.html
@@ -0,0 +1,182 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    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.
+-->
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>Bulk Ingest Example</title>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script>
+<script>
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // fix sidebar width in documentation
+  $(function() {
+    var $affixElement = $('div[data-spy="affix"]');
+    $affixElement.width($affixElement.parent().width());
+  });
+</script>
+
+</head>
+<body style="padding-top: 100px">
+
+  <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"
+        /></a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="nav-link"><a href="/downloads">Download</a></li>
+        <li class="nav-link"><a href="/tour">Tour</a></li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/release/accumulo-2.0.0/">2.0.0 (Latest)</a></li>
+            <li><a href="/release/accumulo-1.9.3/">1.9.3</a></li>
+            <li><a href="/release/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/2.x">User Manual (2.x)</a></li>
+            <li><a href="/docs/2.x/apidocs">Javadocs (2.0)</a></li>
+            <li><a href="/quickstart-1.x">Quickstart (1.x)</a></li>
+            <li><a href="/accumulo2-maven-plugin">Accumulo Maven Plugin</a></li>
+            <li><a href="/1.9/accumulo_user_manual.html">User Manual (1.9)</a></li>
+            <li><a href="/1.9/apidocs">Javadocs (1.9)</a></li>
+            <li><a href="/external-docs">External Docs</a></li>
+            <li><a href="/docs-archive/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/contact-us">Contact Us</a></li>
+            <li><a href="/how-to-contribute">How To Contribute</a></li>
+            <li><a href="/people">People</a></li>
+            <li><a href="/related-projects">Related Projects</a></li>
+          </ul>
+        </li>
+        <li class="nav-link"><a href="/search">Search</a></li>
+      </ul>
+      <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#"><img alt="Apache Software Foundation" src="https://www.apache.org/foundation/press/kit/feather.svg" width="15"/><span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/licenses/">License <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/events/current-event.html">Current Event <i class="fa fa-external-link"></i></a></li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+  </div>
+</nav>
+
+
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12">
+
+        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
+          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
+        </div>
+        <div id="content">
+          
+          <h1 class="title">Bulk Ingest Example</h1>
+          
+          <p>This is an example of how to bulk ingest data into accumulo using map reduce.</p>
+
+<p>The following commands show how to run this example.  This example creates a
+table called test_bulk which has two initial split points. Then 1000 rows of
+test data are created in HDFS. After that the 1000 rows are ingested into
+accumulo.  Then we verify the 1000 rows are in accumulo. The
+first two arguments to all of the commands except for GenerateTestData are the
+accumulo instance name, and a comma-separated list of zookeepers.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ ./bin/accumulo org.apache.accumulo.examples.mapreduce.bulk.SetupTable instance zookeepers username password test_bulk row_00000333 row_00000666
+$ ./bin/accumulo org.apache.accumulo.examples.mapreduce.bulk.GenerateTestData 0 1000 bulk/test_1.txt
+
+$ ./bin/tool.sh lib/accumulo-examples-*[^c].jar org.apache.accumulo.examples.mapreduce.bulk.BulkIngestExample instance zookeepers username password test_bulk bulk tmp/bulkWork
+$ ./bin/accumulo org.apache.accumulo.examples.mapreduce.bulk.VerifyIngest instance zookeepers username password test_bulk 0 1000
+</code></pre></div></div>
+
+<p>For a high level discussion of bulk ingest, see the docs dir.</p>
+
+        </div>
+
+        
+<footer>
+
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2020 <a href="https://www.apache.org">The Apache Software Foundation</a>.
+Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.</p>
+
+  <p>Apache®, the names of Apache projects and their logos, and the multicolor feather
+logo are registered trademarks or trademarks of The Apache Software Foundation
+in the United States and/or other countries.</p>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>
diff --git a/output/1.3/user_manual/examples/constraints.html b/output/1.3/user_manual/examples/constraints.html
new file mode 100644
index 0000000..75549bd
--- /dev/null
+++ b/output/1.3/user_manual/examples/constraints.html
@@ -0,0 +1,196 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    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.
+-->
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>Constraints Example</title>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script>
+<script>
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // fix sidebar width in documentation
+  $(function() {
+    var $affixElement = $('div[data-spy="affix"]');
+    $affixElement.width($affixElement.parent().width());
+  });
+</script>
+
+</head>
+<body style="padding-top: 100px">
+
+  <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"
+        /></a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="nav-link"><a href="/downloads">Download</a></li>
+        <li class="nav-link"><a href="/tour">Tour</a></li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/release/accumulo-2.0.0/">2.0.0 (Latest)</a></li>
+            <li><a href="/release/accumulo-1.9.3/">1.9.3</a></li>
+            <li><a href="/release/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/2.x">User Manual (2.x)</a></li>
+            <li><a href="/docs/2.x/apidocs">Javadocs (2.0)</a></li>
+            <li><a href="/quickstart-1.x">Quickstart (1.x)</a></li>
+            <li><a href="/accumulo2-maven-plugin">Accumulo Maven Plugin</a></li>
+            <li><a href="/1.9/accumulo_user_manual.html">User Manual (1.9)</a></li>
+            <li><a href="/1.9/apidocs">Javadocs (1.9)</a></li>
+            <li><a href="/external-docs">External Docs</a></li>
+            <li><a href="/docs-archive/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/contact-us">Contact Us</a></li>
+            <li><a href="/how-to-contribute">How To Contribute</a></li>
+            <li><a href="/people">People</a></li>
+            <li><a href="/related-projects">Related Projects</a></li>
+          </ul>
+        </li>
+        <li class="nav-link"><a href="/search">Search</a></li>
+      </ul>
+      <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#"><img alt="Apache Software Foundation" src="https://www.apache.org/foundation/press/kit/feather.svg" width="15"/><span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/licenses/">License <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/events/current-event.html">Current Event <i class="fa fa-external-link"></i></a></li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+  </div>
+</nav>
+
+
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12">
+
+        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
+          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
+        </div>
+        <div id="content">
+          
+          <h1 class="title">Constraints Example</h1>
+          
+          <p>This an example of how to create a table with constraints. Below a table is
+create with two example constraints.  One constraints does not allow non alpha
+numeric keys.  The other constraint does not allow non numeric values. Two
+inserts that violate these constraints are attempted and denied.  The scan at
+the end shows the inserts were not allowed.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ ./bin/accumulo shell -u username -p pass
+
+Shell - Apache Accumulo Interactive Shell
+- 
+- version: 1.3.x-incubating
+- instance name: instance
+- instance id: 00000000-0000-0000-0000-000000000000
+- 
+- type 'help' for a list of available commands
+- 
+username@instance&gt; createtable testConstraints
+username@instance testConstraints&gt; config -t testConstraints -s table.constraint.1=org.apache.accumulo.examples.constraints.NumericValueConstraint
+username@instance testConstraints&gt; config -t testConstraints -s table.constraint.2=org.apache.accumulo.examples.constraints.AlphaNumKeyConstrain                                                                                                    
+username@instance testConstraints&gt; insert r1 cf1 cq1 1111
+username@instance testConstraints&gt; insert r1 cf1 cq1 ABC
+  Constraint Failures:
+      ConstraintViolationSummary(constrainClass:org.apache.accumulo.examples.constraints.NumericValueConstraint, violationCode:1, violationDescription:Value is not numeric, numberOfViolatingMutations:1)
+username@instance testConstraints&gt; insert r1! cf1 cq1 ABC 
+  Constraint Failures:
+      ConstraintViolationSummary(constrainClass:org.apache.accumulo.examples.constraints.NumericValueConstraint, violationCode:1, violationDescription:Value is not numeric, numberOfViolatingMutations:1)
+      ConstraintViolationSummary(constrainClass:org.apache.accumulo.examples.constraints.AlphaNumKeyConstraint, violationCode:1, violationDescription:Row was not alpha numeric, numberOfViolatingMutations:1)
+username@instance testConstraints&gt; scan
+r1 cf1:cq1 []    1111
+username@instance testConstraints&gt; 
+</code></pre></div></div>
+
+        </div>
+
+        
+<footer>
+
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2020 <a href="https://www.apache.org">The Apache Software Foundation</a>.
+Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.</p>
+
+  <p>Apache®, the names of Apache projects and their logos, and the multicolor feather
+logo are registered trademarks or trademarks of The Apache Software Foundation
+in the United States and/or other countries.</p>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>
diff --git a/output/1.3/user_manual/examples/dirlist.html b/output/1.3/user_manual/examples/dirlist.html
new file mode 100644
index 0000000..940212e
--- /dev/null
+++ b/output/1.3/user_manual/examples/dirlist.html
@@ -0,0 +1,211 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    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.
+-->
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>File System Archive</title>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script>
+<script>
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // fix sidebar width in documentation
+  $(function() {
+    var $affixElement = $('div[data-spy="affix"]');
+    $affixElement.width($affixElement.parent().width());
+  });
+</script>
+
+</head>
+<body style="padding-top: 100px">
+
+  <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"
+        /></a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="nav-link"><a href="/downloads">Download</a></li>
+        <li class="nav-link"><a href="/tour">Tour</a></li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/release/accumulo-2.0.0/">2.0.0 (Latest)</a></li>
+            <li><a href="/release/accumulo-1.9.3/">1.9.3</a></li>
+            <li><a href="/release/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/2.x">User Manual (2.x)</a></li>
+            <li><a href="/docs/2.x/apidocs">Javadocs (2.0)</a></li>
+            <li><a href="/quickstart-1.x">Quickstart (1.x)</a></li>
+            <li><a href="/accumulo2-maven-plugin">Accumulo Maven Plugin</a></li>
+            <li><a href="/1.9/accumulo_user_manual.html">User Manual (1.9)</a></li>
+            <li><a href="/1.9/apidocs">Javadocs (1.9)</a></li>
+            <li><a href="/external-docs">External Docs</a></li>
+            <li><a href="/docs-archive/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/contact-us">Contact Us</a></li>
+            <li><a href="/how-to-contribute">How To Contribute</a></li>
+            <li><a href="/people">People</a></li>
+            <li><a href="/related-projects">Related Projects</a></li>
+          </ul>
+        </li>
+        <li class="nav-link"><a href="/search">Search</a></li>
+      </ul>
+      <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#"><img alt="Apache Software Foundation" src="https://www.apache.org/foundation/press/kit/feather.svg" width="15"/><span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/licenses/">License <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/events/current-event.html">Current Event <i class="fa fa-external-link"></i></a></li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+  </div>
+</nav>
+
+
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12">
+
+        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
+          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
+        </div>
+        <div id="content">
+          
+          <h1 class="title">File System Archive</h1>
+          
+          <p>This example shows how to use Accumulo to store a file system history.  It has three classes:</p>
+
+<ul>
+  <li>Ingest.java - Recursively lists the files and directories under a given path, ingests their names and file info (not the file data!) into an Accumulo table, and indexes the file names in a separate table.</li>
+  <li>QueryUtil.java - Provides utility methods for getting the info for a file, listing the contents of a directory, and performing single wild card searches on file or directory names.</li>
+  <li>Viewer.java - Provides a GUI for browsing the file system information stored in Accumulo.</li>
+  <li>FileCountMR.java - Runs MR over the file system information and writes out counts to an Accumulo table.</li>
+  <li>FileCount.java - Accomplishes the same thing as FileCountMR, but in a different way.  Computes recursive counts and stores them back into table.</li>
+  <li>StringArraySummation.java - Aggregates counts for the FileCountMR reducer.</li>
+</ul>
+
+<p>To begin, ingest some data with Ingest.java.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ ./bin/accumulo org.apache.accumulo.examples.dirlist.Ingest instance zookeepers username password direxample dirindex exampleVis /local/user1/workspace
+</code></pre></div></div>
+
+<p>Note that running this example will create tables direxample and dirindex in Accumulo that you should delete when you have completed the example.
+If you modify a file or add new files in the directory ingested (e.g. /local/user1/workspace), you can run Ingest again to add new information into the Accumulo tables.</p>
+
+<p>To browse the data ingested, use Viewer.java.  Be sure to give the “username” user the authorizations to see the data.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ ./bin/accumulo org.apache.accumulo.examples.dirlist.Viewer instance zookeepers username password direxample exampleVis /local/user1/workspace
+</code></pre></div></div>
+
+<p>To list the contents of specific directories, use QueryUtil.java.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ ./bin/accumulo org.apache.accumulo.examples.dirlist.QueryUtil instance zookeepers username password direxample exampleVis /local/user1
+$ ./bin/accumulo org.apache.accumulo.examples.dirlist.QueryUtil instance zookeepers username password direxample exampleVis /local/user1/workspace
+</code></pre></div></div>
+
+<p>To perform searches on file or directory names, also use QueryUtil.java.  Search terms must contain no more than one wild card and cannot contain “/”.
+<em>Note</em> these queries run on the <em>dirindex</em> table instead of the direxample table.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ ./bin/accumulo org.apache.accumulo.examples.dirlist.QueryUtil instance zookeepers username password dirindex exampleVis filename -search
+$ ./bin/accumulo org.apache.accumulo.examples.dirlist.QueryUtil instance zookeepers username password dirindex exampleVis 'filename*' -search
+$ ./bin/accumulo org.apache.accumulo.examples.dirlist.QueryUtil instance zookeepers username password dirindex exampleVis '*jar' -search
+$ ./bin/accumulo org.apache.accumulo.examples.dirlist.QueryUtil instance zookeepers username password dirindex exampleVis filename*jar -search
+</code></pre></div></div>
+
+<p>To count the number of direct children (directories and files) and descendants (children and children’s descendents, directories and files), run the FileCountMR over the direxample table.
+The results can be written back to the same table.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ ./bin/tool.sh lib/accumulo-examples-*[^c].jar org.apache.accumulo.examples.dirlist.FileCountMR instance zookeepers username password direxample direxample exampleVis exampleVis
+</code></pre></div></div>
+
+<p>Alternatively, you can also run FileCount.java.</p>
+
+        </div>
+
+        
+<footer>
+
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2020 <a href="https://www.apache.org">The Apache Software Foundation</a>.
+Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.</p>
+
+  <p>Apache®, the names of Apache projects and their logos, and the multicolor feather
+logo are registered trademarks or trademarks of The Apache Software Foundation
+in the United States and/or other countries.</p>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>
diff --git a/output/1.3/user_manual/examples/filter.html b/output/1.3/user_manual/examples/filter.html
new file mode 100644
index 0000000..67ff254
--- /dev/null
+++ b/output/1.3/user_manual/examples/filter.html
@@ -0,0 +1,256 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    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.
+-->
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>Filter Example</title>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script>
+<script>
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // fix sidebar width in documentation
+  $(function() {
+    var $affixElement = $('div[data-spy="affix"]');
+    $affixElement.width($affixElement.parent().width());
+  });
+</script>
+
+</head>
+<body style="padding-top: 100px">
+
+  <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"
+        /></a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="nav-link"><a href="/downloads">Download</a></li>
+        <li class="nav-link"><a href="/tour">Tour</a></li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/release/accumulo-2.0.0/">2.0.0 (Latest)</a></li>
+            <li><a href="/release/accumulo-1.9.3/">1.9.3</a></li>
+            <li><a href="/release/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/2.x">User Manual (2.x)</a></li>
+            <li><a href="/docs/2.x/apidocs">Javadocs (2.0)</a></li>
+            <li><a href="/quickstart-1.x">Quickstart (1.x)</a></li>
+            <li><a href="/accumulo2-maven-plugin">Accumulo Maven Plugin</a></li>
+            <li><a href="/1.9/accumulo_user_manual.html">User Manual (1.9)</a></li>
+            <li><a href="/1.9/apidocs">Javadocs (1.9)</a></li>
+            <li><a href="/external-docs">External Docs</a></li>
+            <li><a href="/docs-archive/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/contact-us">Contact Us</a></li>
+            <li><a href="/how-to-contribute">How To Contribute</a></li>
+            <li><a href="/people">People</a></li>
+            <li><a href="/related-projects">Related Projects</a></li>
+          </ul>
+        </li>
+        <li class="nav-link"><a href="/search">Search</a></li>
+      </ul>
+      <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#"><img alt="Apache Software Foundation" src="https://www.apache.org/foundation/press/kit/feather.svg" width="15"/><span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/licenses/">License <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/events/current-event.html">Current Event <i class="fa fa-external-link"></i></a></li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+  </div>
+</nav>
+
+
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12">
+
+        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
+          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
+        </div>
+        <div id="content">
+          
+          <h1 class="title">Filter Example</h1>
+          
+          <p>This is a simple filter example.  It uses the AgeOffFilter that is provided as 
+part of the core package org.apache.accumulo.core.iterators.filter.  Filters are used by
+the FilteringIterator to select desired key/value pairs (or weed out undesired 
+ones).  Filters implement the org.apache.accumulo.core.iterators.iterators.filter.Filter interface which 
+contains a method accept(Key k, Value v).  This method returns true if the key, 
+value pair are to be delivered and false if they are to be ignored.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="p">username@instance&gt; createtable filtertest
+username@instance filtertest&gt; setiter -t filtertest -scan -p 10 -n myfilter -filter
+FilteringIterator uses Filters to accept or reject key/value pairs
+</span><span class="gd">----------&gt; entering options: &lt;filterPriorityNumber&gt; &lt;ageoff|regex|filterClass&gt;
+----------&gt; set org.apache.accumulo.core.iterators.FilteringIterator option (&lt;name&gt; &lt;value&gt;, hit enter to skip): 0 ageoff
+----------&gt; set org.apache.accumulo.core.iterators.FilteringIterator option (&lt;name&gt; &lt;value&gt;, hit enter to skip): 
+</span><span class="p">AgeOffFilter removes entries with timestamps more than &lt;ttl&gt; milliseconds old
+</span><span class="gd">----------&gt; set org.apache.accumulo.core.iterators.filter.AgeOffFilter parameter currentTime, if set, use the given value as the absolute time in milliseconds as the current time of day: 
+----------&gt; set org.apache.accumulo.core.iterators.filter.AgeOffFilter parameter ttl, time to live (milliseconds): 30000
+</span><span class="p">username@instance filtertest&gt; 
+</span>
+username@instance filtertest&gt; scan
+<span class="p">username@instance filtertest&gt; insert foo a b c
+username@instance filtertest&gt; scan
+foo a:b []    c
+</span></code></pre></div></div>
+
+<p>… wait 30 seconds …</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>username@instance filtertest&gt; scan
+username@instance filtertest&gt;
+</code></pre></div></div>
+
+<p>Note the absence of the entry inserted more than 30 seconds ago.  Since the
+scope was set to “scan”, this means the entry is still in Accumulo, but is
+being filtered out at query time.  To delete entries from Accumulo based on
+the ages of their timestamps, AgeOffFilters should be set up for the “minc”
+and “majc” scopes, as well.</p>
+
+<p>To force an ageoff in the persisted data, after setting up the ageoff iterator 
+on the “minc” and “majc” scopes you can flush and compact your table. This will
+happen automatically as a background operation on any table that is being 
+actively written to, but these are the commands to force compaction:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="p">username@instance filtertest&gt; setiter -t filtertest -scan -minc -majc -p 10 -n myfilter -filter
+FilteringIterator uses Filters to accept or reject key/value pairs
+</span><span class="gd">----------&gt; entering options: &lt;filterPriorityNumber&gt; &lt;ageoff|regex|filterClass&gt;
+----------&gt; set org.apache.accumulo.core.iterators.FilteringIterator option (&lt;name&gt; &lt;value&gt;, hit enter to skip): 0 ageoff
+----------&gt; set org.apache.accumulo.core.iterators.FilteringIterator option (&lt;name&gt; &lt;value&gt;, hit enter to skip): 
+</span><span class="p">AgeOffFilter removes entries with timestamps more than &lt;ttl&gt; milliseconds old
+</span><span class="gd">----------&gt; set org.apache.accumulo.core.iterators.filter.AgeOffFilter parameter currentTime, if set, use the given value as the absolute time in milliseconds as the current time of day: 
+----------&gt; set org.apache.accumulo.core.iterators.filter.AgeOffFilter parameter ttl, time to live (milliseconds): 30000
+</span><span class="p">username@instance filtertest&gt; 
+</span>
+username@instance filtertest&gt; flush -t filtertest
+<span class="p">08 11:13:55,745 [shell.Shell] INFO : Flush of table filtertest initiated...
+username@instance filtertest&gt; compact -t filtertest
+08 11:14:10,800 [shell.Shell] INFO : Compaction of table filtertest scheduled for 20110208111410EST
+username@instance filtertest&gt; 
+</span></code></pre></div></div>
+
+<p>After the compaction runs, the newly created files will not contain any data that should be aged off, and the
+Accumulo garbage collector will remove the old files.</p>
+
+<p>To see the iterator settings for a table, use:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>username@instance filtertest&gt; config -t filtertest -f iterator
+---------+------------------------------------------+----------------------------------------------------------
+SCOPE    | NAME                                     | VALUE
+---------+------------------------------------------+----------------------------------------------------------
+table    | table.iterator.majc.myfilter .............. | 10,org.apache.accumulo.core.iterators.FilteringIterator
+table    | table.iterator.majc.myfilter.opt.0 ........ | org.apache.accumulo.core.iterators.filter.AgeOffFilter
+table    | table.iterator.majc.myfilter.opt.0.ttl .... | 30000
+table    | table.iterator.majc.vers .................. | 20,org.apache.accumulo.core.iterators.VersioningIterator
+table    | table.iterator.majc.vers.opt.maxVersions .. | 1
+table    | table.iterator.minc.myfilter .............. | 10,org.apache.accumulo.core.iterators.FilteringIterator
+table    | table.iterator.minc.myfilter.opt.0 ........ | org.apache.accumulo.core.iterators.filter.AgeOffFilter
+table    | table.iterator.minc.myfilter.opt.0.ttl .... | 30000
+table    | table.iterator.minc.vers .................. | 20,org.apache.accumulo.core.iterators.VersioningIterator
+table    | table.iterator.minc.vers.opt.maxVersions .. | 1
+table    | table.iterator.scan.myfilter .............. | 10,org.apache.accumulo.core.iterators.FilteringIterator
+table    | table.iterator.scan.myfilter.opt.0 ........ | org.apache.accumulo.core.iterators.filter.AgeOffFilter
+table    | table.iterator.scan.myfilter.opt.0.ttl .... | 30000
+table    | table.iterator.scan.vers .................. | 20,org.apache.accumulo.core.iterators.VersioningIterator
+table    | table.iterator.scan.vers.opt.maxVersions .. | 1
+---------+------------------------------------------+----------------------------------------------------------
+username@instance filtertest&gt; 
+</code></pre></div></div>
+
+<p>If you would like to apply multiple filters, this can be done using a single
+iterator. Just continue adding entries during the 
+“set org.apache.accumulo.core.iterators.FilteringIterator option” step.
+Make sure to order the filterPriorityNumbers in the order you would like
+the filters to be applied.</p>
+
+        </div>
+
+        
+<footer>
+
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2020 <a href="https://www.apache.org">The Apache Software Foundation</a>.
+Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.</p>
+
+  <p>Apache®, the names of Apache projects and their logos, and the multicolor feather
+logo are registered trademarks or trademarks of The Apache Software Foundation
+in the United States and/or other countries.</p>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>
diff --git a/output/1.3/user_manual/examples/helloworld.html b/output/1.3/user_manual/examples/helloworld.html
new file mode 100644
index 0000000..1a3a232
--- /dev/null
+++ b/output/1.3/user_manual/examples/helloworld.html
@@ -0,0 +1,208 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    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.
+-->
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>Hello World Example</title>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script>
+<script>
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // fix sidebar width in documentation
+  $(function() {
+    var $affixElement = $('div[data-spy="affix"]');
+    $affixElement.width($affixElement.parent().width());
+  });
+</script>
+
+</head>
+<body style="padding-top: 100px">
+
+  <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"
+        /></a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="nav-link"><a href="/downloads">Download</a></li>
+        <li class="nav-link"><a href="/tour">Tour</a></li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/release/accumulo-2.0.0/">2.0.0 (Latest)</a></li>
+            <li><a href="/release/accumulo-1.9.3/">1.9.3</a></li>
+            <li><a href="/release/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/2.x">User Manual (2.x)</a></li>
+            <li><a href="/docs/2.x/apidocs">Javadocs (2.0)</a></li>
+            <li><a href="/quickstart-1.x">Quickstart (1.x)</a></li>
+            <li><a href="/accumulo2-maven-plugin">Accumulo Maven Plugin</a></li>
+            <li><a href="/1.9/accumulo_user_manual.html">User Manual (1.9)</a></li>
+            <li><a href="/1.9/apidocs">Javadocs (1.9)</a></li>
+            <li><a href="/external-docs">External Docs</a></li>
+            <li><a href="/docs-archive/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/contact-us">Contact Us</a></li>
+            <li><a href="/how-to-contribute">How To Contribute</a></li>
+            <li><a href="/people">People</a></li>
+            <li><a href="/related-projects">Related Projects</a></li>
+          </ul>
+        </li>
+        <li class="nav-link"><a href="/search">Search</a></li>
+      </ul>
+      <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#"><img alt="Apache Software Foundation" src="https://www.apache.org/foundation/press/kit/feather.svg" width="15"/><span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/licenses/">License <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/events/current-event.html">Current Event <i class="fa fa-external-link"></i></a></li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+  </div>
+</nav>
+
+
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12">
+
+        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
+          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
+        </div>
+        <div id="content">
+          
+          <h1 class="title">Hello World Example</h1>
+          
+          <p>This tutorial uses the following Java classes, which can be found in org.apache.accumulo.examples.helloworld in the accumulo-examples module:</p>
+
+<ul>
+  <li>InsertWithBatchWriter.java - Inserts 10K rows (50K entries) into accumulo with each row having 5 entries</li>
+  <li>InsertWithOutputFormat.java - Example of inserting data in MapReduce</li>
+  <li>ReadData.java - Reads all data between two rows</li>
+</ul>
+
+<p>Log into the accumulo shell:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ ./bin/accumulo shell -u username -p password
+</code></pre></div></div>
+
+<p>Create a table called ‘hellotable’:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>username@instance&gt; createtable hellotable
+</code></pre></div></div>
+
+<p>Launch a Java program that inserts data with a BatchWriter:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ ./bin/accumulo org.apache.accumulo.examples.helloworld.InsertWithBatchWriter instance zookeepers hellotable username password
+</code></pre></div></div>
+
+<p>Alternatively, the same data can be inserted using MapReduce writers:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ ./bin/accumulo org.apache.accumulo.examples.helloworld.InsertWithOutputFormat instance zookeepers hellotable username password
+</code></pre></div></div>
+
+<p>On the accumulo status page at the URL below (where ‘master’ is replaced with the name or IP of your accumulo master), you should see 50K entries</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>http://master:50095/
+</code></pre></div></div>
+
+<p>To view the entries, use the shell to scan the table:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>username@instance&gt; table hellotable
+username@instance hellotable&gt; scan
+</code></pre></div></div>
+
+<p>You can also use a Java class to scan the table:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ ./bin/accumulo org.apache.accumulo.examples.helloworld.ReadData instance zookeepers hellotable username password row_0 row_1001
+</code></pre></div></div>
+
+        </div>
+
+        
+<footer>
+
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2020 <a href="https://www.apache.org">The Apache Software Foundation</a>.
+Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.</p>
+
+  <p>Apache®, the names of Apache projects and their logos, and the multicolor feather
+logo are registered trademarks or trademarks of The Apache Software Foundation
+in the United States and/or other countries.</p>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>
diff --git a/output/1.3/user_manual/examples/index.html b/output/1.3/user_manual/examples/index.html
new file mode 100644
index 0000000..cd681a4
--- /dev/null
+++ b/output/1.3/user_manual/examples/index.html
@@ -0,0 +1,207 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    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.
+-->
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>Examples</title>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script>
+<script>
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // fix sidebar width in documentation
+  $(function() {
+    var $affixElement = $('div[data-spy="affix"]');
+    $affixElement.width($affixElement.parent().width());
+  });
+</script>
+
+</head>
+<body style="padding-top: 100px">
+
+  <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"
+        /></a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="nav-link"><a href="/downloads">Download</a></li>
+        <li class="nav-link"><a href="/tour">Tour</a></li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/release/accumulo-2.0.0/">2.0.0 (Latest)</a></li>
+            <li><a href="/release/accumulo-1.9.3/">1.9.3</a></li>
+            <li><a href="/release/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/2.x">User Manual (2.x)</a></li>
+            <li><a href="/docs/2.x/apidocs">Javadocs (2.0)</a></li>
+            <li><a href="/quickstart-1.x">Quickstart (1.x)</a></li>
+            <li><a href="/accumulo2-maven-plugin">Accumulo Maven Plugin</a></li>
+            <li><a href="/1.9/accumulo_user_manual.html">User Manual (1.9)</a></li>
+            <li><a href="/1.9/apidocs">Javadocs (1.9)</a></li>
+            <li><a href="/external-docs">External Docs</a></li>
+            <li><a href="/docs-archive/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/contact-us">Contact Us</a></li>
+            <li><a href="/how-to-contribute">How To Contribute</a></li>
+            <li><a href="/people">People</a></li>
+            <li><a href="/related-projects">Related Projects</a></li>
+          </ul>
+        </li>
+        <li class="nav-link"><a href="/search">Search</a></li>
+      </ul>
+      <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#"><img alt="Apache Software Foundation" src="https://www.apache.org/foundation/press/kit/feather.svg" width="15"/><span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/licenses/">License <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/events/current-event.html">Current Event <i class="fa fa-external-link"></i></a></li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+  </div>
+</nav>
+
+
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12">
+
+        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
+          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
+        </div>
+        <div id="content">
+          
+          <h1 class="title">Examples</h1>
+          
+          <p>Each README in the examples directory highlights the use of particular features of Apache Accumulo.</p>
+
+<p>Before running any of the examples, the following steps must be performed.</p>
+
+<ol>
+  <li>
+    <p>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”.</p>
+  </li>
+  <li>
+    <p>Create an Accumulo user (see the <a href="/user_manual_1.3-incubating/Accumulo_Shell.html#User_Administration">user manual</a>), or use the root user.
+The Accumulo user name will be referred to as “username” with password “password” throughout the examples.</p>
+  </li>
+</ol>
+
+<p>In all commands, you will need to replace “instance”, “zookeepers”, “username”, and “password” with the values you set for your Accumulo instance.</p>
+
+<p>Commands intended to be run in bash are prefixed by ‘$’.  These are always assumed to be run from the $ACCUMULO_HOME directory.</p>
+
+<p>Commands intended to be run in the Accumulo shell are prefixed by ‘&gt;’.</p>
+
+<p><a href="aggregation.html">aggregation</a></p>
+
+<p><a href="batch.html">batch</a></p>
+
+<p><a href="bloom.html">bloom</a></p>
+
+<p><a href="bulkIngest.html">bulkIngest</a></p>
+
+<p><a href="constraints.html">constraints</a></p>
+
+<p><a href="dirlist.html">dirlist</a></p>
+
+<p><a href="filter.html">filter</a></p>
+
+<p><a href="helloworld.html">helloworld</a></p>
+
+<p><a href="mapred.html">mapred</a></p>
+
+<p><a href="shard.html">shard</a></p>
+
+
+        </div>
+
+        
+<footer>
+
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2020 <a href="https://www.apache.org">The Apache Software Foundation</a>.
+Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.</p>
+
+  <p>Apache®, the names of Apache projects and their logos, and the multicolor feather
+logo are registered trademarks or trademarks of The Apache Software Foundation
+in the United States and/or other countries.</p>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>
diff --git a/output/1.3/user_manual/examples/mapred.html b/output/1.3/user_manual/examples/mapred.html
new file mode 100644
index 0000000..432a5c1
--- /dev/null
+++ b/output/1.3/user_manual/examples/mapred.html
@@ -0,0 +1,236 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    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.
+-->
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>MapReduce Example</title>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script>
+<script>
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // fix sidebar width in documentation
+  $(function() {
+    var $affixElement = $('div[data-spy="affix"]');
+    $affixElement.width($affixElement.parent().width());
+  });
+</script>
+
+</head>
+<body style="padding-top: 100px">
+
+  <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"
+        /></a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="nav-link"><a href="/downloads">Download</a></li>
+        <li class="nav-link"><a href="/tour">Tour</a></li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/release/accumulo-2.0.0/">2.0.0 (Latest)</a></li>
+            <li><a href="/release/accumulo-1.9.3/">1.9.3</a></li>
+            <li><a href="/release/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/2.x">User Manual (2.x)</a></li>
+            <li><a href="/docs/2.x/apidocs">Javadocs (2.0)</a></li>
+            <li><a href="/quickstart-1.x">Quickstart (1.x)</a></li>
+            <li><a href="/accumulo2-maven-plugin">Accumulo Maven Plugin</a></li>
+            <li><a href="/1.9/accumulo_user_manual.html">User Manual (1.9)</a></li>
+            <li><a href="/1.9/apidocs">Javadocs (1.9)</a></li>
+            <li><a href="/external-docs">External Docs</a></li>
+            <li><a href="/docs-archive/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/contact-us">Contact Us</a></li>
+            <li><a href="/how-to-contribute">How To Contribute</a></li>
+            <li><a href="/people">People</a></li>
+            <li><a href="/related-projects">Related Projects</a></li>
+          </ul>
+        </li>
+        <li class="nav-link"><a href="/search">Search</a></li>
+      </ul>
+      <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#"><img alt="Apache Software Foundation" src="https://www.apache.org/foundation/press/kit/feather.svg" width="15"/><span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/licenses/">License <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/events/current-event.html">Current Event <i class="fa fa-external-link"></i></a></li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+  </div>
+</nav>
+
+
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12">
+
+        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
+          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
+        </div>
+        <div id="content">
+          
+          <h1 class="title">MapReduce Example</h1>
+          
+          <p>This example uses mapreduce and accumulo to compute word counts for a set of
+documents.  This is accomplished using a map-only mapreduce job and a
+accumulo table with aggregators.</p>
+
+<p>To run this example you will need a directory in HDFS containing text files.
+The accumulo readme will be used to show how to run this example.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ hadoop fs -copyFromLocal $ACCUMULO_HOME/README /user/username/wc/Accumulo.README
+$ hadoop fs -ls /user/username/wc
+Found 1 items
+-rw-r--r--   2 username supergroup       9359 2009-07-15 17:54 /user/username/wc/Accumulo.README
+</code></pre></div></div>
+
+<p>The first part of running this example is to create a table with aggregation
+for the column family count.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ ./bin/accumulo shell -u username -p password
+Shell - Apache Accumulo Interactive Shell
+- version: 1.3.x-incubating
+- instance name: instance
+- instance id: 00000000-0000-0000-0000-000000000000
+- 
+- type 'help' for a list of available commands
+- 
+username@instance&gt; createtable wordCount -a count=org.apache.accumulo.core.iterators.aggregation.StringSummation 
+username@instance wordCount&gt; quit
+</code></pre></div></div>
+
+<p>After creating the table, run the word count map reduce job.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>[user1@instance accumulo]$ bin/tool.sh lib/accumulo-examples-*[^c].jar org.apache.accumulo.examples.mapreduce.WordCount instance zookeepers /user/user1/wc wordCount -u username -p password
+
+11/02/07 18:20:11 INFO input.FileInputFormat: Total input paths to process : 1
+11/02/07 18:20:12 INFO mapred.JobClient: Running job: job_201102071740_0003
+11/02/07 18:20:13 INFO mapred.JobClient:  map 0% reduce 0%
+11/02/07 18:20:20 INFO mapred.JobClient:  map 100% reduce 0%
+11/02/07 18:20:22 INFO mapred.JobClient: Job complete: job_201102071740_0003
+11/02/07 18:20:22 INFO mapred.JobClient: Counters: 6
+11/02/07 18:20:22 INFO mapred.JobClient:   Job Counters 
+11/02/07 18:20:22 INFO mapred.JobClient:     Launched map tasks=1
+11/02/07 18:20:22 INFO mapred.JobClient:     Data-local map tasks=1
+11/02/07 18:20:22 INFO mapred.JobClient:   FileSystemCounters
+11/02/07 18:20:22 INFO mapred.JobClient:     HDFS_BYTES_READ=10487
+11/02/07 18:20:22 INFO mapred.JobClient:   Map-Reduce Framework
+11/02/07 18:20:22 INFO mapred.JobClient:     Map input records=255
+11/02/07 18:20:22 INFO mapred.JobClient:     Spilled Records=0
+11/02/07 18:20:22 INFO mapred.JobClient:     Map output records=1452
+</code></pre></div></div>
+
+<p>After the map reduce job completes, query the accumulo table to see word
+counts.</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ ./bin/accumulo shell -u username -p password
+username@instance&gt; table wordCount
+username@instance wordCount&gt; scan -b the
+the count:20080906 []    75
+their count:20080906 []    2
+them count:20080906 []    1
+then count:20080906 []    1
+there count:20080906 []    1
+these count:20080906 []    3
+this count:20080906 []    6
+through count:20080906 []    1
+time count:20080906 []    3
+time. count:20080906 []    1
+to count:20080906 []    27
+total count:20080906 []    1
+tserver, count:20080906 []    1
+tserver.compaction.major.concurrent.max count:20080906 []    1
+...
+</code></pre></div></div>
+
+        </div>
+
+        
+<footer>
+
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2020 <a href="https://www.apache.org">The Apache Software Foundation</a>.
+Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.</p>
+
+  <p>Apache®, the names of Apache projects and their logos, and the multicolor feather
+logo are registered trademarks or trademarks of The Apache Software Foundation
+in the United States and/or other countries.</p>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>
diff --git a/output/1.3/user_manual/examples/shard.html b/output/1.3/user_manual/examples/shard.html
new file mode 100644
index 0000000..0c41a71
--- /dev/null
+++ b/output/1.3/user_manual/examples/shard.html
@@ -0,0 +1,220 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    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.
+-->
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>Shard Example</title>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script>
+<script>
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // fix sidebar width in documentation
+  $(function() {
+    var $affixElement = $('div[data-spy="affix"]');
+    $affixElement.width($affixElement.parent().width());
+  });
+</script>
+
+</head>
+<body style="padding-top: 100px">
+
+  <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
... 1135105 lines suppressed ...