From commits-return-22995-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Tue Jun 11 20:35:18 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 64E98180627 for ; Tue, 11 Jun 2019 22:35:18 +0200 (CEST) Received: (qmail 47612 invoked by uid 500); 11 Jun 2019 20:35:17 -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 47603 invoked by uid 99); 11 Jun 2019 20:35:17 -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:35:17 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id A65E487AB0; Tue, 11 Jun 2019 20:35:17 +0000 (UTC) Date: Tue, 11 Jun 2019 20:35:17 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo-website] branch asf-site updated: Jekyll build from master:1d95f93 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156028531758.25362.3450766483497918412@gitbox.apache.org> From: ctubbsii@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo-website X-Git-Refname: refs/heads/asf-site X-Git-Reftype: branch X-Git-Oldrev: 77c2fab475412c1594bca5e6339b4024b9b4f920 X-Git-Newrev: 68b044be557f2c6b2ff127deab00cdf0a3fa60cc X-Git-Rev: 68b044be557f2c6b2ff127deab00cdf0a3fa60cc 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 asf-site in repository https://gitbox.apache.org/repos/asf/accumulo-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 68b044b Jekyll build from master:1d95f93 68b044b is described below commit 68b044be557f2c6b2ff127deab00cdf0a3fa60cc Author: Christopher Tubbs AuthorDate: Tue Jun 11 16:34:43 2019 -0400 Jekyll build from master:1d95f93 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.x/administration/replication.html | 2 +- feed.xml | 4 ++-- redirects.json | 2 +- search_data.json | 2 +- 5 files changed, 9 insertions(+), 8 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.x/administration/replication.html b/docs/2.x/administration/replication.html index 5bc4ee7..f2cc57a 100644 --- a/docs/2.x/administration/replication.html +++ b/docs/2.x/administration/replication.html @@ -446,7 +446,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 diff --git a/feed.xml b/feed.xml index 516ea58..684e00f 100644 --- a/feed.xml +++ b/feed.xml @@ -6,8 +6,8 @@ https://accumulo.apache.org/ - Tue, 11 Jun 2019 15:54:18 -0400 - Tue, 11 Jun 2019 15:54:18 -0400 + Tue, 11 Jun 2019 16:34:36 -0400 + Tue, 11 Jun 2019 16:34:36 -0400 Jekyll v3.8.5 diff --git a/redirects.json b/redirects.json index 6e10199..9c19363 100644 --- a/redirects.json +++ b/redirects.json @@ -1 +1 @@ -{"/release_notes/1.5.1.html":"https://accumulo.apache.org/release/accumulo-1.5.1/","/release_notes/1.6.0.html":"https://accumulo.apache.org/release/accumulo-1.6.0/","/release_notes/1.6.1.html":"https://accumulo.apache.org/release/accumulo-1.6.1/","/release_notes/1.6.2.html":"https://accumulo.apache.org/release/accumulo-1.6.2/","/release_notes/1.7.0.html":"https://accumulo.apache.org/release/accumulo-1.7.0/","/release_notes/1.5.3.html":"https://accumulo.apache.org/release/accumulo-1.5.3/" [...] \ No newline at end of file +{"/release_notes/1.5.1.html":"https://accumulo.apache.org/release/accumulo-1.5.1/","/release_notes/1.6.0.html":"https://accumulo.apache.org/release/accumulo-1.6.0/","/release_notes/1.6.1.html":"https://accumulo.apache.org/release/accumulo-1.6.1/","/release_notes/1.6.2.html":"https://accumulo.apache.org/release/accumulo-1.6.2/","/release_notes/1.7.0.html":"https://accumulo.apache.org/release/accumulo-1.7.0/","/release_notes/1.5.3.html":"https://accumulo.apache.org/release/accumulo-1.5.3/" [...] \ No newline at end of file diff --git a/search_data.json b/search_data.json index 1275579..aee0418 100644 --- a/search_data.json +++ b/search_data.json @@ -37,7 +37,7 @@ "docs-2-x-administration-replication": { "title": "Replication", - "content" : "OverviewReplication is a feature of Accumulo which provides a mechanism to automaticallycopy data to other systems, typically for the purpose of disaster recovery,high availability, or geographic locality. It is best to consider this featureas a framework for automatic replication instead of the ability to copy datafrom to another Accumulo instance as copying to another Accumulo cluster isonly an implementation detail. The local Accumulo cluster is hereby referredto a [...] + "content" : "OverviewReplication is a feature of Accumulo which provides a mechanism to automaticallycopy data to other systems, typically for the purpose of disaster recovery,high availability, or geographic locality. It is best to consider this featureas a framework for automatic replication instead of the ability to copy datafrom to another Accumulo instance as copying to another Accumulo cluster isonly an implementation detail. The local Accumulo cluster is hereby referredto a [...] "url": " /docs/2.x/administration/replication", "categories": "administration" },