Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 07069200C8B for ; Mon, 22 May 2017 19:43:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0587C160BDB; Mon, 22 May 2017 17:43:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4ADE6160BDA for ; Mon, 22 May 2017 19:43:22 +0200 (CEST) Received: (qmail 7775 invoked by uid 500); 22 May 2017 17:43:21 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 7760 invoked by uid 99); 22 May 2017 17:43:21 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 May 2017 17:43:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3E6AAE1892; Mon, 22 May 2017 17:43:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mwalch@apache.org To: commits@accumulo.apache.org Date: Mon, 22 May 2017 17:43:26 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [7/7] accumulo git commit: Merge branch 'remove-docs' archived-at: Mon, 22 May 2017 17:43:23 -0000 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 Authored: Mon May 22 13:42:38 2017 -0400 Committer: Mike Walch 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 ----------------------------------------------------------------------