From commits-return-22994-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Tue Jun 11 20:06:55 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id CB79D180780 for ; Tue, 11 Jun 2019 22:06:54 +0200 (CEST) Received: (qmail 89871 invoked by uid 500); 11 Jun 2019 20:06:54 -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 89861 invoked by uid 99); 11 Jun 2019 20:06:54 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jun 2019 20:06:54 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 1806787AB0; Tue, 11 Jun 2019 20:06:54 +0000 (UTC) Date: Tue, 11 Jun 2019 20:06:54 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo-website] branch master updated: Additional install instructions for Ubuntu and PopOS (#182) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156028361402.22174.17248491282313122139@gitbox.apache.org> From: ctubbsii@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo-website X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d0226d52e0a259b3d80b58a772e05c037c8bd122 X-Git-Newrev: 1d95f934d3a8e46f0f396e4acd77013cd69d5b50 X-Git-Rev: 1d95f934d3a8e46f0f396e4acd77013cd69d5b50 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/accumulo-website.git The following commit(s) were added to refs/heads/master by this push: new 1d95f93 Additional install instructions for Ubuntu and PopOS (#182) 1d95f93 is described below commit 1d95f934d3a8e46f0f396e4acd77013cd69d5b50 Author: Jeffrey Zeiberg AuthorDate: Tue Jun 11 16:06:49 2019 -0400 Additional install instructions for Ubuntu and PopOS (#182) * Additional install instructions for Ubuntu and PopOS * Small change on replication.md page (typo) --- README.md | 7 ++++--- _docs-2/administration/replication.md | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cb265f7..66bcac9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ use [Bundler] to install the necessary dependencies to run and build the website Ruby is required to use Bundler so first make sure you have Ruby on your machine. If you are using an OS packaged version of Ruby, you will have to also install the ruby-dev (Ubuntu) or -ruby-devel (Fedora) package as well. +ruby-devel (Fedora) package as well. Depending on your OS, you may also need other packages, such as +ruby-full, make, gcc, nodejs, build-essentials, or patch. With Ruby installed on your machine, you can install [Bundler] using the command below: @@ -54,13 +55,13 @@ The source for these tags is at [_plugins/links.rb](_plugins/links.rb). ## Updating property documentation -Building Accumulo generates `properties.md` and `client-properties.md`. To +Building Accumulo generates `server-properties.md` and `client-properties.md`. To regenerate these, do the following. ``` cd mvn package -DskipTests -cp ./core/target/generated-docs/properties.md /_docs-2/administration +cp ./core/target/generated-docs/server-properties.md /_docs-2/administration cp ./core/target/generated-docs/client-properties.md /_docs-2/administration ``` diff --git a/_docs-2/administration/replication.md b/_docs-2/administration/replication.md index 3bb8ff5..b849cd0 100644 --- a/_docs-2/administration/replication.md +++ b/_docs-2/administration/replication.md @@ -30,7 +30,7 @@ allow each system to determine if a peer has already has the data in which the system wants to send. Data is replicated by using the Write-Ahead logs (WAL) that each TabletServer is -already maintaining. TabletServers records which WALs have data that need to be +already maintaining. TabletServers record which WALs have data that need to be replicated to the `accumulo.metadata` table. The Master uses these records, combined with the local Accumulo table that the WAL was used with, to create records in the `replication` table which track which peers the given WAL should be