This is an automated email from the ASF dual-hosted git repository. mwalch 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 2917175 Jekyll build from master:433d384 2917175 is described below commit 2917175519ebbe838f19816aa44d87c3327d031d Author: Mike Walch <mwa...@apache.org> AuthorDate: Fri Nov 16 13:51:52 2018 -0500 Jekyll build from master:433d384 Improve table durability docs (#131) --- docs/2.x/getting-started/clients.html | 9 ++++++++- feed.xml | 4 ++-- redirects.json | 2 +- search_data.json | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/docs/2.x/getting-started/clients.html b/docs/2.x/getting-started/clients.html index 0212bec..f18fc05 100644 --- a/docs/2.x/getting-started/clients.html +++ b/docs/2.x/getting-started/clients.html @@ -647,7 +647,14 @@ These levels are:</p> <p>Durability can be set in multiple ways:</p> <ol> - <li>The default durability of a table can be set in the Accumulo shell</li> + <li>The default durability of all tables can be set using <a href="/docs/2.x/configuration/server-properties#table_durability">table.durability</a>. + <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code> root@uno> config -s table.durability=flush +</code></pre></div> </div> + </li> + <li>The default durability of a table can be overriden by setting <a href="/docs/2.x/configuration/server-properties#table_durability">table.durability</a> for that table. + <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code> root@uno> config -t mytable -s table.durability=sync +</code></pre></div> </div> + </li> <li>When creating a <a href="https://static.javadoc.io/org.apache.accumulo/accumulo-core/2.0.0-alpha-1/org/apache/accumulo/core/client/AccumuloClient.html">AccumuloClient</a>, the default durability can be overridden using <code class="highlighter-rouge">withBatchWriterConfig()</code> or by setting <a href="/docs/2.x/configuration/client-properties#batch_writer_durability">batch.writer.durability</a> in <a href="/docs/2.x/configuration/files#accumulo-clientproperties">accumulo-client.properties</a>.</li> <li> diff --git a/feed.xml b/feed.xml index 829ee40..29b3e03 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, 15 Nov 2018 17:55:41 -0500</pubDate> - <lastBuildDate>Thu, 15 Nov 2018 17:55:41 -0500</lastBuildDate> + <pubDate>Fri, 16 Nov 2018 13:51:44 -0500</pubDate> + <lastBuildDate>Fri, 16 Nov 2018 13:51:44 -0500</lastBuildDate> <generator>Jekyll v3.7.3</generator> diff --git a/redirects.json b/redirects.json index 38538e9..87ee136 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 880a153..43c4e55 100644 --- a/search_data.json +++ b/search_data.json @@ -135,7 +135,7 @@ "docs-2-x-getting-started-clients": { "title": "Accumulo Clients", - "content" : "Creating Client CodeIf you are using Maven to create Accumulo client code, add the following dependency to your pom:&lt;dependency&gt; &lt;groupId&gt;org.apache.accumulo&lt;/groupId&gt; &lt;artifactId&gt;accumulo-core&lt;/artifactId&gt; &lt;version&gt;2.0.0-alpha-1&lt;/version&gt;&lt;/dependency&gt;When writing code that uses Accumulo, only use the Accumulo Public API.The accumulo-core artifact include [...] + "content" : "Creating Client CodeIf you are using Maven to create Accumulo client code, add the following dependency to your pom:&lt;dependency&gt; &lt;groupId&gt;org.apache.accumulo&lt;/groupId&gt; &lt;artifactId&gt;accumulo-core&lt;/artifactId&gt; &lt;version&gt;2.0.0-alpha-1&lt;/version&gt;&lt;/dependency&gt;When writing code that uses Accumulo, only use the Accumulo Public API.The accumulo-core artifact include [...] "url": " /docs/2.x/getting-started/clients", "categories": "getting-started" },