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

git-site-role 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 8309a62e3 Automatic Site Publish by Buildbot
8309a62e3 is described below

commit 8309a62e380ec1afe16126c8b58a7adf074f76f0
Author: buildbot <[email protected]>
AuthorDate: Fri Jul 18 18:20:33 2025 +0000

    Automatic Site Publish by Buildbot
---
 output/Dockerfile                              | 2 +-
 output/docs/2.x/troubleshooting/zookeeper.html | 8 ++++----
 output/docs/4.x/troubleshooting/zookeeper.html | 8 ++++----
 output/feed.xml                                | 4 ++--
 output/search_data.json                        | 2 +-
 5 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/output/Dockerfile b/output/Dockerfile
index 86c4b3a56..e35a03dc0 100644
--- a/output/Dockerfile
+++ b/output/Dockerfile
@@ -32,4 +32,4 @@ ENV PORT=4000
 EXPOSE $PORT
 
 # Configure the default command to build from the mounted repository.
-CMD bundle exec jekyll serve -H $HOST -P $PORT
+CMD ["sh", "-c", "bundle exec jekyll serve -H ${HOST} -P ${PORT}"]
diff --git a/output/docs/2.x/troubleshooting/zookeeper.html 
b/output/docs/2.x/troubleshooting/zookeeper.html
index e14df5f52..c99a27e53 100644
--- a/output/docs/2.x/troubleshooting/zookeeper.html
+++ b/output/docs/2.x/troubleshooting/zookeeper.html
@@ -409,7 +409,7 @@
 
 <p>Accumulo requires full access to nodes in ZooKeeper under the /accumulo 
path.  The ACLs can be examined using the
 ZooKeeper cli <code class="language-plaintext highlighter-rouge">getAcl</code> 
and modified with <code class="language-plaintext 
highlighter-rouge">setAcl</code> commands.  With 2.1.1, the zoo-info-viewer 
utility has an option
-that will print all of the ACLs for the nodes under <code 
class="language-plaintext highlighter-rouge">/accumulo/[INSTANCE_ID]</code> 
(See [zoo-info-viewer]).<br />
+that will print all of the ACLs for the nodes under <code 
class="language-plaintext highlighter-rouge">/accumulo/[INSTANCE_ID]</code> 
(See <a 
href="/docs/2.x/troubleshooting/tools#mode-print-acls-new-in-211">zoo-info-viewer
 –print-acls</a>).<br />
 To run the utility, only ZooKeeper needs to be running. If hdfs is running, 
the instance id can be read from hdfs, 
 or it can be entered with the zoo-info-viewer command –instanceId option.  
Accumulo management processes 
 <em>do not</em> need to be running. This allows checking the ACLs before 
starting an upgrade.</p>
@@ -417,7 +417,7 @@ or it can be entered with the zoo-info-viewer command 
–instanceId option.  Acc
 <p>The utility also prints the same permissions and user strings as the 
ZooKeeper cli getAcl command, so you can
 fully evaluate the permissions in the context of your needs.</p>
 
-<p>Sample output (See the [zoo-info-viewer] tools documentation for a more 
complete sample):</p>
+<p>Sample output (See the <a 
href="/docs/2.x/troubleshooting/tools#zoo-info-viewer-new-in-21">zoo-info-viewer</a>
 tools documentation for a more complete sample):</p>
 <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>ACCUMULO_OKAY:NOT_PRIVATE 
/accumulo/f491223b-1413-494e-b75a-c2ca018db00f cdrwa:accumulo, r:anyone
 ACCUMULO_OKAY:PRIVATE /accumulo/f491223b-1413-494e-b75a-c2ca018db00f/config 
cdrwa:accumulo
 ERROR_ACCUMULO_MISSING_SOME:NOT_PRIVATE 
/accumulo/f491223b-1413-494e-b75a-c2ca018db00f/users/root/Namespaces 
r:accumulo, r:anyone
@@ -431,7 +431,7 @@ ERROR_ACCUMULO_MISSING_SOME:NOT_PRIVATE 
/accumulo/f491223b-1413-494e-b75a-c2ca01
 <p>Nodes marked with <code class="language-plaintext 
highlighter-rouge">ERROR_ACCUMULO_MISSING_SOME</code> shows that Accumulo does 
not have <code class="language-plaintext highlighter-rouge">cdrwa</code> 
permissions.
 Without full permissions, the upgrade will fail checks. The node permissions 
need to be corrected with the ZooKeeper
 <code class="language-plaintext highlighter-rouge">setAcl</code> command.  If 
you do not have sufficient permissions to change the ACLs on a node, see the 
section 
-below, <a 
href="/docs/2.x/troubleshooting/zookeeper/ACL#errors#during#upgrade">ACL errors 
during upgrade</a>.</p>
+below, <a href="#acl-errors-during-upgrade">ACL errors during upgrade</a>.</p>
 
 <p>Most Accumulo nodes do not contain sensitive data. Allowing unauthenticated 
ZooKeeper client(s) to read values is 
 not unusual in typical deployments. The exception to a permissive read policy 
are the nodes that store configuration 
@@ -441,7 +441,7 @@ restricted to authenticated Accumulo clients.  The tool 
will mark those nodes as
 <p>Allowing users other than authenticated Accumulo clients to write or modify 
nodes is not recommended.</p>
 
 <p>The utility also prints the same permissions and user strings as the 
ZooKeeper cli getAcl command, so you can 
-fully evaluate the permissions in the context of your needs.  See the 
[zoo-info-viewer] tools documentation 
+fully evaluate the permissions in the context of your needs.  See the <a 
href="/docs/2.x/troubleshooting/tools#zoo-info-viewer-new-in-21">zoo-info-viewer</a>
 tools documentation 
 for sample output.</p>
 
 <h2 id="acl-errors-during-upgrade">ACL errors during upgrade</h2>
diff --git a/output/docs/4.x/troubleshooting/zookeeper.html 
b/output/docs/4.x/troubleshooting/zookeeper.html
index 631934c45..0662bdd5b 100644
--- a/output/docs/4.x/troubleshooting/zookeeper.html
+++ b/output/docs/4.x/troubleshooting/zookeeper.html
@@ -413,7 +413,7 @@
 
 <p>Accumulo requires full access to nodes in ZooKeeper under the /accumulo 
path.  The ACLs can be examined using the
 ZooKeeper cli <code class="language-plaintext highlighter-rouge">getAcl</code> 
and modified with <code class="language-plaintext 
highlighter-rouge">setAcl</code> commands.  With 2.1.1, the zoo-info-viewer 
utility has an option
-that will print all of the ACLs for the nodes under <code 
class="language-plaintext highlighter-rouge">/accumulo/[INSTANCE_ID]</code> 
(See [zoo-info-viewer]).<br />
+that will print all of the ACLs for the nodes under <code 
class="language-plaintext highlighter-rouge">/accumulo/[INSTANCE_ID]</code> 
(See <a 
href="/docs/4.x/troubleshooting/tools#mode-print-acls-new-in-211">zoo-info-viewer
 –print-acls</a>).<br />
 To run the utility, only ZooKeeper needs to be running. If hdfs is running, 
the instance id can be read from hdfs, 
 or it can be entered with the zoo-info-viewer command –instanceId option.  
Accumulo management processes 
 <em>do not</em> need to be running. This allows checking the ACLs before 
starting an upgrade.</p>
@@ -421,7 +421,7 @@ or it can be entered with the zoo-info-viewer command 
–instanceId option.  Acc
 <p>The utility also prints the same permissions and user strings as the 
ZooKeeper cli getAcl command, so you can
 fully evaluate the permissions in the context of your needs.</p>
 
-<p>Sample output (See the [zoo-info-viewer] tools documentation for a more 
complete sample):</p>
+<p>Sample output (See the <a 
href="/docs/4.x/troubleshooting/tools#zoo-info-viewer-new-in-21">zoo-info-viewer</a>
 tools documentation for a more complete sample):</p>
 <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>ACCUMULO_OKAY:NOT_PRIVATE 
/accumulo/f491223b-1413-494e-b75a-c2ca018db00f cdrwa:accumulo, r:anyone
 ACCUMULO_OKAY:PRIVATE /accumulo/f491223b-1413-494e-b75a-c2ca018db00f/config 
cdrwa:accumulo
 ERROR_ACCUMULO_MISSING_SOME:NOT_PRIVATE 
/accumulo/f491223b-1413-494e-b75a-c2ca018db00f/users/root/Namespaces 
r:accumulo, r:anyone
@@ -435,7 +435,7 @@ ERROR_ACCUMULO_MISSING_SOME:NOT_PRIVATE 
/accumulo/f491223b-1413-494e-b75a-c2ca01
 <p>Nodes marked with <code class="language-plaintext 
highlighter-rouge">ERROR_ACCUMULO_MISSING_SOME</code> shows that Accumulo does 
not have <code class="language-plaintext highlighter-rouge">cdrwa</code> 
permissions.
 Without full permissions, the upgrade will fail checks. The node permissions 
need to be corrected with the ZooKeeper
 <code class="language-plaintext highlighter-rouge">setAcl</code> command.  If 
you do not have sufficient permissions to change the ACLs on a node, see the 
section 
-below, <a 
href="/docs/4.x/troubleshooting/zookeeper/ACL#errors#during#upgrade">ACL errors 
during upgrade</a>.</p>
+below, <a href="#acl-errors-during-upgrade">ACL errors during upgrade</a>.</p>
 
 <p>Most Accumulo nodes do not contain sensitive data. Allowing unauthenticated 
ZooKeeper client(s) to read values is 
 not unusual in typical deployments. The exception to a permissive read policy 
are the nodes that store configuration 
@@ -445,7 +445,7 @@ restricted to authenticated Accumulo clients.  The tool 
will mark those nodes as
 <p>Allowing users other than authenticated Accumulo clients to write or modify 
nodes is not recommended.</p>
 
 <p>The utility also prints the same permissions and user strings as the 
ZooKeeper cli getAcl command, so you can 
-fully evaluate the permissions in the context of your needs.  See the 
[zoo-info-viewer] tools documentation 
+fully evaluate the permissions in the context of your needs.  See the <a 
href="/docs/4.x/troubleshooting/tools#zoo-info-viewer-new-in-21">zoo-info-viewer</a>
 tools documentation 
 for sample output.</p>
 
 <h2 id="acl-errors-during-upgrade">ACL errors during upgrade</h2>
diff --git a/output/feed.xml b/output/feed.xml
index f34af150f..3aed31da4 100644
--- a/output/feed.xml
+++ b/output/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, 30 Jun 2025 16:58:36 +0000</pubDate>
-    <lastBuildDate>Mon, 30 Jun 2025 16:58:36 +0000</lastBuildDate>
+    <pubDate>Fri, 18 Jul 2025 18:20:25 +0000</pubDate>
+    <lastBuildDate>Fri, 18 Jul 2025 18:20:25 +0000</lastBuildDate>
     <generator>Jekyll v4.3.4</generator>
     
     
diff --git a/output/search_data.json b/output/search_data.json
index 1c487001b..5bd99e61a 100644
--- a/output/search_data.json
+++ b/output/search_data.json
@@ -324,7 +324,7 @@
   
     "docs-2-x-troubleshooting-zookeeper": {
       "title": "ZooKeeper",
-      "content": "ZooKeeper ACLsAccumulo requires full access to nodes in 
ZooKeeper under the /accumulo path.  The ACLs can be examined using 
theZooKeeper cli getAcl and modified with setAcl commands.  With 2.1.1, the 
zoo-info-viewer utility has an optionthat will print all of the ACLs for the 
nodes under /accumulo/[INSTANCE_ID] (See [zoo-info-viewer]).To run the utility, 
only ZooKeeper needs to be running. If hdfs is running, the instance id can be 
read from hdfs, or it can be entered w [...]
+      "content": "ZooKeeper ACLsAccumulo requires full access to nodes in 
ZooKeeper under the /accumulo path.  The ACLs can be examined using 
theZooKeeper cli getAcl and modified with setAcl commands.  With 2.1.1, the 
zoo-info-viewer utility has an optionthat will print all of the ACLs for the 
nodes under /accumulo/[INSTANCE_ID] (See zoo-info-viewer –print-acls).To run 
the utility, only ZooKeeper needs to be running. If hdfs is running, the 
instance id can be read from hdfs, or it can be [...]
       "url": " /docs/2.x/troubleshooting/zookeeper",
       "categories": "troubleshooting"
     },

Reply via email to