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 <[email protected]>
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 <accumulo source dir>
mvn package -DskipTests
-cp ./core/target/generated-docs/properties.md <accumulo website
source>/_docs-2/administration
+cp ./core/target/generated-docs/server-properties.md <accumulo website
source>/_docs-2/administration
cp ./core/target/generated-docs/client-properties.md <accumulo website
source>/_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.</p>
<p>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 <code class="highlighter-rouge">accumulo.metadata</code>
table. The Master uses these records,
combined with the local Accumulo table that the WAL was used with, to create
records
in the <code class="highlighter-rouge">replication</code> 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 @@
</description>
<link>https://accumulo.apache.org/</link>
<atom:link href="https://accumulo.apache.org/feed.xml" rel="self"
type="application/rss+xml"/>
- <pubDate>Tue, 11 Jun 2019 15:54:18 -0400</pubDate>
- <lastBuildDate>Tue, 11 Jun 2019 15:54:18 -0400</lastBuildDate>
+ <pubDate>Tue, 11 Jun 2019 16:34:36 -0400</pubDate>
+ <lastBuildDate>Tue, 11 Jun 2019 16:34:36 -0400</lastBuildDate>
<generator>Jekyll v3.8.5</generator>
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"
},