-
**Is your feature request related to a problem? Please describe.**
We currently don't have great documentation for using scan servers.
**Describe the solution you'd like**
A blog post should be …
-
Hi,
I tried to deploy the `accumulo-master` image with:
```
sudo docker run -d\
-p 9999:9999\
--env CORE_CONF_fs_defaultFS='hdfs://${HDFS_NAMENODE_IP}:8020'\
--env ACCCUMULO_CO…
-
Accumulo-2.1.0-SNAPSHOT has breaking changes and did not use `@deprecated` on the previous code. Changes are needed here before this project or any project depending on this project will compile.
-
# Overview
Even though it's claimed in the docs, GPS doesn't support Accumulo or HBase currently because we have removed those dependencies from the backend.
## Background
Originally, the GPS…
-
@keith-turner and I briefly touched upon allowing `proxy.properties` to be overidden for a Docker instantiation of accumulo-proxy in this pull request: https://github.com/apache/accumulo-proxy/pull/20…
-
ahoy hoy
am learning the hadoop/zookeeper/accumulo stuff and was jazzed to come across this repo as it means I can easily ingest a bunch of data into my accumulo instance and work with it. unfortunat…
-
When using an Accumulo snapshot tarball, Zetten tries and fails downloading the snapshot tarball from Apache. It should see that the current tarball exists and skip the download.
-
### Environment
- **OS**: Windows 11
- **Java**: 17.0.10
- **Geomesa**: 5.0.0
### Issue
An exception occurs when launching a basic test with the following message:
`java.net.UnknownHostExcepti…
-
This task is to bump Accumulo dep.
-
In #593 async commit was added. The actual asynchronous writes to Accumulo were done in a hacky way that works, but is sub-optimal. The reason the current method is sub-optimal is that mutations …