milleruntime commented on code in PR #342:
URL: https://github.com/apache/accumulo-website/pull/342#discussion_r982414121
##########
_docs-2/configuration/server-properties.md:
##########
@@ -25,6 +25,7 @@ Below are properties set in `accumulo.properties` or the
Accumulo shell that con
| <a name="general_classpaths" class="prop"></a> general.classpaths |
**Deprecated.** ~~This property is deprecated since 2.0.0. The class path
should instead be configured by the launch environment (for example,
accumulo-env.sh). A list of all of the places to look for a class. Order does
matter, as it will look for the jar starting in the first location to the last.
Supports full regex on filename alone.~~<br>~~**type:** STRING~~, ~~**zk
mutable:** no~~, ~~**default value:** empty~~ |
| <a name="general_context_class_loader_factory" class="prop"></a>
general.context.class.loader.factory | Name of classloader factory to be used
to create classloaders for named contexts, such as per-table contexts set by
`table.class.loader.context`.<br>**type:** CLASSNAME, **zk mutable:** no,
**default value:** empty |
| <a name="general_custom_prefix" class="prop"></a> **general.custom.*** |
Prefix to be used for user defined system-wide properties. This may be
particularly useful for system-wide configuration for various
user-implementations of pluggable Accumulo features, such as the balancer or
volume chooser. |
+| <a name="general_custom_crypto_service" class="prop"></a>
general.custom.crypto.service | **Experimental.** The class which executes
on-disk file encryption. The default does nothing. To enable encryption,
replace this classname with an implementation of
theorg.apache.accumulo.core.spi.crypto.CryptoService interface.<br>**type:**
CLASSNAME, **zk mutable:** no, **default value:** {% jlink -f
org.apache.accumulo.core.spi.crypto.NoCryptoService %} |
Review Comment:
This file is generated so the edit will have to go in Property.java.
`<!-- WARNING: Do not edit this file. It is a generated file that is copied
from Accumulo build (from core/target/generated-docs) -->`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]