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 <[email protected]> Authored: Wed Jan 4 15:13:07 2017 -0500 Committer: Christopher Tubbs <[email protected]> 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.</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> @@ -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 <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 @@ -1017,7 +1017,7 @@ in multi-node production deployments. <a href="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.</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> 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>
