Merge branch 'remove-docs'
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7a0788b6 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7a0788b6 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/7a0788b6 Branch: refs/heads/master Commit: 7a0788b6feabbe657ae869218286eabb87f164fe Parents: 452732c e99ec9f Author: Mike Walch <mwa...@apache.org> Authored: Mon May 22 13:42:38 2017 -0400 Committer: Mike Walch <mwa...@apache.org> Committed: Mon May 22 13:42:38 2017 -0400 ---------------------------------------------------------------------- README.md | 14 +- assemble/conf/accumulo-site.xml | 4 +- assemble/pom.xml | 7 - assemble/src/main/assemblies/component.xml | 14 - core/pom.xml | 35 + .../accumulo/core/conf/ConfigurationDocGen.java | 170 +-- .../org/apache/accumulo/core/conf/Property.java | 2 +- .../apache/accumulo/core/conf/config-header.txt | 102 -- docs/.gitignore | 28 - docs/pom.xml | 144 --- .../main/asciidoc/accumulo_user_manual.asciidoc | 76 -- .../main/asciidoc/chapters/administration.txt | 1145 ------------------ docs/src/main/asciidoc/chapters/analytics.txt | 229 ---- docs/src/main/asciidoc/chapters/clients.txt | 403 ------ docs/src/main/asciidoc/chapters/design.txt | 180 --- .../asciidoc/chapters/development_clients.txt | 107 -- .../asciidoc/chapters/high_speed_ingest.txt | 124 -- .../main/asciidoc/chapters/implementation.txt | 86 -- .../src/main/asciidoc/chapters/introduction.txt | 25 - .../main/asciidoc/chapters/iterator_design.txt | 401 ------ .../asciidoc/chapters/iterator_test_harness.txt | 110 -- docs/src/main/asciidoc/chapters/kerberos.txt | 663 ---------- docs/src/main/asciidoc/chapters/multivolume.txt | 82 -- docs/src/main/asciidoc/chapters/replication.txt | 399 ------ docs/src/main/asciidoc/chapters/sampling.txt | 86 -- docs/src/main/asciidoc/chapters/security.txt | 182 --- docs/src/main/asciidoc/chapters/shell.txt | 159 --- docs/src/main/asciidoc/chapters/ssl.txt | 134 -- docs/src/main/asciidoc/chapters/summaries.txt | 232 ---- .../asciidoc/chapters/table_configuration.txt | 670 ---------- .../src/main/asciidoc/chapters/table_design.txt | 336 ----- .../main/asciidoc/chapters/troubleshooting.txt | 845 ------------- docs/src/main/asciidoc/images/accumulo-logo.png | Bin 11427 -> 0 bytes .../main/asciidoc/images/data_distribution.png | Bin 86937 -> 0 bytes .../main/asciidoc/images/failure_handling.png | Bin 48905 -> 0 bytes .../resources/design/ACCUMULO-378-design.mdtext | 468 ------- .../main/resources/state/replicationstatus.gv | 40 - .../main/resources/state/replicationstatus.png | Bin 65414 -> 0 bytes .../src/main/resources/state/table-lifecycle.gv | 77 -- .../main/resources/state/table-lifecycle.png | Bin 190640 -> 0 bytes pom.xml | 13 - 41 files changed, 96 insertions(+), 7696 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/7a0788b6/core/src/main/java/org/apache/accumulo/core/conf/Property.java ----------------------------------------------------------------------