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

domgarguilo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 86142261 Fixed broken links (#409)
86142261 is described below

commit 861422615ad671ee50fa7050aa8171fbd31576aa
Author: rsingh433 <74160026+rsingh...@users.noreply.github.com>
AuthorDate: Tue Dec 19 10:10:36 2023 -0500

    Fixed broken links (#409)
    
    * Fixed broken links in in-depth install and upgrading pages
    * Removed irrelevant monitor_port_log4j from in-depth-install and 
server-properties file
    
    ---------
    
    Co-authored-by: Dom G. <domgargu...@apache.org>
---
 _docs-2/administration/in-depth-install.md | 18 ++++++++----------
 _docs-2/administration/upgrading.md        |  2 +-
 2 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/_docs-2/administration/in-depth-install.md 
b/_docs-2/administration/in-depth-install.md
index 81b1f8b1..de0e6c46 100644
--- a/_docs-2/administration/in-depth-install.md
+++ b/_docs-2/administration/in-depth-install.md
@@ -37,7 +37,6 @@ their value in [accumulo.properties].
 |Port | Description | Property Name
 |-----|-------------|--------------
 |4445 | Shutdown Port (Accumulo MiniCluster) | n/a
-|4560 | Accumulo monitor (for centralized log display) | [monitor.port.log4j]
 |9132 | Accumulo Compaction Coordinator | [compaction.coordinator.port.client]
 |9133 | Accumulo Compactor | [compactor.port.client]
 |9995 | Accumulo HTTP monitor | [monitor.port.client]
@@ -103,9 +102,8 @@ manually or run `accumulo-cluster create-config`.
 
 Logging is configured in [accumulo-env.sh] to use three log4j configuration 
files in `conf/`. The
 file used depends on the Accumulo command or service being run. Logging for 
most Accumulo services
-(i.e. Manager, TabletServer, Garbage Collector) is configured by 
[log4j-service.properties] except for
-the Monitor which is configured by [log4j-monitor.properties]. All Accumulo 
commands (i.e `init`,
-`shell`, etc) are configured by [log4j.properties].
+(i.e. Manager, TabletServer, Garbage Collector) is configured by 
[log4j2-service.properties]. All Accumulo commands (i.e `init`,
+`shell`, etc) are configured by [log4j2.properties].
 
 ### Configure accumulo-env.sh
 
@@ -521,7 +519,7 @@ set by `ACCUMULO_LOG_DIR` in [accumulo-env.sh].
 
 Accumulo logs many user-initiated actions, and whether they succeeded or 
failed, to an slf4j logger
 named `org.apache.accumulo.audit`. This logger can be configured in the user's 
logging framework
-(such as log4j or logback). In the tarball, the configuration file 
`conf/log4j-service.properties`
+(such as log4j or logback). In the tarball, the configuration file 
`conf/log4j2-service.properties`
 demonstrates basic audit logging with example configuration options for log4j.
 
 ## Recovery
@@ -750,9 +748,9 @@ Please check the release notes for your Accumulo version or 
use the
 [instance.volumes.replacements]: {% purl instance.volumes.replacements %}
 [instance.zookeeper.host]: {% purl instance.zookeeper.host %}
 [instance.secret]: {% purl instance.secret %}
-[monitor.port.log4j]: {% purl monitor.port.log4j %}
 [monitor.port.client]: {% purl monitor.port.client %}
 [tserver.port.client]: {% purl tserver.port.client %}
+[sserver.port.client]: {% purl sserver.port.client %}
 [gc.port.client]: {% purl gc.port.client %}
 [manager.port.client]: {% purl manager.port.client %}
 [trace.port.client]: {% purl trace.port.client %}
@@ -775,9 +773,9 @@ Please check the release notes for your Accumulo version or 
use the
 [accumulo-client.properties]: {% durl 
configuration/files#accumulo-clientproperties %}
 [gc]: {% durl configuration/files#gc %}
 [monitor-host]: {% durl configuration/files#monitor %}
-[manager]: {% durl configuration/files#managers %}
-[tserver]: {% durl configuration/files#tservers %}
+[manager]: {% durl configuration/files#manager %}
+[tserver]: {% durl configuration/files#tserver %}
 [tracers]: {% durl configuration/files#tracers %}
-[log4j-service.properties]: {% durl 
configuration/files#log4j-serviceproperties %}
+[log4j2-service.properties]: {% durl 
configuration/files#log4j2-serviceproperties %}
 [log4j-monitor.properties]: {% durl 
configuration/files#log4j-monitorproperties %}
-[log4j.properties]: {% durl configuration/files#log4jproperties %}
+[log4j2.properties]: {% durl configuration/files#log4j2properties %}
diff --git a/_docs-2/administration/upgrading.md 
b/_docs-2/administration/upgrading.md
index 498acea0..3475ac37 100644
--- a/_docs-2/administration/upgrading.md
+++ b/_docs-2/administration/upgrading.md
@@ -21,7 +21,7 @@ The basic upgrade sequence is:
   configure it in your environment
 - start ZooKeeper and HDFS.
 - (optional - but recommended) create a ZooKeeper snapshot
-- (optional - but recommended) validate the ZooKeeper ACLs. See [ZooKeeper 
ACLs]({% durl troubleshooting/ZooKeeper#ACLs %})
+- (optional - but recommended) validate the ZooKeeper ACLs. See [ZooKeeper 
ACLs]({% durl troubleshooting/zookeeper#zookeeper-acls %})
 - (required if not using the provided scripts to start 2.1) run the 
`RenameMasterDirInZK` utility
 - (optional) run the pre-upgrade utility to convert the configuration in 
ZooKeeper
 - start Accumulo 2.1 for the first time to complete the upgrade

Reply via email to