These 11 commits are when the Protocol Buffers files have changed:
Commit: | 1e33d78 | |
---|---|---|
Author: | Jim Hughes | |
Committer: | Emilio Lahr-Vivaz |
GEOMESA-2825 Allow HBase Coprocessor to yield partial results * Coprocessors can be configured to return partial results. This allows scans which would otherwise be long running pause and allow other requests to be interleaved. Coprocessor scans continue by making additional RPC calls. * Enable by using either the HBaseDataStore Param 'hbase.coprocessor.yield.partial.results' or SystemProperty 'geomesa.hbase.coprocessor.yield.partial.results'. * Adds fields to the HBase Coprocessor Request and Response protobuf definitions. * There is no compatibility between GeoMesa 3.0 and previous versions of GeoMesa HBase clients or coprocessor code. Signed-off-by: Jim Hughes <jnh5y@ccri.com>
The documentation is generated from this commit.
Commit: | 379abec | |
---|---|---|
Author: | Emilio | |
Committer: | James Hughes |
GEOMESA-2638 HBase 2.2 support (#2442) * New artifacts for use with HBase 2: * geomesa-hbase-distributed-runtime-hbase2_2.11 * geomesa-hbase-spark-runtime-hbase2_2.11 * Update default HBase version to 2.2.3 * Add Maven profile `hbase1` for testing against HBase 1.4 * Replace HBaseTestRunnerTest with singleton MiniCluster instance Signed-off-by: Emilio Lahr-Vivaz <elahrvivaz@ccri.com>
Commit: | 44f502b | |
---|---|---|
Author: | Emilio Lahr-Vivaz |
Updating copyrights for 2020 Signed-off-by: Emilio Lahr-Vivaz <elahrvivaz@ccri.com>
Commit: | d0ba087 | |
---|---|---|
Author: | Emilio Lahr-Vivaz | |
Committer: | Emilio Lahr-Vivaz |
GEOMESA-2509 Update copyright headers for 2019 Signed-off-by: Emilio Lahr-Vivaz <elahrvivaz@ccri.com>
Commit: | 9fcd422 | |
---|---|---|
Author: | Emilio Lahr-Vivaz | |
Committer: | Emilio Lahr-Vivaz |
GEOMESA-2509 Update copyright headers for 2019 Signed-off-by: Emilio Lahr-Vivaz <elahrvivaz@ccri.com>
Commit: | b5a9fd7 | |
---|---|---|
Author: | Emilio | |
Committer: | Andrew |
GEOMESA-1965 HBase remote coprocessor version (#1945) Signed-off-by: Emilio Lahr-Vivaz <elahrvivaz@ccri.com>
Commit: | cef78a4 | |
---|---|---|
Author: | Emilio | |
Committer: | Anthony Fox |
GEOMESA-2039 HBase - returning coprocessor batches separately (#1712) Signed-off-by: Emilio Lahr-Vivaz <elahrvivaz@ccri.com>
Commit: | 73bfaec | |
---|---|---|
Author: | Emilio | |
Committer: | Anthony Fox |
GEOMESA-2039 HBase - returning coprocessor batches separately (#1711) Signed-off-by: Emilio Lahr-Vivaz <elahrvivaz@ccri.com>
Commit: | a46d31f | |
---|---|---|
Author: | James Hughes | |
Committer: | Emilio |
GEOMESA-1864 Refactor HBase coprocessor use and expose aggregator API (#1564) * Create one coprocessor for GeoMesa HBase distributed processing. * Exposes GeoMesaHBaseAggregator interface. * Refactors Heatmap computations to use the new interface. Signed-off-by: Jim Hughes <jnh5y@ccri.com>
Commit: | f1901ea | |
---|---|---|
Author: | Austin Heyne | |
Committer: | Jim Hughes |
GEOMESA-1743 Reformat license header to conform to Javadoc (#1550) Signed-off-by: Austin Heyne <aheyne@ccri.com>
Commit: | c9721c6 | |
---|---|---|
Author: | mahakgrg | |
Committer: | Emilio |
GEOMESA-1808 HBase Density Coprocessor (#1478) Signed-off-by: Mutahir <kazmi.mutahir@gmail.com> Signed-off-by: Mahak Garg <mahakgrg@gmail.com>