@@ -5,9 +5,9 @@ Accumulo Data Store Parameters
55
66Use the following parameters for an Accumulo data store (required parameters are marked with ``* ``):
77
8- ====================================== ======= ==========================================================================
8+ ====================================== ======= ===================================================================================
99Parameter Type Description
10- ====================================== ======= ==========================================================================
10+ ====================================== ======= ===================================================================================
1111``accumulo.catalog * `` String The name of the GeoMesa catalog table, including the Accumulo namespace
1212 (e.g. "myNamespace.myCatalog")
1313``accumulo.instance.name `` String The name of the Accumulo instance
@@ -20,26 +20,24 @@ Parameter Type Description
2020 queries via Accumulo
2121``geomesa.security.force-empty-auths `` Boolean Forces authorizations to be empty
2222``geomesa.security.auth-provider `` String Class name for an ``AuthorizationsProvider `` implementation
23- ``geomesa.query.audit `` Boolean Audit queries being run. Queries will be stored in a
24- ``<catalog>_queries `` table
23+ ``geomesa.query.audit `` Boolean Audit queries being run. Queries will be stored in a ``<catalog>_queries `` table
2524``geomesa.query.timeout `` String The max time a query will be allowed to run before being killed. The
2625 timeout is specified as a duration, e.g. ``1 minute `` or ``60 seconds ``
2726``geomesa.query.threads `` Integer The number of threads to use per query
28- ``geomesa.query.loose-bounding-box `` Boolean Use loose bounding boxes - queries will be faster but may return
29- extraneous results
27+ ``geomesa.query.loose-bounding-box `` Boolean Use loose bounding boxes - queries will be faster but may return extraneous results
28+ ``geomesa.metrics.registry `` String Specify the type of registry used to publish metrics. Must be one of ``none ``,
29+ ``prometheus ``, or ``cloudwatch ``. See :ref: `geomesa_metrics ` for registry details.
30+ ``geomesa.metrics.registry.config `` String Override the default registry config. See :ref: `geomesa_metrics ` for configuration
31+ details.
3032``accumulo.query.record-threads `` Integer The number of threads to use for record retrieval
3133``accumulo.write.threads `` Integer The number of threads to use for writing records
3234``geomesa.stats.enable `` Boolean Toggle collection of statistics for newly created feature types
33- ``accumulo.remote.arrow.enable `` Boolean Process Arrow encoding in Accumulo tablets servers as a
34- distributed call
35- ``accumulo.remote.bin.enable `` Boolean Process binary encoding in Accumulo tablets servers as a
36- distributed call
37- ``accumulo.remote.density.enable `` Boolean Process heatmap encoding in Accumulo tablets servers as a
38- distributed call
39- ``accumulo.remote.stats.enable `` Boolean Process statistical calculations in Accumulo tablets servers as a
40- distributed call
35+ ``accumulo.remote.arrow.enable `` Boolean Process Arrow encoding in Accumulo tablets servers as a distributed call
36+ ``accumulo.remote.bin.enable `` Boolean Process binary encoding in Accumulo tablets servers as a distributed call
37+ ``accumulo.remote.density.enable `` Boolean Process heatmap encoding in Accumulo tablets servers as a distributed call
38+ ``accumulo.remote.stats.enable `` Boolean Process statistical calculations in Accumulo tablets servers as a distributed call
4139``geomesa.partition.scan.parallel `` Boolean For partitioned schemas, execute scans in parallel instead of sequentially
42- ====================================== ======= ==========================================================================
40+ ====================================== ======= ===================================================================================
4341
4442.. note ::
4543
0 commit comments