Skip to content

Commit

Permalink
Update geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locat…
Browse files Browse the repository at this point in the history
…iontech/geomesa/hbase/package.scala

Co-authored-by: Emilio <[email protected]>
  • Loading branch information
aheyne and elahrvivaz authored Nov 8, 2023
1 parent dda39d4 commit a9df2a2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ package object hbase {
val RemoteDensityProperty : SystemProperty = SystemProperty("geomesa.hbase.coprocessor.density.enable")
val RemoteStatsProperty : SystemProperty = SystemProperty("geomesa.hbase.coprocessor.stats.enable")
val YieldPartialResultsProperty: SystemProperty = SystemProperty("geomesa.hbase.coprocessor.yield.partial.results")
val CoprocessorThreadsProperty : SystemProperty = SystemProperty("hbase.coprocessor.threads", "16")
val MaxRangesPerExtendedScanProperty : SystemProperty = SystemProperty("hbase.ranges.max-per-extended-scan", "100")
val MaxRangesPerCoprocessorScanProperty: SystemProperty = SystemProperty("hbase.ranges.max-per-coprocessor-scan", Int.MaxValue.toString)
val CoprocessorThreadsProperty : SystemProperty = SystemProperty("geomesa.hbase.coprocessor.threads", "16")
val MaxRangesPerExtendedScanProperty : SystemProperty = SystemProperty("geomesa.hbase.ranges.max-per-extended-scan", "100")
val MaxRangesPerCoprocessorScanProperty: SystemProperty = SystemProperty("geomesa.hbase.ranges.max-per-coprocessor-scan", Int.MaxValue.toString)

@deprecated("Use coprocessor url")
val CoprocessorPath: SystemProperty = SystemProperty("geomesa.hbase.coprocessor.path")
Expand Down

0 comments on commit a9df2a2

Please sign in to comment.