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 237d50f  Jekyll build from master:0737319
237d50f is described below

commit 237d50f311063aaa84557c343c323fff3209816e
Author: Christopher Tubbs <[email protected]>
AuthorDate: Tue Aug 29 18:10:17 2017 -0400

    Jekyll build from master:0737319
    
    ACCUMULO-4698 Update git repo links for gitbox
---
 blog/2015/03/20/balancing-groups-of-tablets.html |  4 ++--
 contributor/contrib-projects.html                |  8 ++++----
 contributor/git.html                             |  2 +-
 contributor/source.html                          | 16 ++++++++--------
 contributor/versioning.html                      |  2 +-
 doap_Accumulo.rdf                                |  4 ++--
 feed.xml                                         |  4 ++--
 7 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/blog/2015/03/20/balancing-groups-of-tablets.html 
b/blog/2015/03/20/balancing-groups-of-tablets.html
index e914bd9..e4c76a7 100644
--- a/blog/2015/03/20/balancing-groups-of-tablets.html
+++ b/blog/2015/03/20/balancing-groups-of-tablets.html
@@ -163,14 +163,14 @@
 <p><img src="/images/blog/201503_balancer/figure1.png" alt="figure1" />
 <em>Figure 1</em></p>
 
-<p>[ACCUMULO-3439][accumulo-3949] remedied this situation with the 
introduction of the <a 
href="https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blob;f=server/base/src/main/java/org/apache/accumulo/server/master/balancer/GroupBalancer.java;hb=b0815affade66ab04ca27b6fc3abaac400097469";>GroupBalancer</a>
 and <a 
href="https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blob;f=server/base/src/main/java/org/apache/accumulo/server/master/balancer/RegexGroupBalancer.java;hb=51fbfaf0
 [...]
+<p>[ACCUMULO-3439][accumulo-3949] remedied this situation with the 
introduction of the <a 
href="https://gitbox.apache.org/repos/asf?p=accumulo.git;a=blob;f=server/base/src/main/java/org/apache/accumulo/server/master/balancer/GroupBalancer.java;hb=b0815affade66ab04ca27b6fc3abaac400097469";>GroupBalancer</a>
 and <a 
href="https://gitbox.apache.org/repos/asf?p=accumulo.git;a=blob;f=server/base/src/main/java/org/apache/accumulo/server/master/balancer/RegexGroupBalancer.java;hb=51fbfaf0a52dc89e
 [...]
 
 <p>A GroupBalancer could be configured for the table in figure 1 in such a way 
that it grouped tablets by level. If this were done, the result may look like 
Figure 2 below. With this tablet to tablet server mapping, many threads reading 
from level 2 and writing data up to level 1 would utilize all of the tablet 
servers yielding better performance.</p>
 
 <p><img src="/images/blog/201503_balancer/figure2.png" alt="figure2" />
 <em>Figure 2</em></p>
 
-<p><a 
href="https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blob;f=docs/src/main/resources/examples/README.rgbalancer;hb=51fbfaf0a52dc89e8294c86c30164fb94c9f644c";>README.rgbalancer</a>
 provides a good example of configuring and using the RegexGroupBalancer. If a 
regular expression can not accomplish the needed grouping, then a grouping 
function can be written in Java. Extend GroupBalancer to write a grouping 
function in java. RegexGroupBalancer provides a good example of how to  [...]
+<p><a 
href="https://gitbox.apache.org/repos/asf?p=accumulo.git;a=blob;f=docs/src/main/resources/examples/README.rgbalancer;hb=51fbfaf0a52dc89e8294c86c30164fb94c9f644c";>README.rgbalancer</a>
 provides a good example of configuring and using the RegexGroupBalancer. If a 
regular expression can not accomplish the needed grouping, then a grouping 
function can be written in Java. Extend GroupBalancer to write a grouping 
function in java. RegexGroupBalancer provides a good example of how to do t 
[...]
 
 <p>When using a GroupBalancer, how Accumulo automatically splits tablets must 
be kept in mind. When Accumulo decides to split a tablet, it chooses the 
shortest possible row prefix from the tablet data that yields a good split 
point. Therefore its possible that a split point that is shorter than what is 
expected by a GroupBalancer could be chosen. The best way to avoid this 
situation is to pre-split the table such that it precludes this possibility.</p>
 
diff --git a/contributor/contrib-projects.html 
b/contributor/contrib-projects.html
index abc5863..3b72cd6 100644
--- a/contributor/contrib-projects.html
+++ b/contributor/contrib-projects.html
@@ -167,7 +167,7 @@ documentation for the individual project.</p>
 up an Accumulo process in memory.</p>
 
 <p>The Apache Accumulo Instamo Archetype uses <a 
href="http://git-scm.com";>Git</a> version control
-(<a 
href="https://git-wip-us.apache.org/repos/asf?p=accumulo-instamo-archetype.git;a=summary";>browse</a>|<a
 
href="https://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype.git";>checkout</a>).
 It builds with <a href="https://maven.apache.org";>Apache
+(<a 
href="https://gitbox.apache.org/repos/asf?p=accumulo-instamo-archetype.git;a=summary";>browse</a>|<a
 
href="https://gitbox.apache.org/repos/asf/accumulo-instamo-archetype.git";>checkout</a>).
 It builds with <a href="https://maven.apache.org";>Apache
 Maven</a>. See the section <a href="#contributing-to-contrib">Contributing to 
Contrib</a> for
 instructions on submitting issues and patches.</p>
 
@@ -182,7 +182,7 @@ familiar with good development practices building on 
Accumulo.</p>
 where you can also read an overview and some performance numbers.</p>
 
 <p>The Apache Accumulo Wikisearch Example uses <a 
href="http://git-scm.com";>Git</a> version control
-(<a 
href="https://git-wip-us.apache.org/repos/asf?p=accumulo-wikisearch.git;a=summary";>browse</a>|<a
 
href="https://git-wip-us.apache.org/repos/asf/accumulo-wikisearch.git";>checkout</a>).
 It builds with
+(<a 
href="https://gitbox.apache.org/repos/asf?p=accumulo-wikisearch.git;a=summary";>browse</a>|<a
 
href="https://gitbox.apache.org/repos/asf/accumulo-wikisearch.git";>checkout</a>).
 It builds with
 <a href="https://maven.apache.org";>Apache Maven</a>. See the section <a 
href="#contributing-to-contrib">Contributing to Contrib</a> for
 instructions on submitting issues and patches.</p>
 
@@ -193,7 +193,7 @@ algorithms</a> implemented via <a 
href="https://hama.apache.org";>Apache Hama</a>
 in Accumulo.</p>
 
 <p>The Apache Accumulo BSP implementation uses <a 
href="http://git-scm.com";>Git</a> version control
-(<a 
href="https://git-wip-us.apache.org/repos/asf?p=accumulo-bsp.git;a=summary";>browse</a>|<a
 href="https://git-wip-us.apache.org/repos/asf/accumulo-bsp.git";>checkout</a>). 
 It builds with <a href="https://maven.apache.org";>Apache
+(<a 
href="https://gitbox.apache.org/repos/asf?p=accumulo-bsp.git;a=summary";>browse</a>|<a
 href="https://gitbox.apache.org/repos/asf/accumulo-bsp.git";>checkout</a>).  It 
builds with <a href="https://maven.apache.org";>Apache
 Maven</a>. See the section <a href="#contributing-to-contrib">Contributing to 
Contrib</a> for
 instructions on submitting issues and patches.</p>
 
@@ -211,7 +211,7 @@ list</a> for <a 
href="&#109;&#097;&#105;&#108;&#116;&#111;:&#100;&#101;&#118;&#0
 
 <p>If an example application only makes use of a single Accumulo feature, it is
 probably better off as an Accumulo version-specific example. You can see
-several of these demonstrative applications in the <a 
href="https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=tree;f=examples/simple;";>simple
 example
+several of these demonstrative applications in the <a 
href="https://gitbox.apache.org/repos/asf?p=accumulo-examples.git;a=summary";>simple
 example
 codebase</a> and the related published documentation for versions
 <a href="1.7/examples">1.7</a> and <a href="1.6/examples">1.6</a>.</p>
 
diff --git a/contributor/git.html b/contributor/git.html
index aa2f69f..cc73a9b 100644
--- a/contributor/git.html
+++ b/contributor/git.html
@@ -259,7 +259,7 @@ Jira issue ACCUMULO-12345 that affects 1.5.0 release.</p>
   <li>
     <p>Clone the Accumulo repository:</p>
 
-    <p><code class="highlighter-rouge">git clone 
https://git-wip-us.apache.org/repos/asf/accumulo.git accumulo</code></p>
+    <p><code class="highlighter-rouge">git clone 
https://gitbox.apache.org/repos/asf/accumulo.git accumulo</code></p>
   </li>
   <li>
     <p>or update your local copy:</p>
diff --git a/contributor/source.html b/contributor/source.html
index 399452c..e4ef168 100644
--- a/contributor/source.html
+++ b/contributor/source.html
@@ -149,7 +149,7 @@
           <div class="panel panel-default pull-right">
 <div class="panel-heading">Quick Links</div>
 <div class="list-group">
-<a href="https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=summary"; 
class="list-group-item"><i class="fa fa-external-link"></i> Accumulo source</a>
+<a href="https://gitbox.apache.org/repos/asf?p=accumulo.git;a=summary"; 
class="list-group-item"><i class="fa fa-external-link"></i> Accumulo source</a>
 <a href="https://builds.apache.org/job/Accumulo-Master"; 
class="list-group-item"><i class="fa fa-external-link"></i> Master build on 
Jenkins</a>
 <a href="https://issues.apache.org/jira/browse/ACCUMULO"; 
class="list-group-item"><i class="fa fa-external-link"></i> Accumulo JIRA</a>
 </div>
@@ -160,9 +160,9 @@
 <h3 id="apache-accumulo">Apache Accumulo</h3>
 
 <p>Apache Accumulo® source code is maintained using <a 
href="https://git-scm.com";>Git</a> version control
-(<a 
href="https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=summary";>browse</a>|<a
 href="git://git.apache.org/accumulo.git">checkout</a>).  It builds with <a 
href="https://maven.apache.org";>Apache Maven</a>.</p>
+(<a 
href="https://gitbox.apache.org/repos/asf?p=accumulo.git;a=summary";>browse</a>|<a
 href="git://git.apache.org/accumulo.git">checkout</a>).  It builds with <a 
href="https://maven.apache.org";>Apache Maven</a>.</p>
 
-<p>Instructions for configuring git are <a 
href="https://git-wip-us.apache.org";>here</a>.</p>
+<p>Instructions for configuring git are <a 
href="https://gitbox.apache.org";>here</a>.</p>
 
 <h3 id="contrib-projects">Contrib Projects</h3>
 
@@ -171,7 +171,7 @@
 <h3 id="website">Website</h3>
 
 <p>Accumulo’s web site is developed using <a 
href="https://jekyllrb.com";>Jekyll</a>. Development is
-performed by editing the contents of the <a 
href="https://git-wip-us.apache.org/repos/asf?p=accumulo-website.git;a=tree;h=master";>accumulo-website
 master</a> branch, either
+performed by editing the contents of the <a 
href="https://gitbox.apache.org/repos/asf?p=accumulo-website.git;a=tree;h=master";>accumulo-website
 master</a> branch, either
 directly by a committer, with a pull request to <a 
href="https://github.com/apache/accumulo";>GitHub</a>, or a patch
 submitted to <a 
href="https://issues.apache.org/jira/browse/ACCUMULO";>JIRA</a>. The rendered 
site can be previewed locally and
 the rendered site (in the <code class="highlighter-rouge">_site</code> 
directory) will be merged into the <code 
class="highlighter-rouge">asf-site</code>
@@ -218,7 +218,7 @@ bundle install
 <p>For preview convenience and consistent builds and testing, build using a
 version which looks the same locally and on GitHub.</p>
 
-<p>A <a 
href="https://git-wip-us.apache.org/repos/asf?p=accumulo-website.git;a=blob_plain;f=_devtools/git-hooks/post-commit;hb=master";>post-commit
 hook</a> is available for you to automatically create a
+<p>A <a 
href="https://gitbox.apache.org/repos/asf?p=accumulo-website.git;a=blob_plain;f=_devtools/git-hooks/post-commit;hb=master";>post-commit
 hook</a> is available for you to automatically create a
 commit in the <code class="highlighter-rouge">asf-site</code> branch locally 
each time you commit to the <code class="highlighter-rouge">master</code>
 branch. You can also run this command manually:</p>
 
@@ -249,7 +249,7 @@ need to install or modify the Thrift definitions as a part 
of developing against
 
 <p>To check out the code:</p>
 
-<div class="highlighter-rouge"><pre class="highlight"><code>git clone 
https://git-wip-us.apache.org/repos/asf/accumulo.git
+<div class="highlighter-rouge"><pre class="highlight"><code>git clone 
https://gitbox.apache.org/repos/asf/accumulo.git
 </code></pre>
 </div>
 
@@ -257,7 +257,7 @@ need to install or modify the Thrift definitions as a part 
of developing against
 
 <p>Accumulo uses  <a href="https://maven.apache.org";>Apache Maven</a> to 
handle source building, testing, and packaging. To build Accumulo, you will 
need to use Maven version 3.0.5 or later.</p>
 
-<p>You should familiarize yourself with the <a 
href="https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle";>Maven
 Build Lifecycle</a>, as well as the various plugins we use in our <a 
href="https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blob_plain;f=pom.xml;hb=HEAD";>POM</a>,
 in order to understand how Maven works and how to use the various build 
options while building Accumulo.</p>
+<p>You should familiarize yourself with the <a 
href="https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle";>Maven
 Build Lifecycle</a>, as well as the various plugins we use in our <a 
href="https://gitbox.apache.org/repos/asf?p=accumulo.git;a=blob_plain;f=pom.xml;hb=HEAD";>POM</a>,
 in order to understand how Maven works and how to use the various build 
options while building Accumulo.</p>
 
 <p>To build from source (for example, to deploy):</p>
 
@@ -387,7 +387,7 @@ nothing to commit (working directory clean)
 <h4 id="eclipse">Eclipse</h4>
 
 <ul>
-  <li>Download Eclipse <a 
href="https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=tree;f=contrib;hb=HEAD";>formatting
 and style guides for Accumulo</a>.</li>
+  <li>Download Eclipse <a 
href="https://gitbox.apache.org/repos/asf?p=accumulo.git;a=tree;f=contrib;hb=HEAD";>formatting
 and style guides for Accumulo</a>.</li>
   <li>Import Formatter: Preferences &gt; Java &gt; Code Style &gt;  Formatter 
and import the Eclipse-Accumulo-Codestyle.xml downloaded in the previous 
step.</li>
   <li>Import Template: Preferences &gt; Java &gt; Code Style &gt; Code 
Templates and import the Eclipse-Accumulo-Template.xml. Make sure to check the 
“Automatically add comments” box. This template adds the ASF header and so on 
for new code.</li>
 </ul>
diff --git a/contributor/versioning.html b/contributor/versioning.html
index 41e16f6..dbfa00d 100644
--- a/contributor/versioning.html
+++ b/contributor/versioning.html
@@ -151,7 +151,7 @@
           <p>The Apache Accumulo PMC closed a vote on 2014/12/12 which adopted 
<a href="http://semver.org/spec/v2.0.0";>Semantic Versioning 2.0.0</a> as
 the reference document on the meaning and requirements of the versions of 
Apache Accumulo. Semantic
 versioning requires a definition of a public API: this definition is unchanged 
over previous releases and
-can be found in section 9 of the <a 
href="https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blob;f=README.md;hb=refs/heads/master";>README</a>.
 A copy of the specification is included here, licensed under
+can be found in section 9 of the <a 
href="https://gitbox.apache.org/repos/asf?p=accumulo.git;a=blob;f=README.md;hb=refs/heads/master";>README</a>.
 A copy of the specification is included here, licensed under
 <a href="https://creativecommons.org/licenses/by/3.0";>Creative Commons - CC BY 
3.0</a>:</p>
 
 <h2 id="specification">Specification</h2>
diff --git a/doap_Accumulo.rdf b/doap_Accumulo.rdf
index bc4824e..a958572 100644
--- a/doap_Accumulo.rdf
+++ b/doap_Accumulo.rdf
@@ -217,8 +217,8 @@
     </release>
     <repository>
       <GitRepository>
-        <location 
rdf:resource="https://git-wip-us.apache.org/repos/asf/accumulo.git"/>
-        <browse 
rdf:resource="https://git-wip-us.apache.org/repos/asf?p=accumulo.git"/>
+        <location 
rdf:resource="https://gitbox.apache.org/repos/asf/accumulo.git"/>
+        <browse 
rdf:resource="https://gitbox.apache.org/repos/asf?p=accumulo.git"/>
       </GitRepository>
     </repository>
     <maintainer>
diff --git a/feed.xml b/feed.xml
index 83a433d..3340f7e 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>Mon, 07 Aug 2017 17:41:16 -0400</pubDate>
-    <lastBuildDate>Mon, 07 Aug 2017 17:41:16 -0400</lastBuildDate>
+    <pubDate>Tue, 29 Aug 2017 18:10:08 -0400</pubDate>
+    <lastBuildDate>Tue, 29 Aug 2017 18:10:08 -0400</lastBuildDate>
     <generator>Jekyll v3.3.1</generator>
     
       <item>

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to