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 2017/01/04 20:13:57 UTC

[5/5] accumulo-website git commit: Jekyll build from master:7676fd5

Jekyll build from master:7676fd5

ACCUMULO-4547 Fix broken links on website


Project: http://git-wip-us.apache.org/repos/asf/accumulo-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo-website/commit/206ddcd6
Tree: http://git-wip-us.apache.org/repos/asf/accumulo-website/tree/206ddcd6
Diff: http://git-wip-us.apache.org/repos/asf/accumulo-website/diff/206ddcd6

Branch: refs/heads/asf-site
Commit: 206ddcd605ab58115d4cc5fef39e98385af0e540
Parents: 8b3fcb2
Author: Christopher Tubbs <ct...@apache.org>
Authored: Wed Jan 4 15:13:07 2017 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Wed Jan 4 15:13:07 2017 -0500

----------------------------------------------------------------------
 feed.xml                          | 10 +++++-----
 release/accumulo-1.8.0/index.html |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/206ddcd6/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index 0c3a95d..a3b1a56 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>Wed, 04 Jan 2017 15:12:25 -0500</pubDate>
-    <lastBuildDate>Wed, 04 Jan 2017 15:12:25 -0500</lastBuildDate>
+    <pubDate>Wed, 04 Jan 2017 15:13:01 -0500</pubDate>
+    <lastBuildDate>Wed, 04 Jan 2017 15:13:01 -0500</lastBuildDate>
     <generator>Jekyll v3.3.1</generator>
     
       <item>
@@ -942,7 +942,7 @@ refactor.&lt;/p&gt;
 &lt;h3 id=&quot;user-level-api-for-rfile&quot;&gt;User level API for RFile&lt;/h3&gt;
 
 &lt;p&gt;Previously the only public API available to write RFiles was via the AccumuloFileOutputFormat. There was no way to read RFiles in the public
-API. &lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4165&quot;&gt;ACCUMULO-4165&lt;/a&gt; exposes a brand new public &lt;a href=&quot;../1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.html&quot;&gt;API&lt;/a&gt; for reading and writing RFiles as well as cleans up some of the internal APIs.&lt;/p&gt;
+API. &lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4165&quot;&gt;ACCUMULO-4165&lt;/a&gt; exposes a brand new public &lt;a href=&quot;/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.html&quot;&gt;API&lt;/a&gt; for reading and writing RFiles as well as cleans up some of the internal APIs.&lt;/p&gt;
 
 &lt;h3 id=&quot;suspend-tablet-assignment-for-rolling-restarts&quot;&gt;Suspend Tablet assignment for rolling restarts&lt;/h3&gt;
 
@@ -991,7 +991,7 @@ in the sample, then this sampler would be configured to hash+mod the row.   Then
 selected for the sample, all of its columns and all of its updates will be in the sample data.
 Another scenario is one in which a document id is in the column qualifier.  In this scenario, one
 would either want all data related to a document in the sample data or none.  To achieve this, the
-sample could be configured to hash+mod on the column qualifier.  See the sample &lt;a href=&quot;../1.8/examples/sample&quot;&gt;Readme
+sample could be configured to hash+mod on the column qualifier.  See the sample &lt;a href=&quot;/1.8/examples/sample&quot;&gt;Readme
 example&lt;/a&gt; and javadocs on the new APIs for more information.&lt;/p&gt;
 
 &lt;p&gt;For sampling to work, all tablets scanned must have pre-generated sample data that was generated in
@@ -1017,7 +1017,7 @@ in multi-node production deployments. &lt;a href=&quot;https://issues.apache.org
 which can be used to simulate common issues with Iterators that only appear in production deployments. This test
 harness can be used directly by users as a supplemental tool to unit tests and integration tests with MiniAccumuloCluster.&lt;/p&gt;
 
-&lt;p&gt;Please see the &lt;a href=&quot;../1.8/accumulo_user_manual.html#_iterator_testing&quot;&gt;Accumulo User Manual chapter on Iterator Testing&lt;/a&gt; for more information&lt;/p&gt;
+&lt;p&gt;Please see the &lt;a href=&quot;/1.8/accumulo_user_manual.html#_iterator_testing&quot;&gt;Accumulo User Manual chapter on Iterator Testing&lt;/a&gt; for more information&lt;/p&gt;
 
 &lt;h3 id=&quot;default-port-for-monitor-changed-to-9995&quot;&gt;Default port for Monitor changed to 9995&lt;/h3&gt;
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/206ddcd6/release/accumulo-1.8.0/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.8.0/index.html b/release/accumulo-1.8.0/index.html
index ec451fc..1885fc7 100644
--- a/release/accumulo-1.8.0/index.html
+++ b/release/accumulo-1.8.0/index.html
@@ -185,7 +185,7 @@ refactor.</p>
 <h3 id="user-level-api-for-rfile">User level API for RFile</h3>
 
 <p>Previously the only public API available to write RFiles was via the AccumuloFileOutputFormat. There was no way to read RFiles in the public
-API. <a href="https://issues.apache.org/jira/browse/ACCUMULO-4165">ACCUMULO-4165</a> exposes a brand new public <a href="../1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.html">API</a> for reading and writing RFiles as well as cleans up some of the internal APIs.</p>
+API. <a href="https://issues.apache.org/jira/browse/ACCUMULO-4165">ACCUMULO-4165</a> exposes a brand new public <a href="/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.html">API</a> for reading and writing RFiles as well as cleans up some of the internal APIs.</p>
 
 <h3 id="suspend-tablet-assignment-for-rolling-restarts">Suspend Tablet assignment for rolling restarts</h3>
 
@@ -234,7 +234,7 @@ in the sample, then this sampler would be configured to hash+mod the row.   Then
 selected for the sample, all of its columns and all of its updates will be in the sample data.
 Another scenario is one in which a document id is in the column qualifier.  In this scenario, one
 would either want all data related to a document in the sample data or none.  To achieve this, the
-sample could be configured to hash+mod on the column qualifier.  See the sample <a href="../1.8/examples/sample">Readme
+sample could be configured to hash+mod on the column qualifier.  See the sample <a href="/1.8/examples/sample">Readme
 example</a> and javadocs on the new APIs for more information.</p>
 
 <p>For sampling to work, all tablets scanned must have pre-generated sample data that was generated in
@@ -260,7 +260,7 @@ in multi-node production deployments. <a href="https://issues.apache.org/jira/br
 which can be used to simulate common issues with Iterators that only appear in production deployments. This test
 harness can be used directly by users as a supplemental tool to unit tests and integration tests with MiniAccumuloCluster.</p>
 
-<p>Please see the <a href="../1.8/accumulo_user_manual.html#_iterator_testing">Accumulo User Manual chapter on Iterator Testing</a> for more information</p>
+<p>Please see the <a href="/1.8/accumulo_user_manual.html#_iterator_testing">Accumulo User Manual chapter on Iterator Testing</a> for more information</p>
 
 <h3 id="default-port-for-monitor-changed-to-9995">Default port for Monitor changed to 9995</h3>