9.2. HBase Configuration¶
This section details HBase specific configuration properties. For general properties, see Runtime Configuration.
9.2.1. geomesa.hbase.config.paths¶
Additional configuration file paths, comma-delimited. The files will be added to the HBase configuration prior
to creating a Connection
. This property will be overridden by the data store configuration parameter,
if both are specified.
9.2.2. geomesa.hbase.remote.filtering¶
Disable remote filtering. Remote filtering and coprocessors speed up queries, however they require the installation
of custom JARs in HBase. Since this is not always possible, they can be disabled by setting this to false
.
This property will be overridden by the data store configuration parameter, if both are specified.