Skip to content

Commit

Permalink
Fixed broken links (#409)
Browse files Browse the repository at this point in the history
* 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. <domgarguilo@apache.org>
  • Loading branch information
rsingh433 and DomGarguilo authored Dec 19, 2023
1 parent 32bc2fd commit 8614226
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
18 changes: 8 additions & 10 deletions _docs-2/administration/in-depth-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 %}
Expand All @@ -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 %}
2 changes: 1 addition & 1 deletion _docs-2/administration/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8614226

Please sign in to comment.