You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2020/01/17 06:17:09 UTC

[accumulo-website] branch asf-staging updated: Jekyll build from master:23b9616

This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new d96f3de  Jekyll build from master:23b9616
d96f3de is described below

commit d96f3de6760fa4bf87f78e9af477276cebe7ed32
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Fri Jan 17 01:15:59 2020 -0500

    Jekyll build from master:23b9616
    
    Add .asf.yaml to auto-build and stage site
---
 .asf.yaml                                | 24 ++++++++++++++++++++++++
 docs/2.x/getting-started/quickstart.html | 10 +++++-----
 feed.xml                                 |  4 ++--
 search_data.json                         |  2 +-
 4 files changed, 32 insertions(+), 8 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..74795e5
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,24 @@
+
+staging:
+  profile: ~
+  whoami:  asf-staging
+
+publish:
+  whoami:  asf-site
+
+github:
+  description: "Apache Accumulo website"
+  homepage: https://accumulo.apache.org/
+  labels:
+    - accumulo
+    - big-data
+    - asf-site
+  features:
+    wiki: false
+    issues: true
+    projects: true
+
+jekyll:
+  whoami: master
+  target: asf-staging
+
diff --git a/docs/2.x/getting-started/quickstart.html b/docs/2.x/getting-started/quickstart.html
index db7b5a8..e1b09a0 100644
--- a/docs/2.x/getting-started/quickstart.html
+++ b/docs/2.x/getting-started/quickstart.html
@@ -469,7 +469,7 @@ properly for Accumulo. Please see the <a href="/docs/2.x/administration/erasure-
 <p>The primary configuration files for Accumulo are <a href="/docs/2.x/configuration/files#accumuloproperties">accumulo.properties</a>, <a href="/docs/2.x/configuration/files#accumulo-envsh">accumulo-env.sh</a>,
 and <a href="/docs/2.x/configuration/files#accumulo-clientproperties">accumulo-client.properties</a> which are located in the <code class="highlighter-rouge">conf/</code> directory.</p>
 
-<p>The <a href="/docs/2.x/configuration/files#accumuloproperties">accumulo.properties</a> file configures Accumulo server processes (i.e tablet server, master,
+<p>The <a href="/docs/2.x/configuration/files#accumuloproperties">accumulo.properties</a> file configures Accumulo server processes (i.e. tablet server, master,
 monitor, etc). Follow these steps to set it up:</p>
 
 <ol>
@@ -497,7 +497,7 @@ from the default. This value should match on all servers.</p>
   <li>
     <p>Set <code class="highlighter-rouge">HADOOP_HOME</code> and <code class="highlighter-rouge">ZOOKEEPER_HOME</code> to the location of your Hadoop and Zookeeper
 installations. Accumulo will use these locations to find Hadoop and Zookeeper jars and add
-them to your <code class="highlighter-rouge">CLASSPATH</code> variable. If you you are running a vendor-specific release of
+them to your <code class="highlighter-rouge">CLASSPATH</code> variable. If you are running a vendor-specific release of
 Hadoop or Zookeeper, you may need to modify how the <code class="highlighter-rouge">CLASSPATH</code> variable is built in
 <a href="/docs/2.x/configuration/files#accumulo-envsh">accumulo-env.sh</a>. If Accumulo has problems loading classes when you start it, run 
 <code class="highlighter-rouge">accumulo classpath</code> to print Accumulo’s classpath.</p>
@@ -570,7 +570,7 @@ and HDFS.  The following command will do this.</p>
 
 <ul>
   <li><strong>Instance name</strong> : This is the name of the Accumulo instance and its
-Accumulo clients need to know it inorder to connect.</li>
+Accumulo clients need to know it in order to connect.</li>
   <li><strong>Root password</strong> : Initialization sets up an initial Accumulo root user and
 prompts for its password.  This information will be needed to later connect
 to Accumulo.</li>
@@ -588,7 +588,7 @@ will not redirect stderr/stdout. Useful for creating init.d scripts that run Acc
   <li>
     <p>Run Accumulo processes as services using <code class="highlighter-rouge">accumulo-service</code> which uses <code class="highlighter-rouge">accumulo</code>
 command but backgrounds processes, redirects stderr/stdout and manages pid files.
-Useful if you are using a cluster management tool (i.e Ansible, Salt, etc).</p>
+Useful if you are using a cluster management tool (i.e. Ansible, Salt, etc).</p>
   </li>
   <li>
     <p>Run an Accumulo cluster on one or more nodes using <code class="highlighter-rouge">accumulo-cluster</code> (which
@@ -626,7 +626,7 @@ to be created. Use the command below to create them:</p>
 <p>This creates five files (<a href="/docs/2.x/configuration/files#masters">masters</a>, <a href="/docs/2.x/configuration/files#gc">gc</a>, <a href="/docs/2.x/configuration/files#monitor">monitor</a>, <a href="/docs/2.x/configuration/files#tservers">tservers</a>, &amp; <a href="/docs/2.x/configuration/files#tracers">tracers</a>)
 in the <code class="highlighter-rouge">conf/</code> directory that contain the node names where Accumulo services
 are run on your cluster. By default, all files are configured to <code class="highlighter-rouge">localhost</code>. If
-you are running a single-node Accumulo cluster, theses files do not need to be
+you are running a single-node Accumulo cluster, these files do not need to be
 changed and the next section should be skipped.</p>
 
 <h4 id="multi-node-configuration">Multi-node configuration</h4>
diff --git a/feed.xml b/feed.xml
index ce7d3cf..7897cbb 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>Thu, 09 Jan 2020 23:45:28 -0500</pubDate>
-    <lastBuildDate>Thu, 09 Jan 2020 23:45:28 -0500</lastBuildDate>
+    <pubDate>Fri, 17 Jan 2020 01:15:55 -0500</pubDate>
+    <lastBuildDate>Fri, 17 Jan 2020 01:15:55 -0500</lastBuildDate>
     <generator>Jekyll v4.0.0</generator>
     
     
diff --git a/search_data.json b/search_data.json
index 44b7387..bbdd783 100644
--- a/search_data.json
+++ b/search_data.json
@@ -177,7 +177,7 @@
   
     "docs-2-x-getting-started-quickstart": {
       "title": "Quick Start",
-      "content"	 : "This quick start provides basic instructions for installing and running Accumulo. For detailed instructions,see the in-depth installation guide.Consider using automated toolsIf you are setting up Accumulo for testing or development, consider using the following tools:  Uno sets up Accumulo on a single machine for development  Muchos sets up Accumulo on a cluster (optionally launched in Amazon EC2 and Microsoft Azure VM)If you are setting up Accumulo for a production e [...]
+      "content"	 : "This quick start provides basic instructions for installing and running Accumulo. For detailed instructions,see the in-depth installation guide.Consider using automated toolsIf you are setting up Accumulo for testing or development, consider using the following tools:  Uno sets up Accumulo on a single machine for development  Muchos sets up Accumulo on a cluster (optionally launched in Amazon EC2 and Microsoft Azure VM)If you are setting up Accumulo for a production e [...]
       "url": " /docs/2.x/getting-started/quickstart",
       "categories": "getting-started"
     },