Skip to content

Commit

Permalink
GEOMESA-3309 Docs - fix datastore parameter for enabling stats
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz committed Nov 7, 2023
1 parent 789a78e commit 41be655
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/user/accumulo/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Parameter Type Description
extraneous results
``accumulo.query.record-threads`` Integer The number of threads to use for record retrieval
``accumulo.write.threads`` Integer The number of threads to use for writing records
``geomesa.stats.generate`` Boolean Toggle collection of statistics for newly created feature types
``geomesa.stats.enable`` Boolean Toggle collection of statistics for newly created feature types
``accumulo.remote.arrow.enable`` Boolean Process Arrow encoding in Accumulo tablets servers as a
distributed call
``accumulo.remote.bin.enable`` Boolean Process binary encoding in Accumulo tablets servers as a
Expand Down
2 changes: 1 addition & 1 deletion docs/user/cassandra/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Parameter Type Description
timeout is specified as a duration, e.g. ``1 minute`` or ``60 seconds``
``geomesa.query.threads`` Integer The number of threads to use per query
``geomesa.query.loose-bounding-box`` Boolean Use loose bounding boxes - queries will be faster but may return extraneous results
``geomesa.stats.generate`` Boolean Toggle collection of statistics (currently not implemented)
``geomesa.stats.enable`` Boolean Toggle collection of statistics (currently not implemented)
==================================== ======= ========================================================================================

More information on using GeoTools can be found in the `GeoTools user guide
Expand Down
2 changes: 1 addition & 1 deletion docs/user/hbase/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Parameter Type Description
``hbase.coprocessor.stats.enable`` Boolean Disable coprocessor scans for stat queries, and use local processing instead
``hbase.coprocessor.yield.partial.results`` Boolean Toggle coprocessors yielding partial results
``hbase.coprocessor.scan.parallel`` Boolean Toggle extremely parallel coprocessor scans (bounded by RPC threads)
``geomesa.stats.generate`` Boolean Toggle collection of statistics (currently not implemented)
``geomesa.stats.enable`` Boolean Toggle collection of statistics (currently not implemented)
``geomesa.partition.scan.parallel`` Boolean For partitioned schemas, execute scans in parallel instead of sequentially
=========================================== ======= ========================================================================================

Expand Down
2 changes: 1 addition & 1 deletion docs/user/lambda/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Parameter Type Description
``geomesa.query.loose-bounding-box`` Boolean Use loose bounding boxes - queries will be faster but may return extraneous results
``accumulo.query.record-threads`` Integer The number of threads to use for record retrieval
``accumulo.write.threads`` Integer The number of threads to use for writing records
``geomesa.stats.generate`` Boolean Toggle collection of statistics for newly created feature types
``geomesa.stats.enable`` Boolean Toggle collection of statistics for newly created feature types
====================================== ======= ==================================================================================================

Note: one (but not both) of ``lambda.accumulo.password`` and ``lambda.accumulo.keytab.path`` must be provided.
2 changes: 1 addition & 1 deletion docs/user/redis/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Parameter Type Description
``geomesa.query.threads`` Integer The number of threads to use per query (if not pipelining)
``geomesa.query.timeout`` String The max time a query will be allowed to run before being killed. The
timeout is specified as a duration, e.g. ``1 minute`` or ``60 seconds``
``geomesa.stats.generate`` Boolean Toggle collection of statistics for newly created feature types
``geomesa.stats.enable`` Boolean Toggle collection of statistics for newly created feature types
``geomesa.query.audit`` Boolean Audit queries being run. Queries will be written to a log file
``geomesa.query.loose-bounding-box`` Boolean Use loose bounding boxes - queries will be faster but may return extraneous results
``geomesa.security.auths`` String Comma-delimited superset of authorizations that will be used for queries
Expand Down

0 comments on commit 41be655

Please sign in to comment.